Shades of Tusk #DCEAAE
Tints of Tusk #DCEAAE
RGB
CMYK
RGB Variations
Color information
#DCEAAE (or 0xDCEAAE) is known color: Tusk. HEX triplet: DC, EA and AE. RGB value is (220,234,174). Sum of RGB (Red+Green+Blue) = 220+234+174=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEAAE is #231551. Grayscale: #DFDFDF. Windows color (decimal): -2299218 or 11463388. OLE color: 11463388.
HSL color Cylindrical-coordinate representation of color #DCEAAE: hue angle of 74º degrees, saturation: 0.59, 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 #DCEAAE is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 174 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.08 |
| HSL | 74º | 0.59% | 0.8% | - |
| HSV(B) | 74º | 0.26% | 0.92% | - |
| XYZ | 66.58 | 77.12 | 51.42 | - |
| YUV | 222.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 174 | 0.06 | 0 | 0.26 | 0.08 | 74 | 0.59 | 0.8 |
| Hex | DC | EA | AE | 6 | 0 | 1A | 8 | 4A | 3B | 50 |
| Octal | 334 | 352 | 256 | 6 | 0 | 32 | 10 | 112 | 73 | 120 |
| Binary | 11011100 | 11101010 | 10101110 | 110 | 0 | 11010 | 1000 | 1001010 | 111011 | 1010000 |
Color Harmonies of #DCEAAE
Complementary color
Monochromatic Colors of #DCEAAE
Black with #DCEAAE
Text Example
Text Example
White with #DCEAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAAE; }
p { color: rgb(220,234,174); }
H1.HeaderClassName
{
color: #DCEAAE;
}
.AnyTagClassName
{
color: #DCEAAE;
}
</style>
background-color css
<style>
a { background-color: #DCEAAE; }
a { background-color: rgb(220,234,174); }
div.DivClassName
{
background-color: #DCEAAE;
}
.BgClassName
{
background-color: #DCEAAE;
}
</style>
border-color css
<style>
span { border-color: #DCEAAE; }
span { border-color: rgb(220,234,174); }
td.TdClassName
{
border-color: #DCEAAE;
}
.TagClassName
{
border-color: #DCEAAE;
}
</style>