Shades of Hint Of Green #DDEDD5
Tints of Hint Of Green #DDEDD5
RGB
CMYK
RGB Variations
Color information
#DDEDD5 (or 0xDDEDD5) is known color: Hint Of Green. HEX triplet: DD, ED and D5. RGB value is (221,237,213). Sum of RGB (Red+Green+Blue) = 221+237+213=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDD5 is #22122A. Grayscale: #E5E5E5. Windows color (decimal): -2232875 or 14020061. OLE color: 14020061.
HSL color Cylindrical-coordinate representation of color #DDEDD5: hue angle of 100º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDEDD5 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 213 | - |
CMYK | 0.07 | 0 | 0.10 | 0.07 |
HSL | 100º | 0.4% | 0.88% | - |
HSV(B) | 100º | 0.1% | 0.93% | - |
XYZ | 72.11 | 80.74 | 74.74 | - |
YUV | 229.48 | 118.7 | 121.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 213 | 0.07 | 0 | 0.10 | 0.07 | 100 | 0.4 | 0.88 |
Hex | DD | ED | D5 | 7 | 0 | A | 7 | 64 | 28 | 58 |
Octal | 335 | 355 | 325 | 7 | 0 | 12 | 7 | 144 | 50 | 130 |
Binary | 11011101 | 11101101 | 11010101 | 111 | 0 | 1010 | 111 | 1100100 | 101000 | 1011000 |
Color Harmonies of #DDEDD5
Complementary color
Monochromatic Colors of #DDEDD5
Black with #DDEDD5
Text Example
Text Example
White with #DDEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDD5; }
p { color: rgb(221,237,213); }
H1.HeaderClassName
{
color: #DDEDD5;
}
.AnyTagClassName
{
color: #DDEDD5;
}
</style>
background-color css
<style>
a { background-color: #DDEDD5; }
a { background-color: rgb(221,237,213); }
div.DivClassName
{
background-color: #DDEDD5;
}
.BgClassName
{
background-color: #DDEDD5;
}
</style>
border-color css
<style>
span { border-color: #DDEDD5; }
span { border-color: rgb(221,237,213); }
td.TdClassName
{
border-color: #DDEDD5;
}
.TagClassName
{
border-color: #DDEDD5;
}
</style>