Shades of Green White #DEDFCD
Tints of Green White #DEDFCD
RGB
CMYK
RGB Variations
Color information
#DEDFCD (or 0xDEDFCD) is known color: Green White. HEX triplet: DE, DF and CD. RGB value is (222,223,205). Sum of RGB (Red+Green+Blue) = 222+223+205=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFCD is #212032. Grayscale: #DCDCDC. Windows color (decimal): -2170931 or 13492190. OLE color: 13492190.
HSL color Cylindrical-coordinate representation of color #DEDFCD: hue angle of 63.33º degrees, saturation: 0.22, 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 #DEDFCD is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 223 | 205 | - |
CMYK | 0.00 | 0 | 0.08 | 0.13 |
HSL | 63.33º | 0.22% | 0.84% | - |
HSV(B) | 63.33º | 0.08% | 0.87% | - |
XYZ | 67.53 | 72.71 | 68.23 | - |
YUV | 220.65 | 119.17 | 128.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 205 | 0.00 | 0 | 0.08 | 0.13 | 63.33 | 0.22 | 0.84 |
Hex | DE | DF | CD | 0 | 0 | 8 | D | 3F | 16 | 54 |
Octal | 336 | 337 | 315 | 0 | 0 | 10 | 15 | 77 | 26 | 124 |
Binary | 11011110 | 11011111 | 11001101 | 0 | 0 | 1000 | 1101 | 111111 | 10110 | 1010100 |
Color Harmonies of #DEDFCD
Complementary color
Monochromatic Colors of #DEDFCD
Black with #DEDFCD
Text Example
Text Example
White with #DEDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFCD; }
p { color: rgb(222,223,205); }
H1.HeaderClassName
{
color: #DEDFCD;
}
.AnyTagClassName
{
color: #DEDFCD;
}
</style>
background-color css
<style>
a { background-color: #DEDFCD; }
a { background-color: rgb(222,223,205); }
div.DivClassName
{
background-color: #DEDFCD;
}
.BgClassName
{
background-color: #DEDFCD;
}
</style>
border-color css
<style>
span { border-color: #DEDFCD; }
span { border-color: rgb(222,223,205); }
td.TdClassName
{
border-color: #DEDFCD;
}
.TagClassName
{
border-color: #DEDFCD;
}
</style>