#DEBBB7

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

Shades of Cavern Pink #DEBBB7

Tints of Cavern Pink #DEBBB7

Color information

#DEBBB7 (or 0xDEBBB7) is unknown color: approx Cavern Pink. HEX triplet: DE, BB and B7. RGB value is (222,187,183). Sum of RGB (Red+Green+Blue) = 222+187+183=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBB7 is #214448. Grayscale: #C5C5C5. Windows color (decimal): -2180169 or 12041182. OLE color: 12041182.

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

Color convert

RGB222187183-
CMYK00.160.180.13
HSL6.15º37.14%79.41%-
HSV(B)6.15º17.57%87.06%-
XYZ56.4454.4952.34-
YUV197.01120.1145.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 183 (71.88% from 255) = 30.91%
R=37.5%
G=31.59%
B=30.91%

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
Decimal22218718300.160.180.136.1537.1479.41
HexDEBBB701012D6254f
Octal3362732670202215645117
Binary1101111010111011101101110100001001011011101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBB7; }

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

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

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

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

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

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

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

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