Shades of Tusk #DEECB3
Tints of Tusk #DEECB3
RGB
CMYK
RGB Variations
Color information
#DEECB3 (or 0xDEECB3) is known color: Tusk. HEX triplet: DE, EC and B3. RGB value is (222,236,179). Sum of RGB (Red+Green+Blue) = 222+236+179=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECB3 is #21134C. Grayscale: #E1E1E1. Windows color (decimal): -2167629 or 11791582. OLE color: 11791582.
HSL color Cylindrical-coordinate representation of color #DEECB3: hue angle of 74.74º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEECB3 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 179 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.07 |
| HSL | 74.74º | 0.6% | 0.81% | - |
| HSV(B) | 74.74º | 0.24% | 0.93% | - |
| XYZ | 68.26 | 78.78 | 54.26 | - |
| YUV | 225.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 179 | 0.06 | 0 | 0.24 | 0.07 | 74.74 | 0.6 | 0.81 |
| Hex | DE | EC | B3 | 6 | 0 | 18 | 7 | 4B | 3C | 51 |
| Octal | 336 | 354 | 263 | 6 | 0 | 30 | 7 | 113 | 74 | 121 |
| Binary | 11011110 | 11101100 | 10110011 | 110 | 0 | 11000 | 111 | 1001011 | 111100 | 1010001 |
Color Harmonies of #DEECB3
Complementary color
Monochromatic Colors of #DEECB3
Black with #DEECB3
Text Example
Text Example
White with #DEECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECB3; }
p { color: rgb(222,236,179); }
H1.HeaderClassName
{
color: #DEECB3;
}
.AnyTagClassName
{
color: #DEECB3;
}
</style>
background-color css
<style>
a { background-color: #DEECB3; }
a { background-color: rgb(222,236,179); }
div.DivClassName
{
background-color: #DEECB3;
}
.BgClassName
{
background-color: #DEECB3;
}
</style>
border-color css
<style>
span { border-color: #DEECB3; }
span { border-color: rgb(222,236,179); }
td.TdClassName
{
border-color: #DEECB3;
}
.TagClassName
{
border-color: #DEECB3;
}
</style>