Shades of Wafer #DEBCAF
Tints of Wafer #DEBCAF
RGB
CMYK
RGB Variations
Color information
#DEBCAF (or 0xDEBCAF) is known color: 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
| RGB | 222 | 188 | 175 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.13 |
| HSL | 16.6º | 0.42% | 0.78% | - |
| HSV(B) | 16.6º | 0.21% | 0.87% | - |
| XYZ | 55.85 | 54.59 | 48.15 | - |
| YUV | 196.68 | 115.76 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 175 | 0 | 0.15 | 0.21 | 0.13 | 16.6 | 0.42 | 0.78 |
| Hex | DE | BC | AF | 0 | F | 15 | D | 11 | 2A | 4E |
| Octal | 336 | 274 | 257 | 0 | 17 | 25 | 15 | 21 | 52 | 116 |
| Binary | 11011110 | 10111100 | 10101111 | 0 | 1111 | 10101 | 1101 | 10001 | 101010 | 1001110 |
Color Harmonies of #DEBCAF
Complementary color
Monochromatic Colors of #DEBCAF
Black with #DEBCAF
Text Example
Text Example
White with #DEBCAF
Text Example
Text Example
HTML Codes & Css Web 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>