#DEBAAF

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

Shades of Cavern Pink #DEBAAF

Tints of Cavern Pink #DEBAAF

Color information

#DEBAAF (or 0xDEBAAF) is unknown color: approx Cavern Pink. HEX triplet: DE, BA and AF. RGB value is (222,186,175). Sum of RGB (Red+Green+Blue) = 222+186+175=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBAAF is #214550. Grayscale: #C3C3C3. Windows color (decimal): -2180433 or 11516638. OLE color: 11516638.

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

Color convert

RGB222186175-
CMYK00.160.210.13
HSL14.04º41.59%77.84%-
HSV(B)14.04º21.17%87.06%-
XYZ55.4253.7448.01-
YUV195.51116.43146.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=38.08%
G=31.90%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218617500.160.210.1314.0441.5977.84
HexDEBAAF01015De2a4e
Octal33627225702025151652116
Binary11011110101110101010111101000010101110111101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAAF; }

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

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

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

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

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

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

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

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