Shades of Tusk #DEEBB6
Tints of Tusk #DEEBB6
RGB
CMYK
RGB Variations
Color information
#DEEBB6 (or 0xDEEBB6) is known color: Tusk. HEX triplet: DE, EB and B6. RGB value is (222,235,182). Sum of RGB (Red+Green+Blue) = 222+235+182=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBB6 is #211449. Grayscale: #E1E1E1. Windows color (decimal): -2167882 or 11987934. OLE color: 11987934.
HSL color Cylindrical-coordinate representation of color #DEEBB6: hue angle of 74.72º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEEBB6 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 182 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.08 |
| HSL | 74.72º | 0.57% | 0.82% | - |
| HSV(B) | 74.72º | 0.23% | 0.92% | - |
| XYZ | 68.28 | 78.32 | 55.78 | - |
| YUV | 225.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 182 | 0.06 | 0 | 0.23 | 0.08 | 74.72 | 0.57 | 0.82 |
| Hex | DE | EB | B6 | 6 | 0 | 17 | 8 | 4B | 39 | 52 |
| Octal | 336 | 353 | 266 | 6 | 0 | 27 | 10 | 113 | 71 | 122 |
| Binary | 11011110 | 11101011 | 10110110 | 110 | 0 | 10111 | 1000 | 1001011 | 111001 | 1010010 |
Color Harmonies of #DEEBB6
Complementary color
Monochromatic Colors of #DEEBB6
Black with #DEEBB6
Text Example
Text Example
White with #DEEBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBB6; }
p { color: rgb(222,235,182); }
H1.HeaderClassName
{
color: #DEEBB6;
}
.AnyTagClassName
{
color: #DEEBB6;
}
</style>
background-color css
<style>
a { background-color: #DEEBB6; }
a { background-color: rgb(222,235,182); }
div.DivClassName
{
background-color: #DEEBB6;
}
.BgClassName
{
background-color: #DEEBB6;
}
</style>
border-color css
<style>
span { border-color: #DEEBB6; }
span { border-color: rgb(222,235,182); }
td.TdClassName
{
border-color: #DEEBB6;
}
.TagClassName
{
border-color: #DEEBB6;
}
</style>