Shades of Tusk #DEEEB3
Tints of Tusk #DEEEB3
RGB
CMYK
RGB Variations
Color information
#DEEEB3 (or 0xDEEEB3) is known color: Tusk. HEX triplet: DE, EE and B3. RGB value is (222,238,179). Sum of RGB (Red+Green+Blue) = 222+238+179=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 179 (70.31% from 255 or 28.01% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEB3 is #21114C. Grayscale: #E2E2E2. Windows color (decimal): -2167117 or 11792094. OLE color: 11792094.
HSL color Cylindrical-coordinate representation of color #DEEEB3: hue angle of 76.27º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEEEB3 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 179 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.07 |
| HSL | 76.27º | 0.63% | 0.82% | - |
| HSV(B) | 76.27º | 0.25% | 0.93% | - |
| XYZ | 68.84 | 79.93 | 54.45 | - |
| YUV | 226.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 179 | 0.07 | 0 | 0.25 | 0.07 | 76.27 | 0.63 | 0.82 |
| Hex | DE | EE | B3 | 7 | 0 | 19 | 7 | 4C | 3F | 52 |
| Octal | 336 | 356 | 263 | 7 | 0 | 31 | 7 | 114 | 77 | 122 |
| Binary | 11011110 | 11101110 | 10110011 | 111 | 0 | 11001 | 111 | 1001100 | 111111 | 1010010 |
Color Harmonies of #DEEEB3
Complementary color
Monochromatic Colors of #DEEEB3
Black with #DEEEB3
Text Example
Text Example
White with #DEEEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEB3; }
p { color: rgb(222,238,179); }
H1.HeaderClassName
{
color: #DEEEB3;
}
.AnyTagClassName
{
color: #DEEEB3;
}
</style>
background-color css
<style>
a { background-color: #DEEEB3; }
a { background-color: rgb(222,238,179); }
div.DivClassName
{
background-color: #DEEEB3;
}
.BgClassName
{
background-color: #DEEEB3;
}
</style>
border-color css
<style>
span { border-color: #DEEEB3; }
span { border-color: rgb(222,238,179); }
td.TdClassName
{
border-color: #DEEEB3;
}
.TagClassName
{
border-color: #DEEEB3;
}
</style>