Shades of Green White #DFDFD0
Tints of Green White #DFDFD0
RGB
CMYK
RGB Variations
Color information
#DFDFD0 (or 0xDFDFD0) is known color: Green White. HEX triplet: DF, DF and D0. RGB value is (223,223,208). Sum of RGB (Red+Green+Blue) = 223+223+208=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFD0 is #20202F. Grayscale: #DDDDDD. Windows color (decimal): -2105392 or 13688799. OLE color: 13688799.
HSL color Cylindrical-coordinate representation of color #DFDFD0: hue angle of 60º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDFD0 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 208 | - |
CMYK | 0 | 0 | 0.07 | 0.13 |
HSL | 60º | 0.19% | 0.85% | - |
HSV(B) | 60º | 0.07% | 0.87% | - |
XYZ | 68.2 | 73.02 | 70.17 | - |
YUV | 221.29 | 120.5 | 129.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 208 | 0 | 0 | 0.07 | 0.13 | 60 | 0.19 | 0.85 |
Hex | DF | DF | D0 | 0 | 0 | 7 | D | 3C | 13 | 55 |
Octal | 337 | 337 | 320 | 0 | 0 | 7 | 15 | 74 | 23 | 125 |
Binary | 11011111 | 11011111 | 11010000 | 0 | 0 | 111 | 1101 | 111100 | 10011 | 1010101 |
Color Harmonies of #DFDFD0
Complementary color
Monochromatic Colors of #DFDFD0
Black with #DFDFD0
Text Example
Text Example
White with #DFDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFD0; }
p { color: rgb(223,223,208); }
H1.HeaderClassName
{
color: #DFDFD0;
}
.AnyTagClassName
{
color: #DFDFD0;
}
</style>
background-color css
<style>
a { background-color: #DFDFD0; }
a { background-color: rgb(223,223,208); }
div.DivClassName
{
background-color: #DFDFD0;
}
.BgClassName
{
background-color: #DFDFD0;
}
</style>
border-color css
<style>
span { border-color: #DFDFD0; }
span { border-color: rgb(223,223,208); }
td.TdClassName
{
border-color: #DFDFD0;
}
.TagClassName
{
border-color: #DFDFD0;
}
</style>