Shades of Hint Of Green #DCEFD4
Tints of Hint Of Green #DCEFD4
RGB
CMYK
RGB Variations
Color information
#DCEFD4 (or 0xDCEFD4) is known color: Hint Of Green. HEX triplet: DC, EF and D4. RGB value is (220,239,212). Sum of RGB (Red+Green+Blue) = 220+239+212=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFD4 is #23102B. Grayscale: #E6E6E6. Windows color (decimal): -2297900 or 13955036. OLE color: 13955036.
HSL color Cylindrical-coordinate representation of color #DCEFD4: hue angle of 102.22º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCEFD4 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 239 | 212 | - |
CMYK | 0.08 | 0 | 0.11 | 0.06 |
HSL | 102.22º | 0.46% | 0.88% | - |
HSV(B) | 102.22º | 0.11% | 0.94% | - |
XYZ | 72.27 | 81.7 | 74.25 | - |
YUV | 230.24 | 117.71 | 120.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 239 | 212 | 0.08 | 0 | 0.11 | 0.06 | 102.22 | 0.46 | 0.88 |
Hex | DC | EF | D4 | 8 | 0 | B | 6 | 66 | 2E | 58 |
Octal | 334 | 357 | 324 | 10 | 0 | 13 | 6 | 146 | 56 | 130 |
Binary | 11011100 | 11101111 | 11010100 | 1000 | 0 | 1011 | 110 | 1100110 | 101110 | 1011000 |
Color Harmonies of #DCEFD4
Complementary color
Monochromatic Colors of #DCEFD4
Black with #DCEFD4
Text Example
Text Example
White with #DCEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFD4; }
p { color: rgb(220,239,212); }
H1.HeaderClassName
{
color: #DCEFD4;
}
.AnyTagClassName
{
color: #DCEFD4;
}
</style>
background-color css
<style>
a { background-color: #DCEFD4; }
a { background-color: rgb(220,239,212); }
div.DivClassName
{
background-color: #DCEFD4;
}
.BgClassName
{
background-color: #DCEFD4;
}
</style>
border-color css
<style>
span { border-color: #DCEFD4; }
span { border-color: rgb(220,239,212); }
td.TdClassName
{
border-color: #DCEFD4;
}
.TagClassName
{
border-color: #DCEFD4;
}
</style>