Shades of Tusk #DCECB2
Tints of Tusk #DCECB2
RGB
CMYK
RGB Variations
Color information
#DCECB2 (or 0xDCECB2) is known color: Tusk. HEX triplet: DC, EC and B2. RGB value is (220,236,178). Sum of RGB (Red+Green+Blue) = 220+236+178=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCECB2 is #23134D. Grayscale: #E0E0E0. Windows color (decimal): -2298702 or 11726044. OLE color: 11726044.
HSL color Cylindrical-coordinate representation of color #DCECB2: hue angle of 76.55º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCECB2 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 178 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.07 |
| HSL | 76.55º | 0.6% | 0.81% | - |
| HSV(B) | 76.55º | 0.25% | 0.93% | - |
| XYZ | 67.55 | 78.42 | 53.7 | - |
| YUV | 224.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 178 | 0.07 | 0 | 0.25 | 0.07 | 76.55 | 0.6 | 0.81 |
| Hex | DC | EC | B2 | 7 | 0 | 19 | 7 | 4D | 3C | 51 |
| Octal | 334 | 354 | 262 | 7 | 0 | 31 | 7 | 115 | 74 | 121 |
| Binary | 11011100 | 11101100 | 10110010 | 111 | 0 | 11001 | 111 | 1001101 | 111100 | 1010001 |
Color Harmonies of #DCECB2
Complementary color
Monochromatic Colors of #DCECB2
Black with #DCECB2
Text Example
Text Example
White with #DCECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECB2; }
p { color: rgb(220,236,178); }
H1.HeaderClassName
{
color: #DCECB2;
}
.AnyTagClassName
{
color: #DCECB2;
}
</style>
background-color css
<style>
a { background-color: #DCECB2; }
a { background-color: rgb(220,236,178); }
div.DivClassName
{
background-color: #DCECB2;
}
.BgClassName
{
background-color: #DCECB2;
}
</style>
border-color css
<style>
span { border-color: #DCECB2; }
span { border-color: rgb(220,236,178); }
td.TdClassName
{
border-color: #DCECB2;
}
.TagClassName
{
border-color: #DCECB2;
}
</style>