Shades of Hint Of Green #DDF0CF
Tints of Hint Of Green #DDF0CF
RGB
CMYK
RGB Variations
Color information
#DDF0CF (or 0xDDF0CF) is known color: Hint Of Green. HEX triplet: DD, F0 and CF. RGB value is (221,240,207). Sum of RGB (Red+Green+Blue) = 221+240+207=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0CF is #220F30. Grayscale: #E6E6E6. Windows color (decimal): -2232113 or 13627613. OLE color: 13627613.
HSL color Cylindrical-coordinate representation of color #DDF0CF: hue angle of 94.55º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDF0CF is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 207 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.06 |
| HSL | 94.55º | 0.52% | 0.88% | - |
| HSV(B) | 94.55º | 0.14% | 0.94% | - |
| XYZ | 72.24 | 82.2 | 71.09 | - |
| YUV | 230.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 207 | 0.08 | 0 | 0.14 | 0.06 | 94.55 | 0.52 | 0.88 |
| Hex | DD | F0 | CF | 8 | 0 | E | 6 | 5F | 34 | 58 |
| Octal | 335 | 360 | 317 | 10 | 0 | 16 | 6 | 137 | 64 | 130 |
| Binary | 11011101 | 11110000 | 11001111 | 1000 | 0 | 1110 | 110 | 1011111 | 110100 | 1011000 |
Color Harmonies of #DDF0CF
Complementary color
Monochromatic Colors of #DDF0CF
Black with #DDF0CF
Text Example
Text Example
White with #DDF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0CF; }
p { color: rgb(221,240,207); }
H1.HeaderClassName
{
color: #DDF0CF;
}
.AnyTagClassName
{
color: #DDF0CF;
}
</style>
background-color css
<style>
a { background-color: #DDF0CF; }
a { background-color: rgb(221,240,207); }
div.DivClassName
{
background-color: #DDF0CF;
}
.BgClassName
{
background-color: #DDF0CF;
}
</style>
border-color css
<style>
span { border-color: #DDF0CF; }
span { border-color: rgb(221,240,207); }
td.TdClassName
{
border-color: #DDF0CF;
}
.TagClassName
{
border-color: #DDF0CF;
}
</style>