Shades of Green White #DFDFCE
Tints of Green White #DFDFCE
RGB
CMYK
RGB Variations
Color information
#DFDFCE (or 0xDFDFCE) is known color: Green White. HEX triplet: DF, DF and CE. RGB value is (223,223,206). Sum of RGB (Red+Green+Blue) = 223+223+206=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFCE is #202031. Grayscale: #DDDDDD. Windows color (decimal): -2105394 or 13557727. OLE color: 13557727.
HSL color Cylindrical-coordinate representation of color #DFDFCE: hue angle of 60º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFDFCE is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 206 | - |
| CMYK | 0 | 0 | 0.08 | 0.13 |
| HSL | 60º | 0.21% | 0.84% | - |
| HSV(B) | 60º | 0.08% | 0.87% | - |
| XYZ | 67.96 | 72.92 | 68.89 | - |
| YUV | 221.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 206 | 0 | 0 | 0.08 | 0.13 | 60 | 0.21 | 0.84 |
| Hex | DF | DF | CE | 0 | 0 | 8 | D | 3C | 15 | 54 |
| Octal | 337 | 337 | 316 | 0 | 0 | 10 | 15 | 74 | 25 | 124 |
| Binary | 11011111 | 11011111 | 11001110 | 0 | 0 | 1000 | 1101 | 111100 | 10101 | 1010100 |
Color Harmonies of #DFDFCE
Complementary color
Monochromatic Colors of #DFDFCE
Black with #DFDFCE
Text Example
Text Example
White with #DFDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFCE; }
p { color: rgb(223,223,206); }
H1.HeaderClassName
{
color: #DFDFCE;
}
.AnyTagClassName
{
color: #DFDFCE;
}
</style>
background-color css
<style>
a { background-color: #DFDFCE; }
a { background-color: rgb(223,223,206); }
div.DivClassName
{
background-color: #DFDFCE;
}
.BgClassName
{
background-color: #DFDFCE;
}
</style>
border-color css
<style>
span { border-color: #DFDFCE; }
span { border-color: rgb(223,223,206); }
td.TdClassName
{
border-color: #DFDFCE;
}
.TagClassName
{
border-color: #DFDFCE;
}
</style>