Shades of Tara #DEECDD
Tints of Tara #DEECDD
RGB
CMYK
RGB Variations
Color information
#DEECDD (or 0xDEECDD) is known color: Tara. HEX triplet: DE, EC and DD. RGB value is (222,236,221). Sum of RGB (Red+Green+Blue) = 222+236+221=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECDD is #211322. Grayscale: #E6E6E6. Windows color (decimal): -2167587 or 14544094. OLE color: 14544094.
HSL color Cylindrical-coordinate representation of color #DEECDD: hue angle of 116º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEECDD is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 221 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.07 |
| HSL | 116º | 0.28% | 0.9% | - |
| HSV(B) | 116º | 0.06% | 0.93% | - |
| XYZ | 73.17 | 80.74 | 80.13 | - |
| YUV | 230.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 221 | 0.06 | 0 | 0.06 | 0.07 | 116 | 0.28 | 0.9 |
| Hex | DE | EC | DD | 6 | 0 | 6 | 7 | 74 | 1C | 5A |
| Octal | 336 | 354 | 335 | 6 | 0 | 6 | 7 | 164 | 34 | 132 |
| Binary | 11011110 | 11101100 | 11011101 | 110 | 0 | 110 | 111 | 1110100 | 11100 | 1011010 |
Color Harmonies of #DEECDD
Complementary color
Monochromatic Colors of #DEECDD
Black with #DEECDD
Text Example
Text Example
White with #DEECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECDD; }
p { color: rgb(222,236,221); }
H1.HeaderClassName
{
color: #DEECDD;
}
.AnyTagClassName
{
color: #DEECDD;
}
</style>
background-color css
<style>
a { background-color: #DEECDD; }
a { background-color: rgb(222,236,221); }
div.DivClassName
{
background-color: #DEECDD;
}
.BgClassName
{
background-color: #DEECDD;
}
</style>
border-color css
<style>
span { border-color: #DEECDD; }
span { border-color: rgb(222,236,221); }
td.TdClassName
{
border-color: #DEECDD;
}
.TagClassName
{
border-color: #DEECDD;
}
</style>