Shades of Tara #DDFADA
Tints of Tara #DDFADA
RGB
CMYK
RGB Variations
Color information
#DDFADA (or 0xDDFADA) is known color: Tara. HEX triplet: DD, FA and DA. RGB value is (221,250,218). Sum of RGB (Red+Green+Blue) = 221+250+218=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFADA is #220525. Grayscale: #EDEDED. Windows color (decimal): -2229542 or 14351069. OLE color: 14351069.
HSL color Cylindrical-coordinate representation of color #DDFADA: hue angle of 114.38º degrees, saturation: 0.76, 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 #DDFADA is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 218 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.02 |
| HSL | 114.38º | 0.76% | 0.92% | - |
| HSV(B) | 114.38º | 0.13% | 0.98% | - |
| XYZ | 76.66 | 88.81 | 79.43 | - |
| YUV | 237.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 218 | 0.12 | 0 | 0.13 | 0.02 | 114.38 | 0.76 | 0.92 |
| Hex | DD | FA | DA | C | 0 | D | 2 | 72 | 4C | 5C |
| Octal | 335 | 372 | 332 | 14 | 0 | 15 | 2 | 162 | 114 | 134 |
| Binary | 11011101 | 11111010 | 11011010 | 1100 | 0 | 1101 | 10 | 1110010 | 1001100 | 1011100 |
Color Harmonies of #DDFADA
Complementary color
Monochromatic Colors of #DDFADA
Black with #DDFADA
Text Example
Text Example
White with #DDFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFADA; }
p { color: rgb(221,250,218); }
H1.HeaderClassName
{
color: #DDFADA;
}
.AnyTagClassName
{
color: #DDFADA;
}
</style>
background-color css
<style>
a { background-color: #DDFADA; }
a { background-color: rgb(221,250,218); }
div.DivClassName
{
background-color: #DDFADA;
}
.BgClassName
{
background-color: #DDFADA;
}
</style>
border-color css
<style>
span { border-color: #DDFADA; }
span { border-color: rgb(221,250,218); }
td.TdClassName
{
border-color: #DDFADA;
}
.TagClassName
{
border-color: #DDFADA;
}
</style>