Shades of Hint Of Green #DDF2CE
Tints of Hint Of Green #DDF2CE
RGB
CMYK
RGB Variations
Color information
#DDF2CE (or 0xDDF2CE) is known color: Hint Of Green. HEX triplet: DD, F2 and CE. RGB value is (221,242,206). Sum of RGB (Red+Green+Blue) = 221+242+206=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2CE is #220D31. Grayscale: #E7E7E7. Windows color (decimal): -2231602 or 13562589. OLE color: 13562589.
HSL color Cylindrical-coordinate representation of color #DDF2CE: hue angle of 95º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDF2CE is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 206 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.05 |
| HSL | 95º | 0.58% | 0.88% | - |
| HSV(B) | 95º | 0.15% | 0.95% | - |
| XYZ | 72.71 | 83.33 | 70.65 | - |
| YUV | 231.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 206 | 0.09 | 0 | 0.15 | 0.05 | 95 | 0.58 | 0.88 |
| Hex | DD | F2 | CE | 9 | 0 | F | 5 | 5F | 3A | 58 |
| Octal | 335 | 362 | 316 | 11 | 0 | 17 | 5 | 137 | 72 | 130 |
| Binary | 11011101 | 11110010 | 11001110 | 1001 | 0 | 1111 | 101 | 1011111 | 111010 | 1011000 |
Color Harmonies of #DDF2CE
Complementary color
Monochromatic Colors of #DDF2CE
Black with #DDF2CE
Text Example
Text Example
White with #DDF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2CE; }
p { color: rgb(221,242,206); }
H1.HeaderClassName
{
color: #DDF2CE;
}
.AnyTagClassName
{
color: #DDF2CE;
}
</style>
background-color css
<style>
a { background-color: #DDF2CE; }
a { background-color: rgb(221,242,206); }
div.DivClassName
{
background-color: #DDF2CE;
}
.BgClassName
{
background-color: #DDF2CE;
}
</style>
border-color css
<style>
span { border-color: #DDF2CE; }
span { border-color: rgb(221,242,206); }
td.TdClassName
{
border-color: #DDF2CE;
}
.TagClassName
{
border-color: #DDF2CE;
}
</style>