Shades of Green White #DFDFD1
Tints of Green White #DFDFD1
RGB
CMYK
RGB Variations
Color information
#DFDFD1 (or 0xDFDFD1) is known color: Green White. HEX triplet: DF, DF and D1. RGB value is (223,223,209). Sum of RGB (Red+Green+Blue) = 223+223+209=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFD1 is #20202E. Grayscale: #DDDDDD. Windows color (decimal): -2105391 or 13754335. OLE color: 13754335.
HSL color Cylindrical-coordinate representation of color #DFDFD1: hue angle of 60º degrees, saturation: 0.18, 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 #DFDFD1 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 209 | - |
CMYK | 0 | 0 | 0.06 | 0.13 |
HSL | 60º | 0.18% | 0.85% | - |
HSV(B) | 60º | 0.06% | 0.87% | - |
XYZ | 68.33 | 73.07 | 70.82 | - |
YUV | 221.4 | 121 | 129.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 209 | 0 | 0 | 0.06 | 0.13 | 60 | 0.18 | 0.85 |
Hex | DF | DF | D1 | 0 | 0 | 6 | D | 3C | 12 | 55 |
Octal | 337 | 337 | 321 | 0 | 0 | 6 | 15 | 74 | 22 | 125 |
Binary | 11011111 | 11011111 | 11010001 | 0 | 0 | 110 | 1101 | 111100 | 10010 | 1010101 |
Color Harmonies of #DFDFD1
Complementary color
Monochromatic Colors of #DFDFD1
Black with #DFDFD1
Text Example
Text Example
White with #DFDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFD1; }
p { color: rgb(223,223,209); }
H1.HeaderClassName
{
color: #DFDFD1;
}
.AnyTagClassName
{
color: #DFDFD1;
}
</style>
background-color css
<style>
a { background-color: #DFDFD1; }
a { background-color: rgb(223,223,209); }
div.DivClassName
{
background-color: #DFDFD1;
}
.BgClassName
{
background-color: #DFDFD1;
}
</style>
border-color css
<style>
span { border-color: #DFDFD1; }
span { border-color: rgb(223,223,209); }
td.TdClassName
{
border-color: #DFDFD1;
}
.TagClassName
{
border-color: #DFDFD1;
}
</style>