Shades of Tusk #DCEBAB
Tints of Tusk #DCEBAB
RGB
CMYK
RGB Variations
Color information
#DCEBAB (or 0xDCEBAB) is known color: Tusk. HEX triplet: DC, EB and AB. RGB value is (220,235,171). Sum of RGB (Red+Green+Blue) = 220+235+171=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEBAB is #231454. Grayscale: #DFDFDF. Windows color (decimal): -2298965 or 11267036. OLE color: 11267036.
HSL color Cylindrical-coordinate representation of color #DCEBAB: hue angle of 74.06º 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 #DCEBAB is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 171 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.08 |
| HSL | 74.06º | 0.62% | 0.8% | - |
| HSV(B) | 74.06º | 0.27% | 0.92% | - |
| XYZ | 66.57 | 77.57 | 49.99 | - |
| YUV | 223.22 | 98.53 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 171 | 0.06 | 0 | 0.27 | 0.08 | 74.06 | 0.62 | 0.8 |
| Hex | DC | EB | AB | 6 | 0 | 1B | 8 | 4A | 3E | 50 |
| Octal | 334 | 353 | 253 | 6 | 0 | 33 | 10 | 112 | 76 | 120 |
| Binary | 11011100 | 11101011 | 10101011 | 110 | 0 | 11011 | 1000 | 1001010 | 111110 | 1010000 |
Color Harmonies of #DCEBAB
Complementary color
Monochromatic Colors of #DCEBAB
Black with #DCEBAB
Text Example
Text Example
White with #DCEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBAB; }
p { color: rgb(220,235,171); }
H1.HeaderClassName
{
color: #DCEBAB;
}
.AnyTagClassName
{
color: #DCEBAB;
}
</style>
background-color css
<style>
a { background-color: #DCEBAB; }
a { background-color: rgb(220,235,171); }
div.DivClassName
{
background-color: #DCEBAB;
}
.BgClassName
{
background-color: #DCEBAB;
}
</style>
border-color css
<style>
span { border-color: #DCEBAB; }
span { border-color: rgb(220,235,171); }
td.TdClassName
{
border-color: #DCEBAB;
}
.TagClassName
{
border-color: #DCEBAB;
}
</style>