Shades of Hint Of Green #DDF2D0
Tints of Hint Of Green #DDF2D0
RGB
CMYK
RGB Variations
Color information
#DDF2D0 (or 0xDDF2D0) is known color: Hint Of Green. HEX triplet: DD, F2 and D0. RGB value is (221,242,208). Sum of RGB (Red+Green+Blue) = 221+242+208=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2D0 is #220D2F. Grayscale: #E7E7E7. Windows color (decimal): -2231600 or 13693661. OLE color: 13693661.
HSL color Cylindrical-coordinate representation of color #DDF2D0: hue angle of 97.06º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDF2D0 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 242 | 208 | - |
CMYK | 0.09 | 0 | 0.14 | 0.05 |
HSL | 97.06º | 0.57% | 0.88% | - |
HSV(B) | 97.06º | 0.14% | 0.95% | - |
XYZ | 72.96 | 83.43 | 71.93 | - |
YUV | 231.85 | 114.54 | 120.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 242 | 208 | 0.09 | 0 | 0.14 | 0.05 | 97.06 | 0.57 | 0.88 |
Hex | DD | F2 | D0 | 9 | 0 | E | 5 | 61 | 39 | 58 |
Octal | 335 | 362 | 320 | 11 | 0 | 16 | 5 | 141 | 71 | 130 |
Binary | 11011101 | 11110010 | 11010000 | 1001 | 0 | 1110 | 101 | 1100001 | 111001 | 1011000 |
Color Harmonies of #DDF2D0
Complementary color
Monochromatic Colors of #DDF2D0
Black with #DDF2D0
Text Example
Text Example
White with #DDF2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2D0; }
p { color: rgb(221,242,208); }
H1.HeaderClassName
{
color: #DDF2D0;
}
.AnyTagClassName
{
color: #DDF2D0;
}
</style>
background-color css
<style>
a { background-color: #DDF2D0; }
a { background-color: rgb(221,242,208); }
div.DivClassName
{
background-color: #DDF2D0;
}
.BgClassName
{
background-color: #DDF2D0;
}
</style>
border-color css
<style>
span { border-color: #DDF2D0; }
span { border-color: rgb(221,242,208); }
td.TdClassName
{
border-color: #DDF2D0;
}
.TagClassName
{
border-color: #DDF2D0;
}
</style>