#DEBCAF

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

Shades of Wafer #DEBCAF

Tints of Wafer #DEBCAF

Color information

#DEBCAF (or 0xDEBCAF) is unknown color: approx Wafer. HEX triplet: DE, BC and AF. RGB value is (222,188,175). Sum of RGB (Red+Green+Blue) = 222+188+175=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCAF is #214350. Grayscale: #C4C4C4. Windows color (decimal): -2179921 or 11517150. OLE color: 11517150.

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

Color convert

RGB222188175-
CMYK00.150.210.13
HSL16.6º41.59%77.84%-
HSV(B)16.6º21.17%87.06%-
XYZ55.8554.5948.15-
YUV196.68115.76146.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=37.95%
G=32.14%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218817500.150.210.1316.641.5977.84
HexDEBCAF0F15D112a4e
Octal33627425701725152152116
Binary11011110101111001010111101111101011101100011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCAF; }

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

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

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

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

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

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

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

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