Shades of Green White #DFDEC6
Tints of Green White #DFDEC6
RGB
CMYK
RGB Variations
Color information
#DFDEC6 (or 0xDFDEC6) is known color: Green White. HEX triplet: DF, DE and C6. RGB value is (223,222,198). Sum of RGB (Red+Green+Blue) = 223+222+198=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEC6 is #202139. Grayscale: #DBDBDB. Windows color (decimal): -2105658 or 13033183. OLE color: 13033183.
HSL color Cylindrical-coordinate representation of color #DFDEC6: hue angle of 57.6º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDEC6 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 222 | 198 | - |
CMYK | 0 | 0.00 | 0.11 | 0.13 |
HSL | 57.6º | 0.28% | 0.83% | - |
HSV(B) | 57.6º | 0.11% | 0.87% | - |
XYZ | 66.75 | 72.01 | 63.81 | - |
YUV | 219.56 | 115.83 | 130.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 198 | 0 | 0.00 | 0.11 | 0.13 | 57.6 | 0.28 | 0.83 |
Hex | DF | DE | C6 | 0 | 0 | B | D | 3A | 1C | 53 |
Octal | 337 | 336 | 306 | 0 | 0 | 13 | 15 | 72 | 34 | 123 |
Binary | 11011111 | 11011110 | 11000110 | 0 | 0 | 1011 | 1101 | 111010 | 11100 | 1010011 |
Color Harmonies of #DFDEC6
Complementary color
Monochromatic Colors of #DFDEC6
Black with #DFDEC6
Text Example
Text Example
White with #DFDEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEC6; }
p { color: rgb(223,222,198); }
H1.HeaderClassName
{
color: #DFDEC6;
}
.AnyTagClassName
{
color: #DFDEC6;
}
</style>
background-color css
<style>
a { background-color: #DFDEC6; }
a { background-color: rgb(223,222,198); }
div.DivClassName
{
background-color: #DFDEC6;
}
.BgClassName
{
background-color: #DFDEC6;
}
</style>
border-color css
<style>
span { border-color: #DFDEC6; }
span { border-color: rgb(223,222,198); }
td.TdClassName
{
border-color: #DFDEC6;
}
.TagClassName
{
border-color: #DFDEC6;
}
</style>