Shades of Tusk #DEEBAF
Tints of Tusk #DEEBAF
RGB
CMYK
RGB Variations
Color information
#DEEBAF (or 0xDEEBAF) is known color: Tusk. HEX triplet: DE, EB and AF. RGB value is (222,235,175). Sum of RGB (Red+Green+Blue) = 222+235+175=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEBAF is #211450. Grayscale: #E0E0E0. Windows color (decimal): -2167889 or 11529182. OLE color: 11529182.
HSL color Cylindrical-coordinate representation of color #DEEBAF: hue angle of 73º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEEBAF is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 175 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.08 |
| HSL | 73º | 0.6% | 0.8% | - |
| HSV(B) | 73º | 0.26% | 0.92% | - |
| XYZ | 67.57 | 78.04 | 52.06 | - |
| YUV | 224.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 175 | 0.06 | 0 | 0.26 | 0.08 | 73 | 0.6 | 0.8 |
| Hex | DE | EB | AF | 6 | 0 | 1A | 8 | 49 | 3C | 50 |
| Octal | 336 | 353 | 257 | 6 | 0 | 32 | 10 | 111 | 74 | 120 |
| Binary | 11011110 | 11101011 | 10101111 | 110 | 0 | 11010 | 1000 | 1001001 | 111100 | 1010000 |
Color Harmonies of #DEEBAF
Complementary color
Monochromatic Colors of #DEEBAF
Black with #DEEBAF
Text Example
Text Example
White with #DEEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBAF; }
p { color: rgb(222,235,175); }
H1.HeaderClassName
{
color: #DEEBAF;
}
.AnyTagClassName
{
color: #DEEBAF;
}
</style>
background-color css
<style>
a { background-color: #DEEBAF; }
a { background-color: rgb(222,235,175); }
div.DivClassName
{
background-color: #DEEBAF;
}
.BgClassName
{
background-color: #DEEBAF;
}
</style>
border-color css
<style>
span { border-color: #DEEBAF; }
span { border-color: rgb(222,235,175); }
td.TdClassName
{
border-color: #DEEBAF;
}
.TagClassName
{
border-color: #DEEBAF;
}
</style>