Shades of Hint Of Green #DCEFD2
Tints of Hint Of Green #DCEFD2
RGB
CMYK
RGB Variations
Color information
#DCEFD2 (or 0xDCEFD2) is known color: Hint Of Green. HEX triplet: DC, EF and D2. RGB value is (220,239,210). Sum of RGB (Red+Green+Blue) = 220+239+210=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFD2 is #23102D. Grayscale: #E6E6E6. Windows color (decimal): -2297902 or 13823964. OLE color: 13823964.
HSL color Cylindrical-coordinate representation of color #DCEFD2: hue angle of 99.31º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCEFD2 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 210 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.06 |
| HSL | 99.31º | 0.48% | 0.88% | - |
| HSV(B) | 99.31º | 0.12% | 0.94% | - |
| XYZ | 72.01 | 81.6 | 72.93 | - |
| YUV | 230.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 210 | 0.08 | 0 | 0.12 | 0.06 | 99.31 | 0.48 | 0.88 |
| Hex | DC | EF | D2 | 8 | 0 | C | 6 | 63 | 30 | 58 |
| Octal | 334 | 357 | 322 | 10 | 0 | 14 | 6 | 143 | 60 | 130 |
| Binary | 11011100 | 11101111 | 11010010 | 1000 | 0 | 1100 | 110 | 1100011 | 110000 | 1011000 |
Color Harmonies of #DCEFD2
Complementary color
Monochromatic Colors of #DCEFD2
Black with #DCEFD2
Text Example
Text Example
White with #DCEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFD2; }
p { color: rgb(220,239,210); }
H1.HeaderClassName
{
color: #DCEFD2;
}
.AnyTagClassName
{
color: #DCEFD2;
}
</style>
background-color css
<style>
a { background-color: #DCEFD2; }
a { background-color: rgb(220,239,210); }
div.DivClassName
{
background-color: #DCEFD2;
}
.BgClassName
{
background-color: #DCEFD2;
}
</style>
border-color css
<style>
span { border-color: #DCEFD2; }
span { border-color: rgb(220,239,210); }
td.TdClassName
{
border-color: #DCEFD2;
}
.TagClassName
{
border-color: #DCEFD2;
}
</style>