#E2BBAF

Color #E2BBAF Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #E2BBAF

Tints of Cavern Pink #E2BBAF

Color information

#E2BBAF (or 0xE2BBAF) is unknown color: approx Cavern Pink. HEX triplet: E2, BB and AF. RGB value is (226,187,175). Sum of RGB (Red+Green+Blue) = 226+187+175=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BBAF is #1D4450. Grayscale: #C5C5C5. Windows color (decimal): -1918033 or 11516898. OLE color: 11516898.

HSL color Cylindrical-coordinate representation of color #E2BBAF: hue angle of 14.12º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2BBAF is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226187175-
CMYK00.170.230.11
HSL14.12º46.79%78.63%-
HSV(B)14.12º22.57%88.63%-
XYZ56.8754.848.14-
YUV197.29115.42148.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 38.44%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=38.44%
G=31.80%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618717500.170.230.1114.1246.7978.63
HexE2BBAF01117Be2f4f
Octal34227325702127131657117
Binary11100010101110111010111101000110111101111101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BBAF; }

 p { color: rgb(226,187,175); }

 H1.HeaderClassName
 {
   color: #E2BBAF;
 }
 .AnyTagClassName
 {
   color: #E2BBAF;
 }
</style>
background-color css

<style>
 a { background-color: #E2BBAF; }

 a { background-color: rgb(226,187,175); }

 div.DivClassName
 {
   background-color: #E2BBAF;
 }
 .BgClassName
 {
   background-color: #E2BBAF;
 }
</style>
border-color css

<style>
 span { border-color: #E2BBAF; }

 span { border-color: rgb(226,187,175); }

 td.TdClassName
 {
   border-color: #E2BBAF;
 }
 .TagClassName
 {
   border-color: #E2BBAF;
 }
</style>