#DEB0AE

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

Shades of Cavern Pink #DEB0AE

Tints of Cavern Pink #DEB0AE

Color information

#DEB0AE (or 0xDEB0AE) is unknown color: approx Cavern Pink. HEX triplet: DE, B0 and AE. RGB value is (222,176,174). Sum of RGB (Red+Green+Blue) = 222+176+174=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB0AE is #214F51. Grayscale: #BDBDBD. Windows color (decimal): -2182994 or 11448542. OLE color: 11448542.

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

Color convert

RGB222176174-
CMYK00.210.220.13
HSL2.5º42.11%77.65%-
HSV(B)2.5º21.62%87.06%-
XYZ53.2949.6446.82-
YUV189.53119.24151.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 176 (69.14% from 255) = 30.77%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=38.81%
G=30.77%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217617400.210.220.132.542.1177.65
HexDEB0AE01516D32a4e
Octal3362602560252615352116
Binary110111101011000010101110010101101101101111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0AE; }

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

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

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

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

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

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

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

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