Shades of Tara #DDFDDA
Tints of Tara #DDFDDA
RGB
CMYK
RGB Variations
Color information
#DDFDDA (or 0xDDFDDA) is known color: Tara. HEX triplet: DD, FD and DA. RGB value is (221,253,218). Sum of RGB (Red+Green+Blue) = 221+253+218=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDDA is #220225. Grayscale: #EFEFEF. Windows color (decimal): -2228774 or 14351837. OLE color: 14351837.
HSL color Cylindrical-coordinate representation of color #DDFDDA: hue angle of 114.86º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDFDDA is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 218 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.01 |
| HSL | 114.86º | 0.9% | 0.92% | - |
| HSV(B) | 114.86º | 0.14% | 0.99% | - |
| XYZ | 77.6 | 90.68 | 79.74 | - |
| YUV | 239.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 218 | 0.13 | 0 | 0.14 | 0.01 | 114.86 | 0.9 | 0.92 |
| Hex | DD | FD | DA | D | 0 | E | 1 | 73 | 5A | 5C |
| Octal | 335 | 375 | 332 | 15 | 0 | 16 | 1 | 163 | 132 | 134 |
| Binary | 11011101 | 11111101 | 11011010 | 1101 | 0 | 1110 | 1 | 1110011 | 1011010 | 1011100 |
Color Harmonies of #DDFDDA
Complementary color
Monochromatic Colors of #DDFDDA
Black with #DDFDDA
Text Example
Text Example
White with #DDFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDDA; }
p { color: rgb(221,253,218); }
H1.HeaderClassName
{
color: #DDFDDA;
}
.AnyTagClassName
{
color: #DDFDDA;
}
</style>
background-color css
<style>
a { background-color: #DDFDDA; }
a { background-color: rgb(221,253,218); }
div.DivClassName
{
background-color: #DDFDDA;
}
.BgClassName
{
background-color: #DDFDDA;
}
</style>
border-color css
<style>
span { border-color: #DDFDDA; }
span { border-color: rgb(221,253,218); }
td.TdClassName
{
border-color: #DDFDDA;
}
.TagClassName
{
border-color: #DDFDDA;
}
</style>