#DEB7B6

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

Shades of Cavern Pink #DEB7B6

Tints of Cavern Pink #DEB7B6

Color information

#DEB7B6 (or 0xDEB7B6) is unknown color: approx Cavern Pink. HEX triplet: DE, B7 and B6. RGB value is (222,183,182). Sum of RGB (Red+Green+Blue) = 222+183+182=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB7B6 is #214849. Grayscale: #C2C2C2. Windows color (decimal): -2181194 or 11974622. OLE color: 11974622.

HSL color Cylindrical-coordinate representation of color #DEB7B6: hue angle of 1.5º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEB7B6 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222183182-
CMYK00.180.180.13
HSL1.5º37.74%79.22%-
HSV(B)1.5º18.02%87.06%-
XYZ55.552.7751.52-
YUV194.55120.92147.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 183 (71.88% from 255) = 31.18%
BLUE value IS 182 (71.48% from 255) = 31.01%
R=37.82%
G=31.18%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218318200.180.180.131.537.7479.22
HexDEB7B601212D2264f
Octal3362672660222215246117
Binary110111101011011110110110010010100101101101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB7B6; }

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

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

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

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

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

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

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

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