Shades of Hint Of Green #DDF2D2
Tints of Hint Of Green #DDF2D2
RGB
CMYK
RGB Variations
Color information
#DDF2D2 (or 0xDDF2D2) is known color: Hint Of Green. HEX triplet: DD, F2 and D2. RGB value is (221,242,210). Sum of RGB (Red+Green+Blue) = 221+242+210=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 210 (82.42% from 255 or 31.20% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2D2 is #220D2D. Grayscale: #E8E8E8. Windows color (decimal): -2231598 or 13824733. OLE color: 13824733.
HSL color Cylindrical-coordinate representation of color #DDF2D2: hue angle of 99.38º degrees, saturation: 0.55, 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 #DDF2D2 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 242 | 210 | - |
CMYK | 0.09 | 0 | 0.13 | 0.05 |
HSL | 99.38º | 0.55% | 0.89% | - |
HSV(B) | 99.38º | 0.13% | 0.95% | - |
XYZ | 73.2 | 83.53 | 73.24 | - |
YUV | 232.07 | 115.54 | 120.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 242 | 210 | 0.09 | 0 | 0.13 | 0.05 | 99.38 | 0.55 | 0.89 |
Hex | DD | F2 | D2 | 9 | 0 | D | 5 | 63 | 37 | 59 |
Octal | 335 | 362 | 322 | 11 | 0 | 15 | 5 | 143 | 67 | 131 |
Binary | 11011101 | 11110010 | 11010010 | 1001 | 0 | 1101 | 101 | 1100011 | 110111 | 1011001 |
Color Harmonies of #DDF2D2
Complementary color
Monochromatic Colors of #DDF2D2
Black with #DDF2D2
Text Example
Text Example
White with #DDF2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2D2; }
p { color: rgb(221,242,210); }
H1.HeaderClassName
{
color: #DDF2D2;
}
.AnyTagClassName
{
color: #DDF2D2;
}
</style>
background-color css
<style>
a { background-color: #DDF2D2; }
a { background-color: rgb(221,242,210); }
div.DivClassName
{
background-color: #DDF2D2;
}
.BgClassName
{
background-color: #DDF2D2;
}
</style>
border-color css
<style>
span { border-color: #DDF2D2; }
span { border-color: rgb(221,242,210); }
td.TdClassName
{
border-color: #DDF2D2;
}
.TagClassName
{
border-color: #DDF2D2;
}
</style>