#DEB8AE

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

Shades of Cavern Pink #DEB8AE

Tints of Cavern Pink #DEB8AE

Color information

#DEB8AE (or 0xDEB8AE) is unknown color: approx Cavern Pink. HEX triplet: DE, B8 and AE. RGB value is (222,184,174). Sum of RGB (Red+Green+Blue) = 222+184+174=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB8AE is #214751. Grayscale: #C2C2C2. Windows color (decimal): -2180946 or 11450590. OLE color: 11450590.

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

Color convert

RGB222184174-
CMYK00.170.220.13
HSL12.5º42.11%77.65%-
HSV(B)12.5º21.62%87.06%-
XYZ54.952.8747.35-
YUV194.22116.59147.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 184 (72.27% from 255) = 31.72%
BLUE value IS 174 (68.36% from 255) = 30%
R=38.28%
G=31.72%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218417400.170.220.1312.542.1177.65
HexDEB8AE01116Dd2a4e
Octal33627025602126151552116
Binary11011110101110001010111001000110110110111011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB8AE; }

 p { color: rgb(222,184,174); }

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

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

 a { background-color: rgb(222,184,174); }

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

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

 span { border-color: rgb(222,184,174); }

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