Shades of Tusk #DCEBB5
Tints of Tusk #DCEBB5
RGB
CMYK
RGB Variations
Color information
#DCEBB5 (or 0xDCEBB5) is known color: Tusk. HEX triplet: DC, EB and B5. RGB value is (220,235,181). Sum of RGB (Red+Green+Blue) = 220+235+181=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBB5 is #23144A. Grayscale: #E0E0E0. Windows color (decimal): -2298955 or 11922396. OLE color: 11922396.
HSL color Cylindrical-coordinate representation of color #DCEBB5: hue angle of 76.67º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCEBB5 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 181 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.08 |
| HSL | 76.67º | 0.57% | 0.82% | - |
| HSV(B) | 76.67º | 0.23% | 0.92% | - |
| XYZ | 67.56 | 77.97 | 55.2 | - |
| YUV | 224.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 181 | 0.06 | 0 | 0.23 | 0.08 | 76.67 | 0.57 | 0.82 |
| Hex | DC | EB | B5 | 6 | 0 | 17 | 8 | 4D | 39 | 52 |
| Octal | 334 | 353 | 265 | 6 | 0 | 27 | 10 | 115 | 71 | 122 |
| Binary | 11011100 | 11101011 | 10110101 | 110 | 0 | 10111 | 1000 | 1001101 | 111001 | 1010010 |
Color Harmonies of #DCEBB5
Complementary color
Monochromatic Colors of #DCEBB5
Black with #DCEBB5
Text Example
Text Example
White with #DCEBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBB5; }
p { color: rgb(220,235,181); }
H1.HeaderClassName
{
color: #DCEBB5;
}
.AnyTagClassName
{
color: #DCEBB5;
}
</style>
background-color css
<style>
a { background-color: #DCEBB5; }
a { background-color: rgb(220,235,181); }
div.DivClassName
{
background-color: #DCEBB5;
}
.BgClassName
{
background-color: #DCEBB5;
}
</style>
border-color css
<style>
span { border-color: #DCEBB5; }
span { border-color: rgb(220,235,181); }
td.TdClassName
{
border-color: #DCEBB5;
}
.TagClassName
{
border-color: #DCEBB5;
}
</style>