Shades of Tusk #DCEBB0
Tints of Tusk #DCEBB0
RGB
CMYK
RGB Variations
Color information
#DCEBB0 (or 0xDCEBB0) is known color: Tusk. HEX triplet: DC, EB and B0. RGB value is (220,235,176). Sum of RGB (Red+Green+Blue) = 220+235+176=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 176 (69.14% from 255 or 27.89% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEBB0 is #23144F. Grayscale: #E0E0E0. Windows color (decimal): -2298960 or 11594716. OLE color: 11594716.
HSL color Cylindrical-coordinate representation of color #DCEBB0: hue angle of 75.25º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCEBB0 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 176 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.08 |
| HSL | 75.25º | 0.6% | 0.81% | - |
| HSV(B) | 75.25º | 0.25% | 0.92% | - |
| XYZ | 67.06 | 77.77 | 52.55 | - |
| YUV | 223.79 | 101.03 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 176 | 0.06 | 0 | 0.25 | 0.08 | 75.25 | 0.6 | 0.81 |
| Hex | DC | EB | B0 | 6 | 0 | 19 | 8 | 4B | 3C | 51 |
| Octal | 334 | 353 | 260 | 6 | 0 | 31 | 10 | 113 | 74 | 121 |
| Binary | 11011100 | 11101011 | 10110000 | 110 | 0 | 11001 | 1000 | 1001011 | 111100 | 1010001 |
Color Harmonies of #DCEBB0
Complementary color
Monochromatic Colors of #DCEBB0
Black with #DCEBB0
Text Example
Text Example
White with #DCEBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBB0; }
p { color: rgb(220,235,176); }
H1.HeaderClassName
{
color: #DCEBB0;
}
.AnyTagClassName
{
color: #DCEBB0;
}
</style>
background-color css
<style>
a { background-color: #DCEBB0; }
a { background-color: rgb(220,235,176); }
div.DivClassName
{
background-color: #DCEBB0;
}
.BgClassName
{
background-color: #DCEBB0;
}
</style>
border-color css
<style>
span { border-color: #DCEBB0; }
span { border-color: rgb(220,235,176); }
td.TdClassName
{
border-color: #DCEBB0;
}
.TagClassName
{
border-color: #DCEBB0;
}
</style>