#DEBBB8

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

Shades of Cavern Pink #DEBBB8

Tints of Cavern Pink #DEBBB8

Color information

#DEBBB8 (or 0xDEBBB8) is unknown color: approx Cavern Pink. HEX triplet: DE, BB and B8. RGB value is (222,187,184). Sum of RGB (Red+Green+Blue) = 222+187+184=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBB8 is #214447. Grayscale: #C5C5C5. Windows color (decimal): -2180168 or 12106718. OLE color: 12106718.

HSL color Cylindrical-coordinate representation of color #DEBBB8: hue angle of 4.74º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEBBB8 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB222187184-
CMYK00.160.170.13
HSL4.74º36.54%79.61%-
HSV(B)4.74º17.12%87.06%-
XYZ56.5554.5352.89-
YUV197.12120.6145.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 184 (72.27% from 255) = 31.03%
R=37.44%
G=31.53%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218718400.160.170.134.7436.5479.61
HexDEBBB801011D52550
Octal3362732700202115545120
Binary1101111010111011101110000100001000111011011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBB8; }

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

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

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

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

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

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

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

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