Shades of Hint Of Green #DDF2D6
Tints of Hint Of Green #DDF2D6
RGB
CMYK
RGB Variations
Color information
#DDF2D6 (or 0xDDF2D6) is known color: Hint Of Green. HEX triplet: DD, F2 and D6. RGB value is (221,242,214). Sum of RGB (Red+Green+Blue) = 221+242+214=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 214 (83.98% from 255 or 31.61% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2D6 is #220D29. Grayscale: #E8E8E8. Windows color (decimal): -2231594 or 14086877. OLE color: 14086877.
HSL color Cylindrical-coordinate representation of color #DDF2D6: hue angle of 105º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF2D6 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 214 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.05 |
| HSL | 105º | 0.52% | 0.89% | - |
| HSV(B) | 105º | 0.12% | 0.95% | - |
| XYZ | 73.71 | 83.73 | 75.9 | - |
| YUV | 232.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 214 | 0.09 | 0 | 0.12 | 0.05 | 105 | 0.52 | 0.89 |
| Hex | DD | F2 | D6 | 9 | 0 | C | 5 | 69 | 34 | 59 |
| Octal | 335 | 362 | 326 | 11 | 0 | 14 | 5 | 151 | 64 | 131 |
| Binary | 11011101 | 11110010 | 11010110 | 1001 | 0 | 1100 | 101 | 1101001 | 110100 | 1011001 |
Color Harmonies of #DDF2D6
Complementary color
Monochromatic Colors of #DDF2D6
Black with #DDF2D6
Text Example
Text Example
White with #DDF2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2D6; }
p { color: rgb(221,242,214); }
H1.HeaderClassName
{
color: #DDF2D6;
}
.AnyTagClassName
{
color: #DDF2D6;
}
</style>
background-color css
<style>
a { background-color: #DDF2D6; }
a { background-color: rgb(221,242,214); }
div.DivClassName
{
background-color: #DDF2D6;
}
.BgClassName
{
background-color: #DDF2D6;
}
</style>
border-color css
<style>
span { border-color: #DDF2D6; }
span { border-color: rgb(221,242,214); }
td.TdClassName
{
border-color: #DDF2D6;
}
.TagClassName
{
border-color: #DDF2D6;
}
</style>