Shades of Green White #DDDED2
Tints of Green White #DDDED2
RGB
CMYK
RGB Variations
Color information
#DDDED2 (or 0xDDDED2) is known color: Green White. HEX triplet: DD, DE and D2. RGB value is (221,222,210). Sum of RGB (Red+Green+Blue) = 221+222+210=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDED2 is #22212D. Grayscale: #DCDCDC. Windows color (decimal): -2236718 or 13819613. OLE color: 13819613.
HSL color Cylindrical-coordinate representation of color #DDDED2: hue angle of 65º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDED2 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 222 | 210 | - |
CMYK | 0.00 | 0 | 0.05 | 0.13 |
HSL | 65º | 0.15% | 0.85% | - |
HSV(B) | 65º | 0.05% | 0.87% | - |
XYZ | 67.57 | 72.27 | 71.36 | - |
YUV | 220.33 | 122.17 | 128.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 210 | 0.00 | 0 | 0.05 | 0.13 | 65 | 0.15 | 0.85 |
Hex | DD | DE | D2 | 0 | 0 | 5 | D | 41 | F | 55 |
Octal | 335 | 336 | 322 | 0 | 0 | 5 | 15 | 101 | 17 | 125 |
Binary | 11011101 | 11011110 | 11010010 | 0 | 0 | 101 | 1101 | 1000001 | 1111 | 1010101 |
Color Harmonies of #DDDED2
Complementary color
Monochromatic Colors of #DDDED2
Black with #DDDED2
Text Example
Text Example
White with #DDDED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDED2; }
p { color: rgb(221,222,210); }
H1.HeaderClassName
{
color: #DDDED2;
}
.AnyTagClassName
{
color: #DDDED2;
}
</style>
background-color css
<style>
a { background-color: #DDDED2; }
a { background-color: rgb(221,222,210); }
div.DivClassName
{
background-color: #DDDED2;
}
.BgClassName
{
background-color: #DDDED2;
}
</style>
border-color css
<style>
span { border-color: #DDDED2; }
span { border-color: rgb(221,222,210); }
td.TdClassName
{
border-color: #DDDED2;
}
.TagClassName
{
border-color: #DDDED2;
}
</style>