Shades of Hint Of Green #DDF8D1
Tints of Hint Of Green #DDF8D1
RGB
CMYK
RGB Variations
Color information
#DDF8D1 (or 0xDDF8D1) is known color: Hint Of Green. HEX triplet: DD, F8 and D1. RGB value is (221,248,209). Sum of RGB (Red+Green+Blue) = 221+248+209=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 248 (97.27% from 255 or 36.58% from 678); Blue value is 209 (82.03% from 255 or 30.83% from 678); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8D1 is #22072E. Grayscale: #EBEBEB. Windows color (decimal): -2230063 or 13760733. OLE color: 13760733.
HSL color Cylindrical-coordinate representation of color #DDF8D1: hue angle of 101.54º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDF8D1 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 209 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.03 |
| HSL | 101.54º | 0.74% | 0.9% | - |
| HSV(B) | 101.54º | 0.16% | 0.97% | - |
| XYZ | 74.89 | 87.11 | 73.19 | - |
| YUV | 235.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 209 | 0.11 | 0 | 0.16 | 0.03 | 101.54 | 0.74 | 0.9 |
| Hex | DD | F8 | D1 | B | 0 | 10 | 3 | 66 | 4A | 5A |
| Octal | 335 | 370 | 321 | 13 | 0 | 20 | 3 | 146 | 112 | 132 |
| Binary | 11011101 | 11111000 | 11010001 | 1011 | 0 | 10000 | 11 | 1100110 | 1001010 | 1011010 |
Color Harmonies of #DDF8D1
Complementary color
Monochromatic Colors of #DDF8D1
Black with #DDF8D1
Text Example
Text Example
White with #DDF8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8D1; }
p { color: rgb(221,248,209); }
H1.HeaderClassName
{
color: #DDF8D1;
}
.AnyTagClassName
{
color: #DDF8D1;
}
</style>
background-color css
<style>
a { background-color: #DDF8D1; }
a { background-color: rgb(221,248,209); }
div.DivClassName
{
background-color: #DDF8D1;
}
.BgClassName
{
background-color: #DDF8D1;
}
</style>
border-color css
<style>
span { border-color: #DDF8D1; }
span { border-color: rgb(221,248,209); }
td.TdClassName
{
border-color: #DDF8D1;
}
.TagClassName
{
border-color: #DDF8D1;
}
</style>