Shades of Tusk #DEEBAA
Tints of Tusk #DEEBAA
RGB
CMYK
RGB Variations
Color information
#DEEBAA (or 0xDEEBAA) is known color: Tusk. HEX triplet: DE, EB and AA. RGB value is (222,235,170). Sum of RGB (Red+Green+Blue) = 222+235+170=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEBAA is #211455. Grayscale: #DFDFDF. Windows color (decimal): -2167894 or 11201502. OLE color: 11201502.
HSL color Cylindrical-coordinate representation of color #DEEBAA: hue angle of 72º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEEBAA is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 170 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.08 |
| HSL | 72º | 0.62% | 0.79% | - |
| HSV(B) | 72º | 0.28% | 0.92% | - |
| XYZ | 67.09 | 77.85 | 49.52 | - |
| YUV | 223.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 170 | 0.06 | 0 | 0.28 | 0.08 | 72 | 0.62 | 0.79 |
| Hex | DE | EB | AA | 6 | 0 | 1C | 8 | 48 | 3E | 4F |
| Octal | 336 | 353 | 252 | 6 | 0 | 34 | 10 | 110 | 76 | 117 |
| Binary | 11011110 | 11101011 | 10101010 | 110 | 0 | 11100 | 1000 | 1001000 | 111110 | 1001111 |
Color Harmonies of #DEEBAA
Complementary color
Monochromatic Colors of #DEEBAA
Black with #DEEBAA
Text Example
Text Example
White with #DEEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBAA; }
p { color: rgb(222,235,170); }
H1.HeaderClassName
{
color: #DEEBAA;
}
.AnyTagClassName
{
color: #DEEBAA;
}
</style>
background-color css
<style>
a { background-color: #DEEBAA; }
a { background-color: rgb(222,235,170); }
div.DivClassName
{
background-color: #DEEBAA;
}
.BgClassName
{
background-color: #DEEBAA;
}
</style>
border-color css
<style>
span { border-color: #DEEBAA; }
span { border-color: rgb(222,235,170); }
td.TdClassName
{
border-color: #DEEBAA;
}
.TagClassName
{
border-color: #DEEBAA;
}
</style>