Shades of Hint Of Green #DDF4CA
Tints of Hint Of Green #DDF4CA
RGB
CMYK
RGB Variations
Color information
#DDF4CA (or 0xDDF4CA) is known color: Hint Of Green. HEX triplet: DD, F4 and CA. RGB value is (221,244,202). Sum of RGB (Red+Green+Blue) = 221+244+202=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF4CA is #220B35. Grayscale: #E8E8E8. Windows color (decimal): -2231094 or 13300957. OLE color: 13300957.
HSL color Cylindrical-coordinate representation of color #DDF4CA: hue angle of 92.86º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDF4CA is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 202 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.04 |
| HSL | 92.86º | 0.66% | 0.87% | - |
| HSV(B) | 92.86º | 0.17% | 0.96% | - |
| XYZ | 72.83 | 84.34 | 68.32 | - |
| YUV | 232.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 202 | 0.09 | 0 | 0.17 | 0.04 | 92.86 | 0.66 | 0.87 |
| Hex | DD | F4 | CA | 9 | 0 | 11 | 4 | 5D | 42 | 57 |
| Octal | 335 | 364 | 312 | 11 | 0 | 21 | 4 | 135 | 102 | 127 |
| Binary | 11011101 | 11110100 | 11001010 | 1001 | 0 | 10001 | 100 | 1011101 | 1000010 | 1010111 |
Color Harmonies of #DDF4CA
Complementary color
Monochromatic Colors of #DDF4CA
Black with #DDF4CA
Text Example
Text Example
White with #DDF4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4CA; }
p { color: rgb(221,244,202); }
H1.HeaderClassName
{
color: #DDF4CA;
}
.AnyTagClassName
{
color: #DDF4CA;
}
</style>
background-color css
<style>
a { background-color: #DDF4CA; }
a { background-color: rgb(221,244,202); }
div.DivClassName
{
background-color: #DDF4CA;
}
.BgClassName
{
background-color: #DDF4CA;
}
</style>
border-color css
<style>
span { border-color: #DDF4CA; }
span { border-color: rgb(221,244,202); }
td.TdClassName
{
border-color: #DDF4CA;
}
.TagClassName
{
border-color: #DDF4CA;
}
</style>