#DEBAB9

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

Shades of Cavern Pink #DEBAB9

Tints of Cavern Pink #DEBAB9

Color information

#DEBAB9 (or 0xDEBAB9) is unknown color: approx Cavern Pink. HEX triplet: DE, BA and B9. RGB value is (222,186,185). Sum of RGB (Red+Green+Blue) = 222+186+185=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAB9 is #214546. Grayscale: #C4C4C4. Windows color (decimal): -2180423 or 12171998. OLE color: 12171998.

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

Color convert

RGB222186185-
CMYK00.160.170.13
HSL1.62º35.92%79.8%-
HSV(B)1.62º16.67%87.06%-
XYZ56.4454.1553.38-
YUV196.65121.43146.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 185 (72.66% from 255) = 31.20%
R=37.44%
G=31.37%
B=31.20%

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
Decimal22218618500.160.170.131.6235.9279.8
HexDEBAB901011D22450
Octal3362722710202115244120
Binary110111101011101010111001010000100011101101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAB9; }

 p { color: rgb(222,186,185); }

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

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

 a { background-color: rgb(222,186,185); }

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

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

 span { border-color: rgb(222,186,185); }

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