Shades of Tusk #DCEBAE
Tints of Tusk #DCEBAE
RGB
CMYK
RGB Variations
Color information
#DCEBAE (or 0xDCEBAE) is known color: Tusk. HEX triplet: DC, EB and AE. RGB value is (220,235,174). Sum of RGB (Red+Green+Blue) = 220+235+174=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEBAE is #231451. Grayscale: #DFDFDF. Windows color (decimal): -2298962 or 11463644. OLE color: 11463644.
HSL color Cylindrical-coordinate representation of color #DCEBAE: hue angle of 74.75º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCEBAE is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 174 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.08 |
| HSL | 74.75º | 0.6% | 0.8% | - |
| HSV(B) | 74.75º | 0.26% | 0.92% | - |
| XYZ | 66.86 | 77.69 | 51.52 | - |
| YUV | 223.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 174 | 0.06 | 0 | 0.26 | 0.08 | 74.75 | 0.6 | 0.8 |
| Hex | DC | EB | AE | 6 | 0 | 1A | 8 | 4B | 3C | 50 |
| Octal | 334 | 353 | 256 | 6 | 0 | 32 | 10 | 113 | 74 | 120 |
| Binary | 11011100 | 11101011 | 10101110 | 110 | 0 | 11010 | 1000 | 1001011 | 111100 | 1010000 |
Color Harmonies of #DCEBAE
Complementary color
Monochromatic Colors of #DCEBAE
Black with #DCEBAE
Text Example
Text Example
White with #DCEBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBAE; }
p { color: rgb(220,235,174); }
H1.HeaderClassName
{
color: #DCEBAE;
}
.AnyTagClassName
{
color: #DCEBAE;
}
</style>
background-color css
<style>
a { background-color: #DCEBAE; }
a { background-color: rgb(220,235,174); }
div.DivClassName
{
background-color: #DCEBAE;
}
.BgClassName
{
background-color: #DCEBAE;
}
</style>
border-color css
<style>
span { border-color: #DCEBAE; }
span { border-color: rgb(220,235,174); }
td.TdClassName
{
border-color: #DCEBAE;
}
.TagClassName
{
border-color: #DCEBAE;
}
</style>