#DEB6AE

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

Shades of Cavern Pink #DEB6AE

Tints of Cavern Pink #DEB6AE

Color information

#DEB6AE (or 0xDEB6AE) is unknown color: approx Cavern Pink. HEX triplet: DE, B6 and AE. RGB value is (222,182,174). Sum of RGB (Red+Green+Blue) = 222+182+174=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB6AE is #214951. Grayscale: #C1C1C1. Windows color (decimal): -2181458 or 11450078. OLE color: 11450078.

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

Color convert

RGB222182174-
CMYK00.180.220.13
HSL10º42.11%77.65%-
HSV(B)10º21.62%87.06%-
XYZ54.4952.0447.22-
YUV193.05117.25148.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=38.41%
G=31.49%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218217400.180.220.131042.1177.65
HexDEB6AE01216Da2a4e
Octal33626625602226151252116
Binary11011110101101101010111001001010110110110101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB6AE; }

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

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

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

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

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

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

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

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