Shades of Hint Of Green #DCF4D1
Tints of Hint Of Green #DCF4D1
RGB
CMYK
RGB Variations
Color information
#DCF4D1 (or 0xDCF4D1) is known color: Hint Of Green. HEX triplet: DC, F4 and D1. RGB value is (220,244,209). Sum of RGB (Red+Green+Blue) = 220+244+209=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 209 (82.03% from 255 or 31.05% from 673); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF4D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF4D1 is #230B2E. Grayscale: #E8E8E8. Windows color (decimal): -2296623 or 13759708. OLE color: 13759708.
HSL color Cylindrical-coordinate representation of color #DCF4D1: hue angle of 101.14º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCF4D1 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 244 | 209 | - |
CMYK | 0.10 | 0 | 0.14 | 0.04 |
HSL | 101.14º | 0.61% | 0.89% | - |
HSV(B) | 101.14º | 0.14% | 0.96% | - |
XYZ | 73.37 | 84.52 | 72.77 | - |
YUV | 232.83 | 114.55 | 118.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 244 | 209 | 0.10 | 0 | 0.14 | 0.04 | 101.14 | 0.61 | 0.89 |
Hex | DC | F4 | D1 | A | 0 | E | 4 | 65 | 3D | 59 |
Octal | 334 | 364 | 321 | 12 | 0 | 16 | 4 | 145 | 75 | 131 |
Binary | 11011100 | 11110100 | 11010001 | 1010 | 0 | 1110 | 100 | 1100101 | 111101 | 1011001 |
Color Harmonies of #DCF4D1
Complementary color
Monochromatic Colors of #DCF4D1
Black with #DCF4D1
Text Example
Text Example
White with #DCF4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF4D1; }
p { color: rgb(220,244,209); }
H1.HeaderClassName
{
color: #DCF4D1;
}
.AnyTagClassName
{
color: #DCF4D1;
}
</style>
background-color css
<style>
a { background-color: #DCF4D1; }
a { background-color: rgb(220,244,209); }
div.DivClassName
{
background-color: #DCF4D1;
}
.BgClassName
{
background-color: #DCF4D1;
}
</style>
border-color css
<style>
span { border-color: #DCF4D1; }
span { border-color: rgb(220,244,209); }
td.TdClassName
{
border-color: #DCF4D1;
}
.TagClassName
{
border-color: #DCF4D1;
}
</style>