Shades of Tusk #DCECB5
Tints of Tusk #DCECB5
RGB
CMYK
RGB Variations
Color information
#DCECB5 (or 0xDCECB5) is known color: Tusk. HEX triplet: DC, EC and B5. RGB value is (220,236,181). Sum of RGB (Red+Green+Blue) = 220+236+181=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECB5 is #23134A. Grayscale: #E1E1E1. Windows color (decimal): -2298699 or 11922652. OLE color: 11922652.
HSL color Cylindrical-coordinate representation of color #DCECB5: hue angle of 77.45º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCECB5 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 181 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.07 |
| HSL | 77.45º | 0.59% | 0.82% | - |
| HSV(B) | 77.45º | 0.23% | 0.93% | - |
| XYZ | 67.85 | 78.54 | 55.3 | - |
| YUV | 224.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 181 | 0.07 | 0 | 0.23 | 0.07 | 77.45 | 0.59 | 0.82 |
| Hex | DC | EC | B5 | 7 | 0 | 17 | 7 | 4D | 3B | 52 |
| Octal | 334 | 354 | 265 | 7 | 0 | 27 | 7 | 115 | 73 | 122 |
| Binary | 11011100 | 11101100 | 10110101 | 111 | 0 | 10111 | 111 | 1001101 | 111011 | 1010010 |
Color Harmonies of #DCECB5
Complementary color
Monochromatic Colors of #DCECB5
Black with #DCECB5
Text Example
Text Example
White with #DCECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECB5; }
p { color: rgb(220,236,181); }
H1.HeaderClassName
{
color: #DCECB5;
}
.AnyTagClassName
{
color: #DCECB5;
}
</style>
background-color css
<style>
a { background-color: #DCECB5; }
a { background-color: rgb(220,236,181); }
div.DivClassName
{
background-color: #DCECB5;
}
.BgClassName
{
background-color: #DCECB5;
}
</style>
border-color css
<style>
span { border-color: #DCECB5; }
span { border-color: rgb(220,236,181); }
td.TdClassName
{
border-color: #DCECB5;
}
.TagClassName
{
border-color: #DCECB5;
}
</style>