#DEB9AE

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

Shades of Cavern Pink #DEB9AE

Tints of Cavern Pink #DEB9AE

Color information

#DEB9AE (or 0xDEB9AE) is unknown color: approx Cavern Pink. HEX triplet: DE, B9 and AE. RGB value is (222,185,174). Sum of RGB (Red+Green+Blue) = 222+185+174=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB9AE is #214651. Grayscale: #C2C2C2. Windows color (decimal): -2180690 or 11450846. OLE color: 11450846.

HSL color Cylindrical-coordinate representation of color #DEB9AE: hue angle of 13.75º 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 #DEB9AE is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222185174-
CMYK00.170.220.13
HSL13.75º42.11%77.65%-
HSV(B)13.75º21.62%87.06%-
XYZ55.1153.2847.42-
YUV194.81116.26147.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 185 (72.66% from 255) = 31.84%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=38.21%
G=31.84%
B=29.95%

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
Decimal22218517400.170.220.1313.7542.1177.65
HexDEB9AE01116De2a4e
Octal33627125602126151652116
Binary11011110101110011010111001000110110110111101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB9AE; }

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

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

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

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

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

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

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

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