Shades of Green White #DEDFD2
Tints of Green White #DEDFD2
RGB
CMYK
RGB Variations
Color information
#DEDFD2 (or 0xDEDFD2) is known color: Green White. HEX triplet: DE, DF and D2. RGB value is (222,223,210). Sum of RGB (Red+Green+Blue) = 222+223+210=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFD2 is #21202D. Grayscale: #DDDDDD. Windows color (decimal): -2170926 or 13819870. OLE color: 13819870.
HSL color Cylindrical-coordinate representation of color #DEDFD2: hue angle of 64.62º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEDFD2 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 223 | 210 | - |
CMYK | 0.00 | 0 | 0.06 | 0.13 |
HSL | 64.62º | 0.17% | 0.85% | - |
HSV(B) | 64.62º | 0.06% | 0.87% | - |
XYZ | 68.14 | 72.96 | 71.46 | - |
YUV | 221.22 | 121.67 | 128.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 210 | 0.00 | 0 | 0.06 | 0.13 | 64.62 | 0.17 | 0.85 |
Hex | DE | DF | D2 | 0 | 0 | 6 | D | 41 | 11 | 55 |
Octal | 336 | 337 | 322 | 0 | 0 | 6 | 15 | 101 | 21 | 125 |
Binary | 11011110 | 11011111 | 11010010 | 0 | 0 | 110 | 1101 | 1000001 | 10001 | 1010101 |
Color Harmonies of #DEDFD2
Complementary color
Monochromatic Colors of #DEDFD2
Black with #DEDFD2
Text Example
Text Example
White with #DEDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFD2; }
p { color: rgb(222,223,210); }
H1.HeaderClassName
{
color: #DEDFD2;
}
.AnyTagClassName
{
color: #DEDFD2;
}
</style>
background-color css
<style>
a { background-color: #DEDFD2; }
a { background-color: rgb(222,223,210); }
div.DivClassName
{
background-color: #DEDFD2;
}
.BgClassName
{
background-color: #DEDFD2;
}
</style>
border-color css
<style>
span { border-color: #DEDFD2; }
span { border-color: rgb(222,223,210); }
td.TdClassName
{
border-color: #DEDFD2;
}
.TagClassName
{
border-color: #DEDFD2;
}
</style>