Shades of Hint Of Green #DDF0D4
Tints of Hint Of Green #DDF0D4
RGB
CMYK
RGB Variations
Color information
#DDF0D4 (or 0xDDF0D4) is known color: Hint Of Green. HEX triplet: DD, F0 and D4. RGB value is (221,240,212). Sum of RGB (Red+Green+Blue) = 221+240+212=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 212 (83.20% from 255 or 31.50% from 673); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0D4 is #220F2B. Grayscale: #E7E7E7. Windows color (decimal): -2232108 or 13955293. OLE color: 13955293.
HSL color Cylindrical-coordinate representation of color #DDF0D4: hue angle of 100.71º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF0D4 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 212 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.06 |
| HSL | 100.71º | 0.48% | 0.89% | - |
| HSV(B) | 100.71º | 0.12% | 0.94% | - |
| XYZ | 72.86 | 82.45 | 74.36 | - |
| YUV | 231.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 212 | 0.08 | 0 | 0.12 | 0.06 | 100.71 | 0.48 | 0.89 |
| Hex | DD | F0 | D4 | 8 | 0 | C | 6 | 65 | 30 | 59 |
| Octal | 335 | 360 | 324 | 10 | 0 | 14 | 6 | 145 | 60 | 131 |
| Binary | 11011101 | 11110000 | 11010100 | 1000 | 0 | 1100 | 110 | 1100101 | 110000 | 1011001 |
Color Harmonies of #DDF0D4
Complementary color
Monochromatic Colors of #DDF0D4
Black with #DDF0D4
Text Example
Text Example
White with #DDF0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0D4; }
p { color: rgb(221,240,212); }
H1.HeaderClassName
{
color: #DDF0D4;
}
.AnyTagClassName
{
color: #DDF0D4;
}
</style>
background-color css
<style>
a { background-color: #DDF0D4; }
a { background-color: rgb(221,240,212); }
div.DivClassName
{
background-color: #DDF0D4;
}
.BgClassName
{
background-color: #DDF0D4;
}
</style>
border-color css
<style>
span { border-color: #DDF0D4; }
span { border-color: rgb(221,240,212); }
td.TdClassName
{
border-color: #DDF0D4;
}
.TagClassName
{
border-color: #DDF0D4;
}
</style>