#DEBBB6

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

Shades of Cavern Pink #DEBBB6

Tints of Cavern Pink #DEBBB6

Color information

#DEBBB6 (or 0xDEBBB6) is unknown color: approx Cavern Pink. HEX triplet: DE, BB and B6. RGB value is (222,187,182). Sum of RGB (Red+Green+Blue) = 222+187+182=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBB6 is #214449. Grayscale: #C4C4C4. Windows color (decimal): -2180170 or 11975646. OLE color: 11975646.

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

Color convert

RGB222187182-
CMYK00.160.180.13
HSL7.5º37.74%79.22%-
HSV(B)7.5º18.02%87.06%-
XYZ56.3454.4551.8-
YUV196.9119.6145.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 182 (71.48% from 255) = 30.80%
R=37.56%
G=31.64%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218718200.160.180.137.537.7479.22
HexDEBBB601012D8264f
Octal33627326602022151046117
Binary11011110101110111011011001000010010110110001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBB6; }

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

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

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

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

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

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

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

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