Shades of Hint Of Green #DDF4D0
Tints of Hint Of Green #DDF4D0
RGB
CMYK
RGB Variations
Color information
#DDF4D0 (or 0xDDF4D0) is known color: Hint Of Green. HEX triplet: DD, F4 and D0. RGB value is (221,244,208). Sum of RGB (Red+Green+Blue) = 221+244+208=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 208 (81.64% from 255 or 30.91% from 673); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF4D0 is #220B2F. Grayscale: #E9E9E9. Windows color (decimal): -2231088 or 13694173. OLE color: 13694173.
HSL color Cylindrical-coordinate representation of color #DDF4D0: hue angle of 98.33º degrees, saturation: 0.62, 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 #DDF4D0 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 244 | 208 | - |
CMYK | 0.09 | 0 | 0.15 | 0.04 |
HSL | 98.33º | 0.62% | 0.89% | - |
HSV(B) | 98.33º | 0.15% | 0.96% | - |
XYZ | 73.55 | 84.63 | 72.13 | - |
YUV | 233.02 | 113.88 | 119.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 244 | 208 | 0.09 | 0 | 0.15 | 0.04 | 98.33 | 0.62 | 0.89 |
Hex | DD | F4 | D0 | 9 | 0 | F | 4 | 62 | 3E | 59 |
Octal | 335 | 364 | 320 | 11 | 0 | 17 | 4 | 142 | 76 | 131 |
Binary | 11011101 | 11110100 | 11010000 | 1001 | 0 | 1111 | 100 | 1100010 | 111110 | 1011001 |
Color Harmonies of #DDF4D0
Complementary color
Monochromatic Colors of #DDF4D0
Black with #DDF4D0
Text Example
Text Example
White with #DDF4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4D0; }
p { color: rgb(221,244,208); }
H1.HeaderClassName
{
color: #DDF4D0;
}
.AnyTagClassName
{
color: #DDF4D0;
}
</style>
background-color css
<style>
a { background-color: #DDF4D0; }
a { background-color: rgb(221,244,208); }
div.DivClassName
{
background-color: #DDF4D0;
}
.BgClassName
{
background-color: #DDF4D0;
}
</style>
border-color css
<style>
span { border-color: #DDF4D0; }
span { border-color: rgb(221,244,208); }
td.TdClassName
{
border-color: #DDF4D0;
}
.TagClassName
{
border-color: #DDF4D0;
}
</style>