Shades of Green White #DFDED2
Tints of Green White #DFDED2
RGB
CMYK
RGB Variations
Color information
#DFDED2 (or 0xDFDED2) is known color: Green White. HEX triplet: DF, DE and D2. RGB value is (223,222,210). Sum of RGB (Red+Green+Blue) = 223+222+210=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDED2 is #20212D. Grayscale: #DCDCDC. Windows color (decimal): -2105646 or 13819615. OLE color: 13819615.
HSL color Cylindrical-coordinate representation of color #DFDED2: hue angle of 55.38º 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 #DFDED2 is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 210 | - |
| CMYK | 0 | 0.00 | 0.06 | 0.13 |
| HSL | 55.38º | 0.17% | 0.85% | - |
| HSV(B) | 55.38º | 0.06% | 0.87% | - |
| XYZ | 68.19 | 72.58 | 71.39 | - |
| YUV | 220.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 210 | 0 | 0.00 | 0.06 | 0.13 | 55.38 | 0.17 | 0.85 |
| Hex | DF | DE | D2 | 0 | 0 | 6 | D | 37 | 11 | 55 |
| Octal | 337 | 336 | 322 | 0 | 0 | 6 | 15 | 67 | 21 | 125 |
| Binary | 11011111 | 11011110 | 11010010 | 0 | 0 | 110 | 1101 | 110111 | 10001 | 1010101 |
Color Harmonies of #DFDED2
Complementary color
Monochromatic Colors of #DFDED2
Black with #DFDED2
Text Example
Text Example
White with #DFDED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDED2; }
p { color: rgb(223,222,210); }
H1.HeaderClassName
{
color: #DFDED2;
}
.AnyTagClassName
{
color: #DFDED2;
}
</style>
background-color css
<style>
a { background-color: #DFDED2; }
a { background-color: rgb(223,222,210); }
div.DivClassName
{
background-color: #DFDED2;
}
.BgClassName
{
background-color: #DFDED2;
}
</style>
border-color css
<style>
span { border-color: #DFDED2; }
span { border-color: rgb(223,222,210); }
td.TdClassName
{
border-color: #DFDED2;
}
.TagClassName
{
border-color: #DFDED2;
}
</style>