Shades of Tara #DDFEDD
Tints of Tara #DDFEDD
RGB
CMYK
RGB Variations
Color information
#DDFEDD (or 0xDDFEDD) is known color: Tara. HEX triplet: DD, FE and DD. RGB value is (221,254,221). Sum of RGB (Red+Green+Blue) = 221+254+221=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEDD is #220122. Grayscale: #F0F0F0. Windows color (decimal): -2228515 or 14548701. OLE color: 14548701.
HSL color Cylindrical-coordinate representation of color #DDFEDD: hue angle of 120º 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 #DDFEDD is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 254 | 221 | - |
CMYK | 0.13 | 0 | 0.13 | 0.00 |
HSL | 120º | 0.94% | 0.93% | - |
HSV(B) | 120º | 0.13% | 1% | - |
XYZ | 78.31 | 91.48 | 81.94 | - |
YUV | 240.37 | 117.07 | 114.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 254 | 221 | 0.13 | 0 | 0.13 | 0.00 | 120 | 0.94 | 0.93 |
Hex | DD | FE | DD | D | 0 | D | 0 | 78 | 5E | 5D |
Octal | 335 | 376 | 335 | 15 | 0 | 15 | 0 | 170 | 136 | 135 |
Binary | 11011101 | 11111110 | 11011101 | 1101 | 0 | 1101 | 0 | 1111000 | 1011110 | 1011101 |
Color Harmonies of #DDFEDD
Complementary color
Monochromatic Colors of #DDFEDD
Black with #DDFEDD
Text Example
Text Example
White with #DDFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEDD; }
p { color: rgb(221,254,221); }
H1.HeaderClassName
{
color: #DDFEDD;
}
.AnyTagClassName
{
color: #DDFEDD;
}
</style>
background-color css
<style>
a { background-color: #DDFEDD; }
a { background-color: rgb(221,254,221); }
div.DivClassName
{
background-color: #DDFEDD;
}
.BgClassName
{
background-color: #DDFEDD;
}
</style>
border-color css
<style>
span { border-color: #DDFEDD; }
span { border-color: rgb(221,254,221); }
td.TdClassName
{
border-color: #DDFEDD;
}
.TagClassName
{
border-color: #DDFEDD;
}
</style>