Shades of Tara #DDF5DD
Tints of Tara #DDF5DD
RGB
CMYK
RGB Variations
Color information
#DDF5DD (or 0xDDF5DD) is known color: Tara. HEX triplet: DD, F5 and DD. RGB value is (221,245,221). Sum of RGB (Red+Green+Blue) = 221+245+221=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 245 (96.09% from 255 or 35.66% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5DD is #220A22. Grayscale: #EBEBEB. Windows color (decimal): -2230819 or 14546397. OLE color: 14546397.
HSL color Cylindrical-coordinate representation of color #DDF5DD: hue angle of 120º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF5DD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 245 | 221 | - |
CMYK | 0.10 | 0 | 0.10 | 0.04 |
HSL | 120º | 0.55% | 0.91% | - |
HSV(B) | 120º | 0.1% | 0.96% | - |
XYZ | 75.52 | 85.9 | 81.01 | - |
YUV | 235.09 | 120.05 | 117.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 221 | 0.10 | 0 | 0.10 | 0.04 | 120 | 0.55 | 0.91 |
Hex | DD | F5 | DD | A | 0 | A | 4 | 78 | 37 | 5B |
Octal | 335 | 365 | 335 | 12 | 0 | 12 | 4 | 170 | 67 | 133 |
Binary | 11011101 | 11110101 | 11011101 | 1010 | 0 | 1010 | 100 | 1111000 | 110111 | 1011011 |
Color Harmonies of #DDF5DD
Complementary color
Monochromatic Colors of #DDF5DD
Black with #DDF5DD
Text Example
Text Example
White with #DDF5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5DD; }
p { color: rgb(221,245,221); }
H1.HeaderClassName
{
color: #DDF5DD;
}
.AnyTagClassName
{
color: #DDF5DD;
}
</style>
background-color css
<style>
a { background-color: #DDF5DD; }
a { background-color: rgb(221,245,221); }
div.DivClassName
{
background-color: #DDF5DD;
}
.BgClassName
{
background-color: #DDF5DD;
}
</style>
border-color css
<style>
span { border-color: #DDF5DD; }
span { border-color: rgb(221,245,221); }
td.TdClassName
{
border-color: #DDF5DD;
}
.TagClassName
{
border-color: #DDF5DD;
}
</style>