Shades of Hint Of Green #DDF1D3
Tints of Hint Of Green #DDF1D3
RGB
CMYK
RGB Variations
Color information
#DDF1D3 (or 0xDDF1D3) is known color: Hint Of Green. HEX triplet: DD, F1 and D3. RGB value is (221,241,211). Sum of RGB (Red+Green+Blue) = 221+241+211=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 211 (82.81% from 255 or 31.35% from 673); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1D3 is #220E2C. Grayscale: #E7E7E7. Windows color (decimal): -2231853 or 13890013. OLE color: 13890013.
HSL color Cylindrical-coordinate representation of color #DDF1D3: hue angle of 100º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF1D3 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 211 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.05 |
| HSL | 100º | 0.52% | 0.89% | - |
| HSV(B) | 100º | 0.12% | 0.95% | - |
| XYZ | 73.03 | 82.99 | 73.8 | - |
| YUV | 231.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 211 | 0.08 | 0 | 0.12 | 0.05 | 100 | 0.52 | 0.89 |
| Hex | DD | F1 | D3 | 8 | 0 | C | 5 | 64 | 34 | 59 |
| Octal | 335 | 361 | 323 | 10 | 0 | 14 | 5 | 144 | 64 | 131 |
| Binary | 11011101 | 11110001 | 11010011 | 1000 | 0 | 1100 | 101 | 1100100 | 110100 | 1011001 |
Color Harmonies of #DDF1D3
Complementary color
Monochromatic Colors of #DDF1D3
Black with #DDF1D3
Text Example
Text Example
White with #DDF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1D3; }
p { color: rgb(221,241,211); }
H1.HeaderClassName
{
color: #DDF1D3;
}
.AnyTagClassName
{
color: #DDF1D3;
}
</style>
background-color css
<style>
a { background-color: #DDF1D3; }
a { background-color: rgb(221,241,211); }
div.DivClassName
{
background-color: #DDF1D3;
}
.BgClassName
{
background-color: #DDF1D3;
}
</style>
border-color css
<style>
span { border-color: #DDF1D3; }
span { border-color: rgb(221,241,211); }
td.TdClassName
{
border-color: #DDF1D3;
}
.TagClassName
{
border-color: #DDF1D3;
}
</style>