Shades of Hint Of Green #DDF2CD
Tints of Hint Of Green #DDF2CD
RGB
CMYK
RGB Variations
Color information
#DDF2CD (or 0xDDF2CD) is known color: Hint Of Green. HEX triplet: DD, F2 and CD. RGB value is (221,242,205). Sum of RGB (Red+Green+Blue) = 221+242+205=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2CD is #220D32. Grayscale: #E7E7E7. Windows color (decimal): -2231603 or 13497053. OLE color: 13497053.
HSL color Cylindrical-coordinate representation of color #DDF2CD: hue angle of 94.05º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDF2CD is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 242 | 205 | - |
CMYK | 0.09 | 0 | 0.15 | 0.05 |
HSL | 94.05º | 0.59% | 0.88% | - |
HSV(B) | 94.05º | 0.15% | 0.95% | - |
XYZ | 72.59 | 83.28 | 70.01 | - |
YUV | 231.5 | 113.04 | 120.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 242 | 205 | 0.09 | 0 | 0.15 | 0.05 | 94.05 | 0.59 | 0.88 |
Hex | DD | F2 | CD | 9 | 0 | F | 5 | 5E | 3B | 58 |
Octal | 335 | 362 | 315 | 11 | 0 | 17 | 5 | 136 | 73 | 130 |
Binary | 11011101 | 11110010 | 11001101 | 1001 | 0 | 1111 | 101 | 1011110 | 111011 | 1011000 |
Color Harmonies of #DDF2CD
Complementary color
Monochromatic Colors of #DDF2CD
Black with #DDF2CD
Text Example
Text Example
White with #DDF2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2CD; }
p { color: rgb(221,242,205); }
H1.HeaderClassName
{
color: #DDF2CD;
}
.AnyTagClassName
{
color: #DDF2CD;
}
</style>
background-color css
<style>
a { background-color: #DDF2CD; }
a { background-color: rgb(221,242,205); }
div.DivClassName
{
background-color: #DDF2CD;
}
.BgClassName
{
background-color: #DDF2CD;
}
</style>
border-color css
<style>
span { border-color: #DDF2CD; }
span { border-color: rgb(221,242,205); }
td.TdClassName
{
border-color: #DDF2CD;
}
.TagClassName
{
border-color: #DDF2CD;
}
</style>