Shades of Hint Of Green #DFECD6
Tints of Hint Of Green #DFECD6
RGB
CMYK
RGB Variations
Color information
#DFECD6 (or 0xDFECD6) is known color: Hint Of Green. HEX triplet: DF, EC and D6. RGB value is (223,236,214). Sum of RGB (Red+Green+Blue) = 223+236+214=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECD6 is #201329. Grayscale: #E5E5E5. Windows color (decimal): -2102058 or 14085343. OLE color: 14085343.
HSL color Cylindrical-coordinate representation of color #DFECD6: hue angle of 95.45º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFECD6 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 236 | 214 | - |
CMYK | 0.06 | 0 | 0.09 | 0.07 |
HSL | 95.45º | 0.37% | 0.88% | - |
HSV(B) | 95.45º | 0.09% | 0.93% | - |
XYZ | 72.56 | 80.53 | 75.34 | - |
YUV | 229.61 | 119.19 | 123.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 214 | 0.06 | 0 | 0.09 | 0.07 | 95.45 | 0.37 | 0.88 |
Hex | DF | EC | D6 | 6 | 0 | 9 | 7 | 5F | 25 | 58 |
Octal | 337 | 354 | 326 | 6 | 0 | 11 | 7 | 137 | 45 | 130 |
Binary | 11011111 | 11101100 | 11010110 | 110 | 0 | 1001 | 111 | 1011111 | 100101 | 1011000 |
Color Harmonies of #DFECD6
Complementary color
Monochromatic Colors of #DFECD6
Black with #DFECD6
Text Example
Text Example
White with #DFECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECD6; }
p { color: rgb(223,236,214); }
H1.HeaderClassName
{
color: #DFECD6;
}
.AnyTagClassName
{
color: #DFECD6;
}
</style>
background-color css
<style>
a { background-color: #DFECD6; }
a { background-color: rgb(223,236,214); }
div.DivClassName
{
background-color: #DFECD6;
}
.BgClassName
{
background-color: #DFECD6;
}
</style>
border-color css
<style>
span { border-color: #DFECD6; }
span { border-color: rgb(223,236,214); }
td.TdClassName
{
border-color: #DFECD6;
}
.TagClassName
{
border-color: #DFECD6;
}
</style>