Shades of Hint Of Green #DDF2CF
Tints of Hint Of Green #DDF2CF
RGB
CMYK
RGB Variations
Color information
#DDF2CF (or 0xDDF2CF) is known color: Hint Of Green. HEX triplet: DD, F2 and CF. RGB value is (221,242,207). Sum of RGB (Red+Green+Blue) = 221+242+207=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2CF is #220D30. Grayscale: #E7E7E7. Windows color (decimal): -2231601 or 13628125. OLE color: 13628125.
HSL color Cylindrical-coordinate representation of color #DDF2CF: hue angle of 96º 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 #DDF2CF is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 207 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.05 |
| HSL | 96º | 0.57% | 0.88% | - |
| HSV(B) | 96º | 0.14% | 0.95% | - |
| XYZ | 72.83 | 83.38 | 71.29 | - |
| YUV | 231.73 | 114.04 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 207 | 0.09 | 0 | 0.14 | 0.05 | 96 | 0.57 | 0.88 |
| Hex | DD | F2 | CF | 9 | 0 | E | 5 | 60 | 39 | 58 |
| Octal | 335 | 362 | 317 | 11 | 0 | 16 | 5 | 140 | 71 | 130 |
| Binary | 11011101 | 11110010 | 11001111 | 1001 | 0 | 1110 | 101 | 1100000 | 111001 | 1011000 |
Color Harmonies of #DDF2CF
Complementary color
Monochromatic Colors of #DDF2CF
Black with #DDF2CF
Text Example
Text Example
White with #DDF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2CF; }
p { color: rgb(221,242,207); }
H1.HeaderClassName
{
color: #DDF2CF;
}
.AnyTagClassName
{
color: #DDF2CF;
}
</style>
background-color css
<style>
a { background-color: #DDF2CF; }
a { background-color: rgb(221,242,207); }
div.DivClassName
{
background-color: #DDF2CF;
}
.BgClassName
{
background-color: #DDF2CF;
}
</style>
border-color css
<style>
span { border-color: #DDF2CF; }
span { border-color: rgb(221,242,207); }
td.TdClassName
{
border-color: #DDF2CF;
}
.TagClassName
{
border-color: #DDF2CF;
}
</style>