Shades of Green White #DFDEC4
Tints of Green White #DFDEC4
RGB
CMYK
RGB Variations
Color information
#DFDEC4 (or 0xDFDEC4) is known color: Green White. HEX triplet: DF, DE and C4. RGB value is (223,222,196). Sum of RGB (Red+Green+Blue) = 223+222+196=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 196 (76.95% from 255 or 30.58% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEC4 is #20213B. Grayscale: #DBDBDB. Windows color (decimal): -2105660 or 12902111. OLE color: 12902111.
HSL color Cylindrical-coordinate representation of color #DFDEC4: hue angle of 57.78º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFDEC4 is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 222 | 196 | - |
CMYK | 0 | 0.00 | 0.12 | 0.13 |
HSL | 57.78º | 0.3% | 0.82% | - |
HSV(B) | 57.78º | 0.12% | 0.87% | - |
XYZ | 66.52 | 71.92 | 62.6 | - |
YUV | 219.34 | 114.83 | 130.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 196 | 0 | 0.00 | 0.12 | 0.13 | 57.78 | 0.3 | 0.82 |
Hex | DF | DE | C4 | 0 | 0 | C | D | 3A | 1E | 52 |
Octal | 337 | 336 | 304 | 0 | 0 | 14 | 15 | 72 | 36 | 122 |
Binary | 11011111 | 11011110 | 11000100 | 0 | 0 | 1100 | 1101 | 111010 | 11110 | 1010010 |
Color Harmonies of #DFDEC4
Complementary color
Monochromatic Colors of #DFDEC4
Black with #DFDEC4
Text Example
Text Example
White with #DFDEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEC4; }
p { color: rgb(223,222,196); }
H1.HeaderClassName
{
color: #DFDEC4;
}
.AnyTagClassName
{
color: #DFDEC4;
}
</style>
background-color css
<style>
a { background-color: #DFDEC4; }
a { background-color: rgb(223,222,196); }
div.DivClassName
{
background-color: #DFDEC4;
}
.BgClassName
{
background-color: #DFDEC4;
}
</style>
border-color css
<style>
span { border-color: #DFDEC4; }
span { border-color: rgb(223,222,196); }
td.TdClassName
{
border-color: #DFDEC4;
}
.TagClassName
{
border-color: #DFDEC4;
}
</style>