Shades of Tusk #DEEEB5
Tints of Tusk #DEEEB5
RGB
CMYK
RGB Variations
Color information
#DEEEB5 (or 0xDEEEB5) is known color: Tusk. HEX triplet: DE, EE and B5. RGB value is (222,238,181). Sum of RGB (Red+Green+Blue) = 222+238+181=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEB5 is #21114A. Grayscale: #E2E2E2. Windows color (decimal): -2167115 or 11923166. OLE color: 11923166.
HSL color Cylindrical-coordinate representation of color #DEEEB5: hue angle of 76.84º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEEEB5 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 181 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.07 |
| HSL | 76.84º | 0.63% | 0.82% | - |
| HSV(B) | 76.84º | 0.24% | 0.93% | - |
| XYZ | 69.04 | 80.01 | 55.52 | - |
| YUV | 226.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 181 | 0.07 | 0 | 0.24 | 0.07 | 76.84 | 0.63 | 0.82 |
| Hex | DE | EE | B5 | 7 | 0 | 18 | 7 | 4D | 3F | 52 |
| Octal | 336 | 356 | 265 | 7 | 0 | 30 | 7 | 115 | 77 | 122 |
| Binary | 11011110 | 11101110 | 10110101 | 111 | 0 | 11000 | 111 | 1001101 | 111111 | 1010010 |
Color Harmonies of #DEEEB5
Complementary color
Monochromatic Colors of #DEEEB5
Black with #DEEEB5
Text Example
Text Example
White with #DEEEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEB5; }
p { color: rgb(222,238,181); }
H1.HeaderClassName
{
color: #DEEEB5;
}
.AnyTagClassName
{
color: #DEEEB5;
}
</style>
background-color css
<style>
a { background-color: #DEEEB5; }
a { background-color: rgb(222,238,181); }
div.DivClassName
{
background-color: #DEEEB5;
}
.BgClassName
{
background-color: #DEEEB5;
}
</style>
border-color css
<style>
span { border-color: #DEEEB5; }
span { border-color: rgb(222,238,181); }
td.TdClassName
{
border-color: #DEEEB5;
}
.TagClassName
{
border-color: #DEEEB5;
}
</style>