Shades of Hint Of Green #DFEDD5
Tints of Hint Of Green #DFEDD5
RGB
CMYK
RGB Variations
Color information
#DFEDD5 (or 0xDFEDD5) is known color: Hint Of Green. HEX triplet: DF, ED and D5. RGB value is (223,237,213). Sum of RGB (Red+Green+Blue) = 223+237+213=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDD5 is #20122A. Grayscale: #E6E6E6. Windows color (decimal): -2101803 or 14020063. OLE color: 14020063.
HSL color Cylindrical-coordinate representation of color #DFEDD5: hue angle of 95º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFEDD5 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 213 | - |
CMYK | 0.06 | 0 | 0.10 | 0.07 |
HSL | 95º | 0.4% | 0.88% | - |
HSV(B) | 95º | 0.1% | 0.93% | - |
XYZ | 72.73 | 81.06 | 74.76 | - |
YUV | 230.08 | 118.36 | 122.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 213 | 0.06 | 0 | 0.10 | 0.07 | 95 | 0.4 | 0.88 |
Hex | DF | ED | D5 | 6 | 0 | A | 7 | 5F | 28 | 58 |
Octal | 337 | 355 | 325 | 6 | 0 | 12 | 7 | 137 | 50 | 130 |
Binary | 11011111 | 11101101 | 11010101 | 110 | 0 | 1010 | 111 | 1011111 | 101000 | 1011000 |
Color Harmonies of #DFEDD5
Complementary color
Monochromatic Colors of #DFEDD5
Black with #DFEDD5
Text Example
Text Example
White with #DFEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDD5; }
p { color: rgb(223,237,213); }
H1.HeaderClassName
{
color: #DFEDD5;
}
.AnyTagClassName
{
color: #DFEDD5;
}
</style>
background-color css
<style>
a { background-color: #DFEDD5; }
a { background-color: rgb(223,237,213); }
div.DivClassName
{
background-color: #DFEDD5;
}
.BgClassName
{
background-color: #DFEDD5;
}
</style>
border-color css
<style>
span { border-color: #DFEDD5; }
span { border-color: rgb(223,237,213); }
td.TdClassName
{
border-color: #DFEDD5;
}
.TagClassName
{
border-color: #DFEDD5;
}
</style>