Shades of Tara #DDFEDE
Tints of Tara #DDFEDE
RGB
CMYK
RGB Variations
Color information
#DDFEDE (or 0xDDFEDE) is known color: Tara. HEX triplet: DD, FE and DE. RGB value is (221,254,222). Sum of RGB (Red+Green+Blue) = 221+254+222=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEDE is #220121. Grayscale: #F0F0F0. Windows color (decimal): -2228514 or 14614237. OLE color: 14614237.
HSL color Cylindrical-coordinate representation of color #DDFEDE: hue angle of 121.82º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFEDE is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 222 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.00 |
| HSL | 121.82º | 0.94% | 0.93% | - |
| HSV(B) | 121.82º | 0.13% | 1% | - |
| XYZ | 78.45 | 91.53 | 82.64 | - |
| YUV | 240.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 222 | 0.13 | 0 | 0.13 | 0.00 | 121.82 | 0.94 | 0.93 |
| Hex | DD | FE | DE | D | 0 | D | 0 | 7A | 5E | 5D |
| Octal | 335 | 376 | 336 | 15 | 0 | 15 | 0 | 172 | 136 | 135 |
| Binary | 11011101 | 11111110 | 11011110 | 1101 | 0 | 1101 | 0 | 1111010 | 1011110 | 1011101 |
Color Harmonies of #DDFEDE
Complementary color
Monochromatic Colors of #DDFEDE
Black with #DDFEDE
Text Example
Text Example
White with #DDFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEDE; }
p { color: rgb(221,254,222); }
H1.HeaderClassName
{
color: #DDFEDE;
}
.AnyTagClassName
{
color: #DDFEDE;
}
</style>
background-color css
<style>
a { background-color: #DDFEDE; }
a { background-color: rgb(221,254,222); }
div.DivClassName
{
background-color: #DDFEDE;
}
.BgClassName
{
background-color: #DDFEDE;
}
</style>
border-color css
<style>
span { border-color: #DDFEDE; }
span { border-color: rgb(221,254,222); }
td.TdClassName
{
border-color: #DDFEDE;
}
.TagClassName
{
border-color: #DDFEDE;
}
</style>