Shades of Tusk #DCEBB2
Tints of Tusk #DCEBB2
RGB
CMYK
RGB Variations
Color information
#DCEBB2 (or 0xDCEBB2) is known color: Tusk. HEX triplet: DC, EB and B2. RGB value is (220,235,178). Sum of RGB (Red+Green+Blue) = 220+235+178=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEBB2 is #23144D. Grayscale: #E0E0E0. Windows color (decimal): -2298958 or 11725788. OLE color: 11725788.
HSL color Cylindrical-coordinate representation of color #DCEBB2: hue angle of 75.79º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCEBB2 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 178 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.08 |
| HSL | 75.79º | 0.59% | 0.81% | - |
| HSV(B) | 75.79º | 0.24% | 0.92% | - |
| XYZ | 67.26 | 77.85 | 53.6 | - |
| YUV | 224.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 178 | 0.06 | 0 | 0.24 | 0.08 | 75.79 | 0.59 | 0.81 |
| Hex | DC | EB | B2 | 6 | 0 | 18 | 8 | 4C | 3B | 51 |
| Octal | 334 | 353 | 262 | 6 | 0 | 30 | 10 | 114 | 73 | 121 |
| Binary | 11011100 | 11101011 | 10110010 | 110 | 0 | 11000 | 1000 | 1001100 | 111011 | 1010001 |
Color Harmonies of #DCEBB2
Complementary color
Monochromatic Colors of #DCEBB2
Black with #DCEBB2
Text Example
Text Example
White with #DCEBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBB2; }
p { color: rgb(220,235,178); }
H1.HeaderClassName
{
color: #DCEBB2;
}
.AnyTagClassName
{
color: #DCEBB2;
}
</style>
background-color css
<style>
a { background-color: #DCEBB2; }
a { background-color: rgb(220,235,178); }
div.DivClassName
{
background-color: #DCEBB2;
}
.BgClassName
{
background-color: #DCEBB2;
}
</style>
border-color css
<style>
span { border-color: #DCEBB2; }
span { border-color: rgb(220,235,178); }
td.TdClassName
{
border-color: #DCEBB2;
}
.TagClassName
{
border-color: #DCEBB2;
}
</style>