Shades of Green White #DFDFD3
Tints of Green White #DFDFD3
RGB
CMYK
RGB Variations
Color information
#DFDFD3 (or 0xDFDFD3) is known color: Green White. HEX triplet: DF, DF and D3. RGB value is (223,223,211). Sum of RGB (Red+Green+Blue) = 223+223+211=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 211 (82.81% from 255 or 32.12% from 657); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFD3 is #20202C. Grayscale: #DDDDDD. Windows color (decimal): -2105389 or 13885407. OLE color: 13885407.
HSL color Cylindrical-coordinate representation of color #DFDFD3: hue angle of 60º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFDFD3 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 211 | - |
CMYK | 0 | 0 | 0.05 | 0.13 |
HSL | 60º | 0.16% | 0.85% | - |
HSV(B) | 60º | 0.05% | 0.87% | - |
XYZ | 68.58 | 73.17 | 72.14 | - |
YUV | 221.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 211 | 0 | 0 | 0.05 | 0.13 | 60 | 0.16 | 0.85 |
Hex | DF | DF | D3 | 0 | 0 | 5 | D | 3C | 10 | 55 |
Octal | 337 | 337 | 323 | 0 | 0 | 5 | 15 | 74 | 20 | 125 |
Binary | 11011111 | 11011111 | 11010011 | 0 | 0 | 101 | 1101 | 111100 | 10000 | 1010101 |
Color Harmonies of #DFDFD3
Complementary color
Monochromatic Colors of #DFDFD3
Black with #DFDFD3
Text Example
Text Example
White with #DFDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFD3; }
p { color: rgb(223,223,211); }
H1.HeaderClassName
{
color: #DFDFD3;
}
.AnyTagClassName
{
color: #DFDFD3;
}
</style>
background-color css
<style>
a { background-color: #DFDFD3; }
a { background-color: rgb(223,223,211); }
div.DivClassName
{
background-color: #DFDFD3;
}
.BgClassName
{
background-color: #DFDFD3;
}
</style>
border-color css
<style>
span { border-color: #DFDFD3; }
span { border-color: rgb(223,223,211); }
td.TdClassName
{
border-color: #DFDFD3;
}
.TagClassName
{
border-color: #DFDFD3;
}
</style>