Shades of Tusk #DEEDB0
Tints of Tusk #DEEDB0
RGB
CMYK
RGB Variations
Color information
#DEEDB0 (or 0xDEEDB0) is known color: Tusk. HEX triplet: DE, ED and B0. RGB value is (222,237,176). Sum of RGB (Red+Green+Blue) = 222+237+176=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEDB0 is #21124F. Grayscale: #E1E1E1. Windows color (decimal): -2167376 or 11595230. OLE color: 11595230.
HSL color Cylindrical-coordinate representation of color #DEEDB0: hue angle of 74.75º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEEDB0 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 176 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.07 |
| HSL | 74.75º | 0.63% | 0.81% | - |
| HSV(B) | 74.75º | 0.26% | 0.93% | - |
| XYZ | 68.24 | 79.23 | 52.77 | - |
| YUV | 225.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 176 | 0.06 | 0 | 0.26 | 0.07 | 74.75 | 0.63 | 0.81 |
| Hex | DE | ED | B0 | 6 | 0 | 1A | 7 | 4B | 3F | 51 |
| Octal | 336 | 355 | 260 | 6 | 0 | 32 | 7 | 113 | 77 | 121 |
| Binary | 11011110 | 11101101 | 10110000 | 110 | 0 | 11010 | 111 | 1001011 | 111111 | 1010001 |
Color Harmonies of #DEEDB0
Complementary color
Monochromatic Colors of #DEEDB0
Black with #DEEDB0
Text Example
Text Example
White with #DEEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDB0; }
p { color: rgb(222,237,176); }
H1.HeaderClassName
{
color: #DEEDB0;
}
.AnyTagClassName
{
color: #DEEDB0;
}
</style>
background-color css
<style>
a { background-color: #DEEDB0; }
a { background-color: rgb(222,237,176); }
div.DivClassName
{
background-color: #DEEDB0;
}
.BgClassName
{
background-color: #DEEDB0;
}
</style>
border-color css
<style>
span { border-color: #DEEDB0; }
span { border-color: rgb(222,237,176); }
td.TdClassName
{
border-color: #DEEDB0;
}
.TagClassName
{
border-color: #DEEDB0;
}
</style>