Shades of Tusk #DEE6B7
Tints of Tusk #DEE6B7
RGB
CMYK
RGB Variations
Color information
#DEE6B7 (or 0xDEE6B7) is known color: Tusk. HEX triplet: DE, E6 and B7. RGB value is (222,230,183). Sum of RGB (Red+Green+Blue) = 222+230+183=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 183 (71.88% from 255 or 28.82% from 635); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6B7 is #211948. Grayscale: #DEDEDE. Windows color (decimal): -2169161 or 12052190. OLE color: 12052190.
HSL color Cylindrical-coordinate representation of color #DEE6B7: hue angle of 70.21º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEE6B7 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 230 | 183 | - |
CMYK | 0.03 | 0 | 0.20 | 0.10 |
HSL | 70.21º | 0.48% | 0.81% | - |
HSV(B) | 70.21º | 0.2% | 0.9% | - |
XYZ | 66.97 | 75.54 | 55.85 | - |
YUV | 222.25 | 105.85 | 127.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 230 | 183 | 0.03 | 0 | 0.20 | 0.10 | 70.21 | 0.48 | 0.81 |
Hex | DE | E6 | B7 | 3 | 0 | 14 | A | 46 | 30 | 51 |
Octal | 336 | 346 | 267 | 3 | 0 | 24 | 12 | 106 | 60 | 121 |
Binary | 11011110 | 11100110 | 10110111 | 11 | 0 | 10100 | 1010 | 1000110 | 110000 | 1010001 |
Color Harmonies of #DEE6B7
Complementary color
Monochromatic Colors of #DEE6B7
Black with #DEE6B7
Text Example
Text Example
White with #DEE6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6B7; }
p { color: rgb(222,230,183); }
H1.HeaderClassName
{
color: #DEE6B7;
}
.AnyTagClassName
{
color: #DEE6B7;
}
</style>
background-color css
<style>
a { background-color: #DEE6B7; }
a { background-color: rgb(222,230,183); }
div.DivClassName
{
background-color: #DEE6B7;
}
.BgClassName
{
background-color: #DEE6B7;
}
</style>
border-color css
<style>
span { border-color: #DEE6B7; }
span { border-color: rgb(222,230,183); }
td.TdClassName
{
border-color: #DEE6B7;
}
.TagClassName
{
border-color: #DEE6B7;
}
</style>