Shades of Hint Of Green #DDF2D5
Tints of Hint Of Green #DDF2D5
RGB
CMYK
RGB Variations
Color information
#DDF2D5 (or 0xDDF2D5) is known color: Hint Of Green. HEX triplet: DD, F2 and D5. RGB value is (221,242,213). Sum of RGB (Red+Green+Blue) = 221+242+213=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 213 (83.59% from 255 or 31.51% from 676); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2D5 is #220D2A. Grayscale: #E8E8E8. Windows color (decimal): -2231595 or 14021341. OLE color: 14021341.
HSL color Cylindrical-coordinate representation of color #DDF2D5: hue angle of 103.45º degrees, saturation: 0.53, 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 #DDF2D5 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 242 | 213 | - |
CMYK | 0.09 | 0 | 0.12 | 0.05 |
HSL | 103.45º | 0.53% | 0.89% | - |
HSV(B) | 103.45º | 0.12% | 0.95% | - |
XYZ | 73.58 | 83.68 | 75.22 | - |
YUV | 232.42 | 117.04 | 119.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 242 | 213 | 0.09 | 0 | 0.12 | 0.05 | 103.45 | 0.53 | 0.89 |
Hex | DD | F2 | D5 | 9 | 0 | C | 5 | 67 | 35 | 59 |
Octal | 335 | 362 | 325 | 11 | 0 | 14 | 5 | 147 | 65 | 131 |
Binary | 11011101 | 11110010 | 11010101 | 1001 | 0 | 1100 | 101 | 1100111 | 110101 | 1011001 |
Color Harmonies of #DDF2D5
Complementary color
Monochromatic Colors of #DDF2D5
Black with #DDF2D5
Text Example
Text Example
White with #DDF2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2D5; }
p { color: rgb(221,242,213); }
H1.HeaderClassName
{
color: #DDF2D5;
}
.AnyTagClassName
{
color: #DDF2D5;
}
</style>
background-color css
<style>
a { background-color: #DDF2D5; }
a { background-color: rgb(221,242,213); }
div.DivClassName
{
background-color: #DDF2D5;
}
.BgClassName
{
background-color: #DDF2D5;
}
</style>
border-color css
<style>
span { border-color: #DDF2D5; }
span { border-color: rgb(221,242,213); }
td.TdClassName
{
border-color: #DDF2D5;
}
.TagClassName
{
border-color: #DDF2D5;
}
</style>