Shades of Tusk #DEEBB4
Tints of Tusk #DEEBB4
RGB
CMYK
RGB Variations
Color information
#DEEBB4 (or 0xDEEBB4) is known color: Tusk. HEX triplet: DE, EB and B4. RGB value is (222,235,180). Sum of RGB (Red+Green+Blue) = 222+235+180=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBB4 is #21144B. Grayscale: #E1E1E1. Windows color (decimal): -2167884 or 11856862. OLE color: 11856862.
HSL color Cylindrical-coordinate representation of color #DEEBB4: hue angle of 74.18º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEEBB4 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 180 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.08 |
| HSL | 74.18º | 0.58% | 0.81% | - |
| HSV(B) | 74.18º | 0.23% | 0.92% | - |
| XYZ | 68.07 | 78.24 | 54.69 | - |
| YUV | 224.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 180 | 0.06 | 0 | 0.23 | 0.08 | 74.18 | 0.58 | 0.81 |
| Hex | DE | EB | B4 | 6 | 0 | 17 | 8 | 4A | 3A | 51 |
| Octal | 336 | 353 | 264 | 6 | 0 | 27 | 10 | 112 | 72 | 121 |
| Binary | 11011110 | 11101011 | 10110100 | 110 | 0 | 10111 | 1000 | 1001010 | 111010 | 1010001 |
Color Harmonies of #DEEBB4
Complementary color
Monochromatic Colors of #DEEBB4
Black with #DEEBB4
Text Example
Text Example
White with #DEEBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBB4; }
p { color: rgb(222,235,180); }
H1.HeaderClassName
{
color: #DEEBB4;
}
.AnyTagClassName
{
color: #DEEBB4;
}
</style>
background-color css
<style>
a { background-color: #DEEBB4; }
a { background-color: rgb(222,235,180); }
div.DivClassName
{
background-color: #DEEBB4;
}
.BgClassName
{
background-color: #DEEBB4;
}
</style>
border-color css
<style>
span { border-color: #DEEBB4; }
span { border-color: rgb(222,235,180); }
td.TdClassName
{
border-color: #DEEBB4;
}
.TagClassName
{
border-color: #DEEBB4;
}
</style>