Shades of Tara #DDF7DD
Tints of Tara #DDF7DD
RGB
CMYK
RGB Variations
Color information
#DDF7DD (or 0xDDF7DD) is known color: Tara. HEX triplet: DD, F7 and DD. RGB value is (221,247,221). Sum of RGB (Red+Green+Blue) = 221+247+221=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 247 (96.88% from 255 or 35.85% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7DD is #220822. Grayscale: #ECECEC. Windows color (decimal): -2230307 or 14546909. OLE color: 14546909.
HSL color Cylindrical-coordinate representation of color #DDF7DD: hue angle of 120º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF7DD is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 247 | 221 | - |
CMYK | 0.11 | 0 | 0.11 | 0.03 |
HSL | 120º | 0.62% | 0.92% | - |
HSV(B) | 120º | 0.11% | 0.97% | - |
XYZ | 76.13 | 87.11 | 81.21 | - |
YUV | 236.26 | 119.39 | 117.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 247 | 221 | 0.11 | 0 | 0.11 | 0.03 | 120 | 0.62 | 0.92 |
Hex | DD | F7 | DD | B | 0 | B | 3 | 78 | 3E | 5C |
Octal | 335 | 367 | 335 | 13 | 0 | 13 | 3 | 170 | 76 | 134 |
Binary | 11011101 | 11110111 | 11011101 | 1011 | 0 | 1011 | 11 | 1111000 | 111110 | 1011100 |
Color Harmonies of #DDF7DD
Complementary color
Monochromatic Colors of #DDF7DD
Black with #DDF7DD
Text Example
Text Example
White with #DDF7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7DD; }
p { color: rgb(221,247,221); }
H1.HeaderClassName
{
color: #DDF7DD;
}
.AnyTagClassName
{
color: #DDF7DD;
}
</style>
background-color css
<style>
a { background-color: #DDF7DD; }
a { background-color: rgb(221,247,221); }
div.DivClassName
{
background-color: #DDF7DD;
}
.BgClassName
{
background-color: #DDF7DD;
}
</style>
border-color css
<style>
span { border-color: #DDF7DD; }
span { border-color: rgb(221,247,221); }
td.TdClassName
{
border-color: #DDF7DD;
}
.TagClassName
{
border-color: #DDF7DD;
}
</style>