Shades of Tara #DDF0DD
Tints of Tara #DDF0DD
RGB
CMYK
RGB Variations
Color information
#DDF0DD (or 0xDDF0DD) is known color: Tara. HEX triplet: DD, F0 and DD. RGB value is (221,240,221). Sum of RGB (Red+Green+Blue) = 221+240+221=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0DD is #220F22. Grayscale: #E8E8E8. Windows color (decimal): -2232099 or 14545117. OLE color: 14545117.
HSL color Cylindrical-coordinate representation of color #DDF0DD: hue angle of 120º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF0DD is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 240 | 221 | - |
CMYK | 0.08 | 0 | 0.08 | 0.06 |
HSL | 120º | 0.39% | 0.9% | - |
HSV(B) | 120º | 0.08% | 0.94% | - |
XYZ | 74.03 | 82.91 | 80.51 | - |
YUV | 232.15 | 121.71 | 120.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 221 | 0.08 | 0 | 0.08 | 0.06 | 120 | 0.39 | 0.9 |
Hex | DD | F0 | DD | 8 | 0 | 8 | 6 | 78 | 27 | 5A |
Octal | 335 | 360 | 335 | 10 | 0 | 10 | 6 | 170 | 47 | 132 |
Binary | 11011101 | 11110000 | 11011101 | 1000 | 0 | 1000 | 110 | 1111000 | 100111 | 1011010 |
Color Harmonies of #DDF0DD
Complementary color
Monochromatic Colors of #DDF0DD
Black with #DDF0DD
Text Example
Text Example
White with #DDF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0DD; }
p { color: rgb(221,240,221); }
H1.HeaderClassName
{
color: #DDF0DD;
}
.AnyTagClassName
{
color: #DDF0DD;
}
</style>
background-color css
<style>
a { background-color: #DDF0DD; }
a { background-color: rgb(221,240,221); }
div.DivClassName
{
background-color: #DDF0DD;
}
.BgClassName
{
background-color: #DDF0DD;
}
</style>
border-color css
<style>
span { border-color: #DDF0DD; }
span { border-color: rgb(221,240,221); }
td.TdClassName
{
border-color: #DDF0DD;
}
.TagClassName
{
border-color: #DDF0DD;
}
</style>