Shades of Green White #DFDFD2
Tints of Green White #DFDFD2
RGB
CMYK
RGB Variations
Color information
#DFDFD2 (or 0xDFDFD2) is known color: Green White. HEX triplet: DF, DF and D2. RGB value is (223,223,210). Sum of RGB (Red+Green+Blue) = 223+223+210=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFD2 is #20202D. Grayscale: #DDDDDD. Windows color (decimal): -2105390 or 13819871. OLE color: 13819871.
HSL color Cylindrical-coordinate representation of color #DFDFD2: hue angle of 60º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDFD2 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 210 | - |
CMYK | 0 | 0 | 0.06 | 0.13 |
HSL | 60º | 0.17% | 0.85% | - |
HSV(B) | 60º | 0.06% | 0.87% | - |
XYZ | 68.45 | 73.12 | 71.48 | - |
YUV | 221.52 | 121.5 | 129.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 210 | 0 | 0 | 0.06 | 0.13 | 60 | 0.17 | 0.85 |
Hex | DF | DF | D2 | 0 | 0 | 6 | D | 3C | 11 | 55 |
Octal | 337 | 337 | 322 | 0 | 0 | 6 | 15 | 74 | 21 | 125 |
Binary | 11011111 | 11011111 | 11010010 | 0 | 0 | 110 | 1101 | 111100 | 10001 | 1010101 |
Color Harmonies of #DFDFD2
Complementary color
Monochromatic Colors of #DFDFD2
Black with #DFDFD2
Text Example
Text Example
White with #DFDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFD2; }
p { color: rgb(223,223,210); }
H1.HeaderClassName
{
color: #DFDFD2;
}
.AnyTagClassName
{
color: #DFDFD2;
}
</style>
background-color css
<style>
a { background-color: #DFDFD2; }
a { background-color: rgb(223,223,210); }
div.DivClassName
{
background-color: #DFDFD2;
}
.BgClassName
{
background-color: #DFDFD2;
}
</style>
border-color css
<style>
span { border-color: #DFDFD2; }
span { border-color: rgb(223,223,210); }
td.TdClassName
{
border-color: #DFDFD2;
}
.TagClassName
{
border-color: #DFDFD2;
}
</style>