Shades of Tusk #DEE7B5
Tints of Tusk #DEE7B5
RGB
CMYK
RGB Variations
Color information
#DEE7B5 (or 0xDEE7B5) is known color: Tusk. HEX triplet: DE, E7 and B5. RGB value is (222,231,181). Sum of RGB (Red+Green+Blue) = 222+231+181=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE7B5 is #21184A. Grayscale: #DEDEDE. Windows color (decimal): -2168907 or 11921374. OLE color: 11921374.
HSL color Cylindrical-coordinate representation of color #DEE7B5: hue angle of 70.8º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEE7B5 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 231 | 181 | - |
CMYK | 0.04 | 0 | 0.22 | 0.09 |
HSL | 70.8º | 0.51% | 0.81% | - |
HSV(B) | 70.8º | 0.22% | 0.91% | - |
XYZ | 67.04 | 76.02 | 54.86 | - |
YUV | 222.61 | 104.52 | 127.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 231 | 181 | 0.04 | 0 | 0.22 | 0.09 | 70.8 | 0.51 | 0.81 |
Hex | DE | E7 | B5 | 4 | 0 | 16 | 9 | 47 | 33 | 51 |
Octal | 336 | 347 | 265 | 4 | 0 | 26 | 11 | 107 | 63 | 121 |
Binary | 11011110 | 11100111 | 10110101 | 100 | 0 | 10110 | 1001 | 1000111 | 110011 | 1010001 |
Color Harmonies of #DEE7B5
Complementary color
Monochromatic Colors of #DEE7B5
Black with #DEE7B5
Text Example
Text Example
White with #DEE7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE7B5; }
p { color: rgb(222,231,181); }
H1.HeaderClassName
{
color: #DEE7B5;
}
.AnyTagClassName
{
color: #DEE7B5;
}
</style>
background-color css
<style>
a { background-color: #DEE7B5; }
a { background-color: rgb(222,231,181); }
div.DivClassName
{
background-color: #DEE7B5;
}
.BgClassName
{
background-color: #DEE7B5;
}
</style>
border-color css
<style>
span { border-color: #DEE7B5; }
span { border-color: rgb(222,231,181); }
td.TdClassName
{
border-color: #DEE7B5;
}
.TagClassName
{
border-color: #DEE7B5;
}
</style>