#E1BAAD

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

Shades of Cavern Pink #E1BAAD

Tints of Cavern Pink #E1BAAD

Color information

#E1BAAD (or 0xE1BAAD) is unknown color: approx Cavern Pink. HEX triplet: E1, BA and AD. RGB value is (225,186,173). Sum of RGB (Red+Green+Blue) = 225+186+173=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BAAD is #1E4552. Grayscale: #C4C4C4. Windows color (decimal): -1983827 or 11385569. OLE color: 11385569.

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

Color convert

RGB225186173-
CMYK00.170.230.12
HSL15º46.43%78.04%-
HSV(B)15º23.11%88.24%-
XYZ56.1554.1447.03-
YUV196.18114.92148.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=38.53%
G=31.85%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518617300.170.230.121546.4378.04
HexE1BAAD01117Cf2e4e
Octal34127225502127141756116
Binary11100001101110101010110101000110111110011111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAAD; }

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

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

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

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

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

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

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

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