Shades of Hint Of Green #DCEAD4
Tints of Hint Of Green #DCEAD4
RGB
CMYK
RGB Variations
Color information
#DCEAD4 (or 0xDCEAD4) is known color: Hint Of Green. HEX triplet: DC, EA and D4. RGB value is (220,234,212). Sum of RGB (Red+Green+Blue) = 220+234+212=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAD4 is #23152B. Grayscale: #E3E3E3. Windows color (decimal): -2299180 or 13953756. OLE color: 13953756.
HSL color Cylindrical-coordinate representation of color #DCEAD4: hue angle of 98.18º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCEAD4 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 212 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.08 |
| HSL | 98.18º | 0.34% | 0.87% | - |
| HSV(B) | 98.18º | 0.09% | 0.92% | - |
| XYZ | 70.82 | 78.81 | 73.77 | - |
| YUV | 227.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 212 | 0.06 | 0 | 0.09 | 0.08 | 98.18 | 0.34 | 0.87 |
| Hex | DC | EA | D4 | 6 | 0 | 9 | 8 | 62 | 22 | 57 |
| Octal | 334 | 352 | 324 | 6 | 0 | 11 | 10 | 142 | 42 | 127 |
| Binary | 11011100 | 11101010 | 11010100 | 110 | 0 | 1001 | 1000 | 1100010 | 100010 | 1010111 |
Color Harmonies of #DCEAD4
Complementary color
Monochromatic Colors of #DCEAD4
Black with #DCEAD4
Text Example
Text Example
White with #DCEAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAD4; }
p { color: rgb(220,234,212); }
H1.HeaderClassName
{
color: #DCEAD4;
}
.AnyTagClassName
{
color: #DCEAD4;
}
</style>
background-color css
<style>
a { background-color: #DCEAD4; }
a { background-color: rgb(220,234,212); }
div.DivClassName
{
background-color: #DCEAD4;
}
.BgClassName
{
background-color: #DCEAD4;
}
</style>
border-color css
<style>
span { border-color: #DCEAD4; }
span { border-color: rgb(220,234,212); }
td.TdClassName
{
border-color: #DCEAD4;
}
.TagClassName
{
border-color: #DCEAD4;
}
</style>