Shades of Hint Of Green #DCEFD3
Tints of Hint Of Green #DCEFD3
RGB
CMYK
RGB Variations
Color information
#DCEFD3 (or 0xDCEFD3) is known color: Hint Of Green. HEX triplet: DC, EF and D3. RGB value is (220,239,211). Sum of RGB (Red+Green+Blue) = 220+239+211=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFD3 is #23102C. Grayscale: #E6E6E6. Windows color (decimal): -2297901 or 13889500. OLE color: 13889500.
HSL color Cylindrical-coordinate representation of color #DCEFD3: hue angle of 100.71º degrees, saturation: 0.47, 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 #DCEFD3 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 211 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.06 |
| HSL | 100.71º | 0.47% | 0.88% | - |
| HSV(B) | 100.71º | 0.12% | 0.94% | - |
| XYZ | 72.14 | 81.65 | 73.59 | - |
| YUV | 230.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 211 | 0.08 | 0 | 0.12 | 0.06 | 100.71 | 0.47 | 0.88 |
| Hex | DC | EF | D3 | 8 | 0 | C | 6 | 65 | 2F | 58 |
| Octal | 334 | 357 | 323 | 10 | 0 | 14 | 6 | 145 | 57 | 130 |
| Binary | 11011100 | 11101111 | 11010011 | 1000 | 0 | 1100 | 110 | 1100101 | 101111 | 1011000 |
Color Harmonies of #DCEFD3
Complementary color
Monochromatic Colors of #DCEFD3
Black with #DCEFD3
Text Example
Text Example
White with #DCEFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFD3; }
p { color: rgb(220,239,211); }
H1.HeaderClassName
{
color: #DCEFD3;
}
.AnyTagClassName
{
color: #DCEFD3;
}
</style>
background-color css
<style>
a { background-color: #DCEFD3; }
a { background-color: rgb(220,239,211); }
div.DivClassName
{
background-color: #DCEFD3;
}
.BgClassName
{
background-color: #DCEFD3;
}
</style>
border-color css
<style>
span { border-color: #DCEFD3; }
span { border-color: rgb(220,239,211); }
td.TdClassName
{
border-color: #DCEFD3;
}
.TagClassName
{
border-color: #DCEFD3;
}
</style>