Shades of Hint Of Green #DDEDD4
Tints of Hint Of Green #DDEDD4
RGB
CMYK
RGB Variations
Color information
#DDEDD4 (or 0xDDEDD4) is known color: Hint Of Green. HEX triplet: DD, ED and D4. RGB value is (221,237,212). Sum of RGB (Red+Green+Blue) = 221+237+212=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDD4 is #22122B. Grayscale: #E5E5E5. Windows color (decimal): -2232876 or 13954525. OLE color: 13954525.
HSL color Cylindrical-coordinate representation of color #DDEDD4: hue angle of 98.4º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDEDD4 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 212 | - |
CMYK | 0.07 | 0 | 0.11 | 0.07 |
HSL | 98.4º | 0.41% | 0.88% | - |
HSV(B) | 98.4º | 0.11% | 0.93% | - |
XYZ | 71.99 | 80.69 | 74.07 | - |
YUV | 229.37 | 118.2 | 122.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 212 | 0.07 | 0 | 0.11 | 0.07 | 98.4 | 0.41 | 0.88 |
Hex | DD | ED | D4 | 7 | 0 | B | 7 | 62 | 29 | 58 |
Octal | 335 | 355 | 324 | 7 | 0 | 13 | 7 | 142 | 51 | 130 |
Binary | 11011101 | 11101101 | 11010100 | 111 | 0 | 1011 | 111 | 1100010 | 101001 | 1011000 |
Color Harmonies of #DDEDD4
Complementary color
Monochromatic Colors of #DDEDD4
Black with #DDEDD4
Text Example
Text Example
White with #DDEDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDD4; }
p { color: rgb(221,237,212); }
H1.HeaderClassName
{
color: #DDEDD4;
}
.AnyTagClassName
{
color: #DDEDD4;
}
</style>
background-color css
<style>
a { background-color: #DDEDD4; }
a { background-color: rgb(221,237,212); }
div.DivClassName
{
background-color: #DDEDD4;
}
.BgClassName
{
background-color: #DDEDD4;
}
</style>
border-color css
<style>
span { border-color: #DDEDD4; }
span { border-color: rgb(221,237,212); }
td.TdClassName
{
border-color: #DDEDD4;
}
.TagClassName
{
border-color: #DDEDD4;
}
</style>