Shades of Hint Of Green #DDF0D0
Tints of Hint Of Green #DDF0D0
RGB
CMYK
RGB Variations
Color information
#DDF0D0 (or 0xDDF0D0) is known color: Hint Of Green. HEX triplet: DD, F0 and D0. RGB value is (221,240,208). Sum of RGB (Red+Green+Blue) = 221+240+208=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0D0 is #220F2F. Grayscale: #E6E6E6. Windows color (decimal): -2232112 or 13693149. OLE color: 13693149.
HSL color Cylindrical-coordinate representation of color #DDF0D0: hue angle of 95.62º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF0D0 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 240 | 208 | - |
CMYK | 0.08 | 0 | 0.13 | 0.06 |
HSL | 95.63º | 0.52% | 0.88% | - |
HSV(B) | 95.63º | 0.13% | 0.94% | - |
XYZ | 72.36 | 82.25 | 71.74 | - |
YUV | 230.67 | 115.21 | 121.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 208 | 0.08 | 0 | 0.13 | 0.06 | 95.63 | 0.52 | 0.88 |
Hex | DD | F0 | D0 | 8 | 0 | D | 6 | 60 | 34 | 58 |
Octal | 335 | 360 | 320 | 10 | 0 | 15 | 6 | 140 | 64 | 130 |
Binary | 11011101 | 11110000 | 11010000 | 1000 | 0 | 1101 | 110 | 1100000 | 110100 | 1011000 |
Color Harmonies of #DDF0D0
Complementary color
Monochromatic Colors of #DDF0D0
Black with #DDF0D0
Text Example
Text Example
White with #DDF0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0D0; }
p { color: rgb(221,240,208); }
H1.HeaderClassName
{
color: #DDF0D0;
}
.AnyTagClassName
{
color: #DDF0D0;
}
</style>
background-color css
<style>
a { background-color: #DDF0D0; }
a { background-color: rgb(221,240,208); }
div.DivClassName
{
background-color: #DDF0D0;
}
.BgClassName
{
background-color: #DDF0D0;
}
</style>
border-color css
<style>
span { border-color: #DDF0D0; }
span { border-color: rgb(221,240,208); }
td.TdClassName
{
border-color: #DDF0D0;
}
.TagClassName
{
border-color: #DDF0D0;
}
</style>