Shades of Tusk #DEE5B6
Tints of Tusk #DEE5B6
RGB
CMYK
RGB Variations
Color information
#DEE5B6 (or 0xDEE5B6) is known color: Tusk. HEX triplet: DE, E5 and B6. RGB value is (222,229,182). Sum of RGB (Red+Green+Blue) = 222+229+182=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 182 (71.48% from 255 or 28.75% from 633); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5B6 is #211A49. Grayscale: #DDDDDD. Windows color (decimal): -2169418 or 11986398. OLE color: 11986398.
HSL color Cylindrical-coordinate representation of color #DEE5B6: hue angle of 68.94º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEE5B6 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 182 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.10 |
| HSL | 68.94º | 0.47% | 0.81% | - |
| HSV(B) | 68.94º | 0.21% | 0.9% | - |
| XYZ | 66.59 | 74.95 | 55.21 | - |
| YUV | 221.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 182 | 0.03 | 0 | 0.21 | 0.10 | 68.94 | 0.47 | 0.81 |
| Hex | DE | E5 | B6 | 3 | 0 | 15 | A | 45 | 2F | 51 |
| Octal | 336 | 345 | 266 | 3 | 0 | 25 | 12 | 105 | 57 | 121 |
| Binary | 11011110 | 11100101 | 10110110 | 11 | 0 | 10101 | 1010 | 1000101 | 101111 | 1010001 |
Color Harmonies of #DEE5B6
Complementary color
Monochromatic Colors of #DEE5B6
Black with #DEE5B6
Text Example
Text Example
White with #DEE5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5B6; }
p { color: rgb(222,229,182); }
H1.HeaderClassName
{
color: #DEE5B6;
}
.AnyTagClassName
{
color: #DEE5B6;
}
</style>
background-color css
<style>
a { background-color: #DEE5B6; }
a { background-color: rgb(222,229,182); }
div.DivClassName
{
background-color: #DEE5B6;
}
.BgClassName
{
background-color: #DEE5B6;
}
</style>
border-color css
<style>
span { border-color: #DEE5B6; }
span { border-color: rgb(222,229,182); }
td.TdClassName
{
border-color: #DEE5B6;
}
.TagClassName
{
border-color: #DEE5B6;
}
</style>