Shades of Tara #DDEADD
Tints of Tara #DDEADD
RGB
CMYK
RGB Variations
Color information
#DDEADD (or 0xDDEADD) is known color: Tara. HEX triplet: DD, EA and DD. RGB value is (221,234,221). Sum of RGB (Red+Green+Blue) = 221+234+221=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEADD is #221522. Grayscale: #E4E4E4. Windows color (decimal): -2233635 or 14543581. OLE color: 14543581.
HSL color Cylindrical-coordinate representation of color #DDEADD: hue angle of 120º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDEADD is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 221 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.08 |
| HSL | 120º | 0.24% | 0.89% | - |
| HSV(B) | 120º | 0.06% | 0.92% | - |
| XYZ | 72.29 | 79.44 | 79.93 | - |
| YUV | 228.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 221 | 0.06 | 0 | 0.06 | 0.08 | 120 | 0.24 | 0.89 |
| Hex | DD | EA | DD | 6 | 0 | 6 | 8 | 78 | 18 | 59 |
| Octal | 335 | 352 | 335 | 6 | 0 | 6 | 10 | 170 | 30 | 131 |
| Binary | 11011101 | 11101010 | 11011101 | 110 | 0 | 110 | 1000 | 1111000 | 11000 | 1011001 |
Color Harmonies of #DDEADD
Complementary color
Monochromatic Colors of #DDEADD
Black with #DDEADD
Text Example
Text Example
White with #DDEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEADD; }
p { color: rgb(221,234,221); }
H1.HeaderClassName
{
color: #DDEADD;
}
.AnyTagClassName
{
color: #DDEADD;
}
</style>
background-color css
<style>
a { background-color: #DDEADD; }
a { background-color: rgb(221,234,221); }
div.DivClassName
{
background-color: #DDEADD;
}
.BgClassName
{
background-color: #DDEADD;
}
</style>
border-color css
<style>
span { border-color: #DDEADD; }
span { border-color: rgb(221,234,221); }
td.TdClassName
{
border-color: #DDEADD;
}
.TagClassName
{
border-color: #DDEADD;
}
</style>