Shades of Green White #DFDECE
Tints of Green White #DFDECE
RGB
CMYK
RGB Variations
Color information
#DFDECE (or 0xDFDECE) is known color: Green White. HEX triplet: DF, DE and CE. RGB value is (223,222,206). Sum of RGB (Red+Green+Blue) = 223+222+206=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDECE is #202131. Grayscale: #DCDCDC. Windows color (decimal): -2105650 or 13557471. OLE color: 13557471.
HSL color Cylindrical-coordinate representation of color #DFDECE: hue angle of 56.47º 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 #DFDECE is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 222 | 206 | - |
CMYK | 0 | 0.00 | 0.08 | 0.13 |
HSL | 56.47º | 0.21% | 0.84% | - |
HSV(B) | 56.47º | 0.08% | 0.87% | - |
XYZ | 67.69 | 72.39 | 68.8 | - |
YUV | 220.48 | 119.83 | 129.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 206 | 0 | 0.00 | 0.08 | 0.13 | 56.47 | 0.21 | 0.84 |
Hex | DF | DE | CE | 0 | 0 | 8 | D | 38 | 15 | 54 |
Octal | 337 | 336 | 316 | 0 | 0 | 10 | 15 | 70 | 25 | 124 |
Binary | 11011111 | 11011110 | 11001110 | 0 | 0 | 1000 | 1101 | 111000 | 10101 | 1010100 |
Color Harmonies of #DFDECE
Complementary color
Monochromatic Colors of #DFDECE
Black with #DFDECE
Text Example
Text Example
White with #DFDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDECE; }
p { color: rgb(223,222,206); }
H1.HeaderClassName
{
color: #DFDECE;
}
.AnyTagClassName
{
color: #DFDECE;
}
</style>
background-color css
<style>
a { background-color: #DFDECE; }
a { background-color: rgb(223,222,206); }
div.DivClassName
{
background-color: #DFDECE;
}
.BgClassName
{
background-color: #DFDECE;
}
</style>
border-color css
<style>
span { border-color: #DFDECE; }
span { border-color: rgb(223,222,206); }
td.TdClassName
{
border-color: #DFDECE;
}
.TagClassName
{
border-color: #DFDECE;
}
</style>