Shades of Tusk #DEEBAC
Tints of Tusk #DEEBAC
RGB
CMYK
RGB Variations
Color information
#DEEBAC (or 0xDEEBAC) is known color: Tusk. HEX triplet: DE, EB and AC. RGB value is (222,235,172). Sum of RGB (Red+Green+Blue) = 222+235+172=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEBAC is #211453. Grayscale: #E0E0E0. Windows color (decimal): -2167892 or 11332574. OLE color: 11332574.
HSL color Cylindrical-coordinate representation of color #DEEBAC: hue angle of 72.38º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEEBAC is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 172 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.08 |
| HSL | 72.38º | 0.61% | 0.8% | - |
| HSV(B) | 72.38º | 0.27% | 0.92% | - |
| XYZ | 67.28 | 77.92 | 50.52 | - |
| YUV | 223.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 172 | 0.06 | 0 | 0.27 | 0.08 | 72.38 | 0.61 | 0.8 |
| Hex | DE | EB | AC | 6 | 0 | 1B | 8 | 48 | 3D | 50 |
| Octal | 336 | 353 | 254 | 6 | 0 | 33 | 10 | 110 | 75 | 120 |
| Binary | 11011110 | 11101011 | 10101100 | 110 | 0 | 11011 | 1000 | 1001000 | 111101 | 1010000 |
Color Harmonies of #DEEBAC
Complementary color
Monochromatic Colors of #DEEBAC
Black with #DEEBAC
Text Example
Text Example
White with #DEEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBAC; }
p { color: rgb(222,235,172); }
H1.HeaderClassName
{
color: #DEEBAC;
}
.AnyTagClassName
{
color: #DEEBAC;
}
</style>
background-color css
<style>
a { background-color: #DEEBAC; }
a { background-color: rgb(222,235,172); }
div.DivClassName
{
background-color: #DEEBAC;
}
.BgClassName
{
background-color: #DEEBAC;
}
</style>
border-color css
<style>
span { border-color: #DEEBAC; }
span { border-color: rgb(222,235,172); }
td.TdClassName
{
border-color: #DEEBAC;
}
.TagClassName
{
border-color: #DEEBAC;
}
</style>