Shades of Green White #DEDFD0
Tints of Green White #DEDFD0
RGB
CMYK
RGB Variations
Color information
#DEDFD0 (or 0xDEDFD0) is known color: Green White. HEX triplet: DE, DF and D0. RGB value is (222,223,208). Sum of RGB (Red+Green+Blue) = 222+223+208=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFD0 is #21202F. Grayscale: #DDDDDD. Windows color (decimal): -2170928 or 13688798. OLE color: 13688798.
HSL color Cylindrical-coordinate representation of color #DEDFD0: hue angle of 64º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEDFD0 is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 223 | 208 | - |
CMYK | 0.00 | 0 | 0.07 | 0.13 |
HSL | 64º | 0.19% | 0.85% | - |
HSV(B) | 64º | 0.07% | 0.87% | - |
XYZ | 67.9 | 72.86 | 70.16 | - |
YUV | 220.99 | 120.67 | 128.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 208 | 0.00 | 0 | 0.07 | 0.13 | 64 | 0.19 | 0.85 |
Hex | DE | DF | D0 | 0 | 0 | 7 | D | 40 | 13 | 55 |
Octal | 336 | 337 | 320 | 0 | 0 | 7 | 15 | 100 | 23 | 125 |
Binary | 11011110 | 11011111 | 11010000 | 0 | 0 | 111 | 1101 | 1000000 | 10011 | 1010101 |
Color Harmonies of #DEDFD0
Complementary color
Monochromatic Colors of #DEDFD0
Black with #DEDFD0
Text Example
Text Example
White with #DEDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFD0; }
p { color: rgb(222,223,208); }
H1.HeaderClassName
{
color: #DEDFD0;
}
.AnyTagClassName
{
color: #DEDFD0;
}
</style>
background-color css
<style>
a { background-color: #DEDFD0; }
a { background-color: rgb(222,223,208); }
div.DivClassName
{
background-color: #DEDFD0;
}
.BgClassName
{
background-color: #DEDFD0;
}
</style>
border-color css
<style>
span { border-color: #DEDFD0; }
span { border-color: rgb(222,223,208); }
td.TdClassName
{
border-color: #DEDFD0;
}
.TagClassName
{
border-color: #DEDFD0;
}
</style>