Shades of Hint Of Green #DDF5D1
Tints of Hint Of Green #DDF5D1
RGB
CMYK
RGB Variations
Color information
#DDF5D1 (or 0xDDF5D1) is known color: Hint Of Green. HEX triplet: DD, F5 and D1. RGB value is (221,245,209). Sum of RGB (Red+Green+Blue) = 221+245+209=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 245 (96.09% from 255 or 36.30% from 675); Blue value is 209 (82.03% from 255 or 30.96% from 675); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5D1 is #220A2E. Grayscale: #E9E9E9. Windows color (decimal): -2230831 or 13759965. OLE color: 13759965.
HSL color Cylindrical-coordinate representation of color #DDF5D1: hue angle of 100º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDF5D1 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 245 | 209 | - |
CMYK | 0.10 | 0 | 0.15 | 0.04 |
HSL | 100º | 0.64% | 0.89% | - |
HSV(B) | 100º | 0.15% | 0.96% | - |
XYZ | 73.98 | 85.28 | 72.88 | - |
YUV | 233.72 | 114.05 | 118.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 209 | 0.10 | 0 | 0.15 | 0.04 | 100 | 0.64 | 0.89 |
Hex | DD | F5 | D1 | A | 0 | F | 4 | 64 | 40 | 59 |
Octal | 335 | 365 | 321 | 12 | 0 | 17 | 4 | 144 | 100 | 131 |
Binary | 11011101 | 11110101 | 11010001 | 1010 | 0 | 1111 | 100 | 1100100 | 1000000 | 1011001 |
Color Harmonies of #DDF5D1
Complementary color
Monochromatic Colors of #DDF5D1
Black with #DDF5D1
Text Example
Text Example
White with #DDF5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5D1; }
p { color: rgb(221,245,209); }
H1.HeaderClassName
{
color: #DDF5D1;
}
.AnyTagClassName
{
color: #DDF5D1;
}
</style>
background-color css
<style>
a { background-color: #DDF5D1; }
a { background-color: rgb(221,245,209); }
div.DivClassName
{
background-color: #DDF5D1;
}
.BgClassName
{
background-color: #DDF5D1;
}
</style>
border-color css
<style>
span { border-color: #DDF5D1; }
span { border-color: rgb(221,245,209); }
td.TdClassName
{
border-color: #DDF5D1;
}
.TagClassName
{
border-color: #DDF5D1;
}
</style>