#E1BAAF

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

Shades of Cavern Pink #E1BAAF

Tints of Cavern Pink #E1BAAF

Color information

#E1BAAF (or 0xE1BAAF) is unknown color: approx Cavern Pink. HEX triplet: E1, BA and AF. RGB value is (225,186,175). Sum of RGB (Red+Green+Blue) = 225+186+175=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BAAF is #1E4550. Grayscale: #C4C4C4. Windows color (decimal): -1983825 or 11516641. OLE color: 11516641.

HSL color Cylindrical-coordinate representation of color #E1BAAF: hue angle of 13.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1BAAF is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225186175-
CMYK00.170.220.12
HSL13.2º45.45%78.43%-
HSV(B)13.2º22.22%88.24%-
XYZ56.3554.2248.05-
YUV196.41115.92148.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=38.40%
G=31.74%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518617500.170.220.1213.245.4578.43
HexE1BAAF01116Cd2d4e
Octal34127225702126141555116
Binary11100001101110101010111101000110110110011011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAAF; }

 p { color: rgb(225,186,175); }

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

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

 a { background-color: rgb(225,186,175); }

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

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

 span { border-color: rgb(225,186,175); }

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