Shades of Tusk #DEEBAB
Tints of Tusk #DEEBAB
RGB
CMYK
RGB Variations
Color information
#DEEBAB (or 0xDEEBAB) is known color: Tusk. HEX triplet: DE, EB and AB. RGB value is (222,235,171). Sum of RGB (Red+Green+Blue) = 222+235+171=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEBAB is #211454. Grayscale: #E0E0E0. Windows color (decimal): -2167893 or 11267038. OLE color: 11267038.
HSL color Cylindrical-coordinate representation of color #DEEBAB: hue angle of 72.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEEBAB is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 171 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.08 |
| HSL | 72.19º | 0.62% | 0.8% | - |
| HSV(B) | 72.19º | 0.27% | 0.92% | - |
| XYZ | 67.18 | 77.89 | 50.02 | - |
| YUV | 223.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 171 | 0.06 | 0 | 0.27 | 0.08 | 72.19 | 0.62 | 0.8 |
| Hex | DE | EB | AB | 6 | 0 | 1B | 8 | 48 | 3E | 50 |
| Octal | 336 | 353 | 253 | 6 | 0 | 33 | 10 | 110 | 76 | 120 |
| Binary | 11011110 | 11101011 | 10101011 | 110 | 0 | 11011 | 1000 | 1001000 | 111110 | 1010000 |
Color Harmonies of #DEEBAB
Complementary color
Monochromatic Colors of #DEEBAB
Black with #DEEBAB
Text Example
Text Example
White with #DEEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBAB; }
p { color: rgb(222,235,171); }
H1.HeaderClassName
{
color: #DEEBAB;
}
.AnyTagClassName
{
color: #DEEBAB;
}
</style>
background-color css
<style>
a { background-color: #DEEBAB; }
a { background-color: rgb(222,235,171); }
div.DivClassName
{
background-color: #DEEBAB;
}
.BgClassName
{
background-color: #DEEBAB;
}
</style>
border-color css
<style>
span { border-color: #DEEBAB; }
span { border-color: rgb(222,235,171); }
td.TdClassName
{
border-color: #DEEBAB;
}
.TagClassName
{
border-color: #DEEBAB;
}
</style>