Shades of Tusk #DEEBB2
Tints of Tusk #DEEBB2
RGB
CMYK
RGB Variations
Color information
#DEEBB2 (or 0xDEEBB2) is known color: Tusk. HEX triplet: DE, EB and B2. RGB value is (222,235,178). Sum of RGB (Red+Green+Blue) = 222+235+178=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEBB2 is #21144D. Grayscale: #E0E0E0. Windows color (decimal): -2167886 or 11725790. OLE color: 11725790.
HSL color Cylindrical-coordinate representation of color #DEEBB2: hue angle of 73.68º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEEBB2 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 178 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.08 |
| HSL | 73.68º | 0.59% | 0.81% | - |
| HSV(B) | 73.68º | 0.24% | 0.92% | - |
| XYZ | 67.87 | 78.16 | 53.63 | - |
| YUV | 224.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 178 | 0.06 | 0 | 0.24 | 0.08 | 73.68 | 0.59 | 0.81 |
| Hex | DE | EB | B2 | 6 | 0 | 18 | 8 | 4A | 3B | 51 |
| Octal | 336 | 353 | 262 | 6 | 0 | 30 | 10 | 112 | 73 | 121 |
| Binary | 11011110 | 11101011 | 10110010 | 110 | 0 | 11000 | 1000 | 1001010 | 111011 | 1010001 |
Color Harmonies of #DEEBB2
Complementary color
Monochromatic Colors of #DEEBB2
Black with #DEEBB2
Text Example
Text Example
White with #DEEBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBB2; }
p { color: rgb(222,235,178); }
H1.HeaderClassName
{
color: #DEEBB2;
}
.AnyTagClassName
{
color: #DEEBB2;
}
</style>
background-color css
<style>
a { background-color: #DEEBB2; }
a { background-color: rgb(222,235,178); }
div.DivClassName
{
background-color: #DEEBB2;
}
.BgClassName
{
background-color: #DEEBB2;
}
</style>
border-color css
<style>
span { border-color: #DEEBB2; }
span { border-color: rgb(222,235,178); }
td.TdClassName
{
border-color: #DEEBB2;
}
.TagClassName
{
border-color: #DEEBB2;
}
</style>