Shades of Hint Of Green #DDF8CE
Tints of Hint Of Green #DDF8CE
RGB
CMYK
RGB Variations
Color information
#DDF8CE (or 0xDDF8CE) is known color: Hint Of Green. HEX triplet: DD, F8 and CE. RGB value is (221,248,206). Sum of RGB (Red+Green+Blue) = 221+248+206=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8CE is #220731. Grayscale: #EBEBEB. Windows color (decimal): -2230066 or 13564125. OLE color: 13564125.
HSL color Cylindrical-coordinate representation of color #DDF8CE: hue angle of 98.57º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDF8CE is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 206 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.03 |
| HSL | 98.57º | 0.75% | 0.89% | - |
| HSV(B) | 98.57º | 0.17% | 0.97% | - |
| XYZ | 74.53 | 86.96 | 71.25 | - |
| YUV | 235.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 206 | 0.11 | 0 | 0.17 | 0.03 | 98.57 | 0.75 | 0.89 |
| Hex | DD | F8 | CE | B | 0 | 11 | 3 | 63 | 4B | 59 |
| Octal | 335 | 370 | 316 | 13 | 0 | 21 | 3 | 143 | 113 | 131 |
| Binary | 11011101 | 11111000 | 11001110 | 1011 | 0 | 10001 | 11 | 1100011 | 1001011 | 1011001 |
Color Harmonies of #DDF8CE
Complementary color
Monochromatic Colors of #DDF8CE
Black with #DDF8CE
Text Example
Text Example
White with #DDF8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8CE; }
p { color: rgb(221,248,206); }
H1.HeaderClassName
{
color: #DDF8CE;
}
.AnyTagClassName
{
color: #DDF8CE;
}
</style>
background-color css
<style>
a { background-color: #DDF8CE; }
a { background-color: rgb(221,248,206); }
div.DivClassName
{
background-color: #DDF8CE;
}
.BgClassName
{
background-color: #DDF8CE;
}
</style>
border-color css
<style>
span { border-color: #DDF8CE; }
span { border-color: rgb(221,248,206); }
td.TdClassName
{
border-color: #DDF8CE;
}
.TagClassName
{
border-color: #DDF8CE;
}
</style>