Shades of Hint Of Green #DDF8C9
Tints of Hint Of Green #DDF8C9
RGB
CMYK
RGB Variations
Color information
#DDF8C9 (or 0xDDF8C9) is known color: Hint Of Green. HEX triplet: DD, F8 and C9. RGB value is (221,248,201). Sum of RGB (Red+Green+Blue) = 221+248+201=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 201 (78.91% from 255 or 30% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8C9 is #220736. Grayscale: #EAEAEA. Windows color (decimal): -2230071 or 13236445. OLE color: 13236445.
HSL color Cylindrical-coordinate representation of color #DDF8C9: hue angle of 94.47º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDF8C9 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 248 | 201 | - |
CMYK | 0.11 | 0 | 0.19 | 0.03 |
HSL | 94.47º | 0.77% | 0.88% | - |
HSV(B) | 94.47º | 0.19% | 0.97% | - |
XYZ | 73.93 | 86.72 | 68.1 | - |
YUV | 234.57 | 109.05 | 118.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 248 | 201 | 0.11 | 0 | 0.19 | 0.03 | 94.47 | 0.77 | 0.88 |
Hex | DD | F8 | C9 | B | 0 | 13 | 3 | 5E | 4D | 58 |
Octal | 335 | 370 | 311 | 13 | 0 | 23 | 3 | 136 | 115 | 130 |
Binary | 11011101 | 11111000 | 11001001 | 1011 | 0 | 10011 | 11 | 1011110 | 1001101 | 1011000 |
Color Harmonies of #DDF8C9
Complementary color
Monochromatic Colors of #DDF8C9
Black with #DDF8C9
Text Example
Text Example
White with #DDF8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8C9; }
p { color: rgb(221,248,201); }
H1.HeaderClassName
{
color: #DDF8C9;
}
.AnyTagClassName
{
color: #DDF8C9;
}
</style>
background-color css
<style>
a { background-color: #DDF8C9; }
a { background-color: rgb(221,248,201); }
div.DivClassName
{
background-color: #DDF8C9;
}
.BgClassName
{
background-color: #DDF8C9;
}
</style>
border-color css
<style>
span { border-color: #DDF8C9; }
span { border-color: rgb(221,248,201); }
td.TdClassName
{
border-color: #DDF8C9;
}
.TagClassName
{
border-color: #DDF8C9;
}
</style>