Shades of Tara #DDF5D9
Tints of Tara #DDF5D9
RGB
CMYK
RGB Variations
Color information
#DDF5D9 (or 0xDDF5D9) is known color: Tara. HEX triplet: DD, F5 and D9. RGB value is (221,245,217). Sum of RGB (Red+Green+Blue) = 221+245+217=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 217 (85.16% from 255 or 31.77% from 683); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5D9 is #220A26. Grayscale: #EAEAEA. Windows color (decimal): -2230823 or 14284253. OLE color: 14284253.
HSL color Cylindrical-coordinate representation of color #DDF5D9: hue angle of 111.43º degrees, saturation: 0.58, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF5D9 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 245 | 217 | - |
CMYK | 0.10 | 0 | 0.11 | 0.04 |
HSL | 111.43º | 0.58% | 0.91% | - |
HSV(B) | 111.43º | 0.11% | 0.96% | - |
XYZ | 75 | 85.69 | 78.23 | - |
YUV | 234.63 | 118.05 | 118.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 217 | 0.10 | 0 | 0.11 | 0.04 | 111.43 | 0.58 | 0.91 |
Hex | DD | F5 | D9 | A | 0 | B | 4 | 6F | 3A | 5B |
Octal | 335 | 365 | 331 | 12 | 0 | 13 | 4 | 157 | 72 | 133 |
Binary | 11011101 | 11110101 | 11011001 | 1010 | 0 | 1011 | 100 | 1101111 | 111010 | 1011011 |
Color Harmonies of #DDF5D9
Complementary color
Monochromatic Colors of #DDF5D9
Black with #DDF5D9
Text Example
Text Example
White with #DDF5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5D9; }
p { color: rgb(221,245,217); }
H1.HeaderClassName
{
color: #DDF5D9;
}
.AnyTagClassName
{
color: #DDF5D9;
}
</style>
background-color css
<style>
a { background-color: #DDF5D9; }
a { background-color: rgb(221,245,217); }
div.DivClassName
{
background-color: #DDF5D9;
}
.BgClassName
{
background-color: #DDF5D9;
}
</style>
border-color css
<style>
span { border-color: #DDF5D9; }
span { border-color: rgb(221,245,217); }
td.TdClassName
{
border-color: #DDF5D9;
}
.TagClassName
{
border-color: #DDF5D9;
}
</style>