Shades of Tusk #DCEDB5
Tints of Tusk #DCEDB5
RGB
CMYK
RGB Variations
Color information
#DCEDB5 (or 0xDCEDB5) is known color: Tusk. HEX triplet: DC, ED and B5. RGB value is (220,237,181). Sum of RGB (Red+Green+Blue) = 220+237+181=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 181 (71.09% from 255 or 28.37% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDB5 is #23124A. Grayscale: #E1E1E1. Windows color (decimal): -2298443 or 11922908. OLE color: 11922908.
HSL color Cylindrical-coordinate representation of color #DCEDB5: hue angle of 78.21º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCEDB5 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 181 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.07 |
| HSL | 78.21º | 0.61% | 0.82% | - |
| HSV(B) | 78.21º | 0.24% | 0.93% | - |
| XYZ | 68.14 | 79.12 | 55.4 | - |
| YUV | 225.53 | 102.87 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 181 | 0.07 | 0 | 0.24 | 0.07 | 78.21 | 0.61 | 0.82 |
| Hex | DC | ED | B5 | 7 | 0 | 18 | 7 | 4E | 3D | 52 |
| Octal | 334 | 355 | 265 | 7 | 0 | 30 | 7 | 116 | 75 | 122 |
| Binary | 11011100 | 11101101 | 10110101 | 111 | 0 | 11000 | 111 | 1001110 | 111101 | 1010010 |
Color Harmonies of #DCEDB5
Complementary color
Monochromatic Colors of #DCEDB5
Black with #DCEDB5
Text Example
Text Example
White with #DCEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDB5; }
p { color: rgb(220,237,181); }
H1.HeaderClassName
{
color: #DCEDB5;
}
.AnyTagClassName
{
color: #DCEDB5;
}
</style>
background-color css
<style>
a { background-color: #DCEDB5; }
a { background-color: rgb(220,237,181); }
div.DivClassName
{
background-color: #DCEDB5;
}
.BgClassName
{
background-color: #DCEDB5;
}
</style>
border-color css
<style>
span { border-color: #DCEDB5; }
span { border-color: rgb(220,237,181); }
td.TdClassName
{
border-color: #DCEDB5;
}
.TagClassName
{
border-color: #DCEDB5;
}
</style>