Shades of Green White #DFDDCF
Tints of Green White #DFDDCF
RGB
CMYK
RGB Variations
Color information
#DFDDCF (or 0xDFDDCF) is known color: Green White. HEX triplet: DF, DD and CF. RGB value is (223,221,207). Sum of RGB (Red+Green+Blue) = 223+221+207=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDCF is #202230. Grayscale: #DCDCDC. Windows color (decimal): -2105905 or 13622751. OLE color: 13622751.
HSL color Cylindrical-coordinate representation of color #DFDDCF: hue angle of 52.5º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDDCF is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 207 | - |
CMYK | 0 | 0.01 | 0.07 | 0.13 |
HSL | 52.5º | 0.2% | 0.84% | - |
HSV(B) | 52.5º | 0.07% | 0.87% | - |
XYZ | 67.55 | 71.91 | 69.35 | - |
YUV | 220 | 120.66 | 130.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 207 | 0 | 0.01 | 0.07 | 0.13 | 52.5 | 0.2 | 0.84 |
Hex | DF | DD | CF | 0 | 1 | 7 | D | 34 | 14 | 54 |
Octal | 337 | 335 | 317 | 0 | 1 | 7 | 15 | 64 | 24 | 124 |
Binary | 11011111 | 11011101 | 11001111 | 0 | 1 | 111 | 1101 | 110100 | 10100 | 1010100 |
Color Harmonies of #DFDDCF
Complementary color
Monochromatic Colors of #DFDDCF
Black with #DFDDCF
Text Example
Text Example
White with #DFDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDCF; }
p { color: rgb(223,221,207); }
H1.HeaderClassName
{
color: #DFDDCF;
}
.AnyTagClassName
{
color: #DFDDCF;
}
</style>
background-color css
<style>
a { background-color: #DFDDCF; }
a { background-color: rgb(223,221,207); }
div.DivClassName
{
background-color: #DFDDCF;
}
.BgClassName
{
background-color: #DFDDCF;
}
</style>
border-color css
<style>
span { border-color: #DFDDCF; }
span { border-color: rgb(223,221,207); }
td.TdClassName
{
border-color: #DFDDCF;
}
.TagClassName
{
border-color: #DFDDCF;
}
</style>