#DEBCB8

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

Shades of Cavern Pink #DEBCB8

Tints of Cavern Pink #DEBCB8

Color information

#DEBCB8 (or 0xDEBCB8) is unknown color: approx Cavern Pink. HEX triplet: DE, BC and B8. RGB value is (222,188,184). Sum of RGB (Red+Green+Blue) = 222+188+184=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCB8 is #214347. Grayscale: #C5C5C5. Windows color (decimal): -2179912 or 12106974. OLE color: 12106974.

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

Color convert

RGB222188184-
CMYK00.150.170.13
HSL6.32º36.54%79.61%-
HSV(B)6.32º17.12%87.06%-
XYZ56.7654.9652.96-
YUV197.71120.26145.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 184 (72.27% from 255) = 30.98%
R=37.37%
G=31.65%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218818400.150.170.136.3236.5479.61
HexDEBCB80F11D62550
Octal3362742700172115645120
Binary110111101011110010111000011111000111011101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCB8; }

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

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

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

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

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

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

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

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