Shades of Hint Of Green #DDF4D2
Tints of Hint Of Green #DDF4D2
RGB
CMYK
RGB Variations
Color information
#DDF4D2 (or 0xDDF4D2) is known color: Hint Of Green. HEX triplet: DD, F4 and D2. RGB value is (221,244,210). Sum of RGB (Red+Green+Blue) = 221+244+210=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 244 (95.70% from 255 or 36.15% from 675); Blue value is 210 (82.42% from 255 or 31.11% from 675); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF4D2 is #220B2D. Grayscale: #E9E9E9. Windows color (decimal): -2231086 or 13825245. OLE color: 13825245.
HSL color Cylindrical-coordinate representation of color #DDF4D2: hue angle of 100.59º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDF4D2 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 244 | 210 | - |
CMYK | 0.09 | 0 | 0.14 | 0.04 |
HSL | 100.59º | 0.61% | 0.89% | - |
HSV(B) | 100.59º | 0.14% | 0.96% | - |
XYZ | 73.8 | 84.73 | 73.44 | - |
YUV | 233.25 | 114.88 | 119.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 244 | 210 | 0.09 | 0 | 0.14 | 0.04 | 100.59 | 0.61 | 0.89 |
Hex | DD | F4 | D2 | 9 | 0 | E | 4 | 65 | 3D | 59 |
Octal | 335 | 364 | 322 | 11 | 0 | 16 | 4 | 145 | 75 | 131 |
Binary | 11011101 | 11110100 | 11010010 | 1001 | 0 | 1110 | 100 | 1100101 | 111101 | 1011001 |
Color Harmonies of #DDF4D2
Complementary color
Monochromatic Colors of #DDF4D2
Black with #DDF4D2
Text Example
Text Example
White with #DDF4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4D2; }
p { color: rgb(221,244,210); }
H1.HeaderClassName
{
color: #DDF4D2;
}
.AnyTagClassName
{
color: #DDF4D2;
}
</style>
background-color css
<style>
a { background-color: #DDF4D2; }
a { background-color: rgb(221,244,210); }
div.DivClassName
{
background-color: #DDF4D2;
}
.BgClassName
{
background-color: #DDF4D2;
}
</style>
border-color css
<style>
span { border-color: #DDF4D2; }
span { border-color: rgb(221,244,210); }
td.TdClassName
{
border-color: #DDF4D2;
}
.TagClassName
{
border-color: #DDF4D2;
}
</style>