Shades of Hint Of Green #DDF2D3
Tints of Hint Of Green #DDF2D3
RGB
CMYK
RGB Variations
Color information
#DDF2D3 (or 0xDDF2D3) is known color: Hint Of Green. HEX triplet: DD, F2 and D3. RGB value is (221,242,211). Sum of RGB (Red+Green+Blue) = 221+242+211=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 211 (82.81% from 255 or 31.31% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2D3 is #220D2C. Grayscale: #E8E8E8. Windows color (decimal): -2231597 or 13890269. OLE color: 13890269.
HSL color Cylindrical-coordinate representation of color #DDF2D3: hue angle of 100.65º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF2D3 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 211 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.05 |
| HSL | 100.65º | 0.54% | 0.89% | - |
| HSV(B) | 100.65º | 0.13% | 0.95% | - |
| XYZ | 73.33 | 83.58 | 73.9 | - |
| YUV | 232.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 211 | 0.09 | 0 | 0.13 | 0.05 | 100.65 | 0.54 | 0.89 |
| Hex | DD | F2 | D3 | 9 | 0 | D | 5 | 65 | 36 | 59 |
| Octal | 335 | 362 | 323 | 11 | 0 | 15 | 5 | 145 | 66 | 131 |
| Binary | 11011101 | 11110010 | 11010011 | 1001 | 0 | 1101 | 101 | 1100101 | 110110 | 1011001 |
Color Harmonies of #DDF2D3
Complementary color
Monochromatic Colors of #DDF2D3
Black with #DDF2D3
Text Example
Text Example
White with #DDF2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2D3; }
p { color: rgb(221,242,211); }
H1.HeaderClassName
{
color: #DDF2D3;
}
.AnyTagClassName
{
color: #DDF2D3;
}
</style>
background-color css
<style>
a { background-color: #DDF2D3; }
a { background-color: rgb(221,242,211); }
div.DivClassName
{
background-color: #DDF2D3;
}
.BgClassName
{
background-color: #DDF2D3;
}
</style>
border-color css
<style>
span { border-color: #DDF2D3; }
span { border-color: rgb(221,242,211); }
td.TdClassName
{
border-color: #DDF2D3;
}
.TagClassName
{
border-color: #DDF2D3;
}
</style>