Shades of Tara #DDFAD9
Tints of Tara #DDFAD9
RGB
CMYK
RGB Variations
Color information
#DDFAD9 (or 0xDDFAD9) is known color: Tara. HEX triplet: DD, FA and D9. RGB value is (221,250,217). Sum of RGB (Red+Green+Blue) = 221+250+217=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 217 (85.16% from 255 or 31.54% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAD9 is #220526. Grayscale: #EDEDED. Windows color (decimal): -2229543 or 14285533. OLE color: 14285533.
HSL color Cylindrical-coordinate representation of color #DDFAD9: hue angle of 112.73º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFAD9 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 250 | 217 | - |
CMYK | 0.12 | 0 | 0.13 | 0.02 |
HSL | 112.73º | 0.77% | 0.92% | - |
HSV(B) | 112.73º | 0.13% | 0.98% | - |
XYZ | 76.53 | 88.75 | 78.74 | - |
YUV | 237.57 | 116.39 | 116.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 250 | 217 | 0.12 | 0 | 0.13 | 0.02 | 112.73 | 0.77 | 0.92 |
Hex | DD | FA | D9 | C | 0 | D | 2 | 71 | 4D | 5C |
Octal | 335 | 372 | 331 | 14 | 0 | 15 | 2 | 161 | 115 | 134 |
Binary | 11011101 | 11111010 | 11011001 | 1100 | 0 | 1101 | 10 | 1110001 | 1001101 | 1011100 |
Color Harmonies of #DDFAD9
Complementary color
Monochromatic Colors of #DDFAD9
Black with #DDFAD9
Text Example
Text Example
White with #DDFAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAD9; }
p { color: rgb(221,250,217); }
H1.HeaderClassName
{
color: #DDFAD9;
}
.AnyTagClassName
{
color: #DDFAD9;
}
</style>
background-color css
<style>
a { background-color: #DDFAD9; }
a { background-color: rgb(221,250,217); }
div.DivClassName
{
background-color: #DDFAD9;
}
.BgClassName
{
background-color: #DDFAD9;
}
</style>
border-color css
<style>
span { border-color: #DDFAD9; }
span { border-color: rgb(221,250,217); }
td.TdClassName
{
border-color: #DDFAD9;
}
.TagClassName
{
border-color: #DDFAD9;
}
</style>