Shades of Tara #DEECDE
Tints of Tara #DEECDE
RGB
CMYK
RGB Variations
Color information
#DEECDE (or 0xDEECDE) is known color: Tara. HEX triplet: DE, EC and DE. RGB value is (222,236,222). Sum of RGB (Red+Green+Blue) = 222+236+222=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECDE is #211321. Grayscale: #E6E6E6. Windows color (decimal): -2167586 or 14609630. OLE color: 14609630.
HSL color Cylindrical-coordinate representation of color #DEECDE: hue angle of 120º degrees, saturation: 0.27, 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 #DEECDE is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 222 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.07 |
| HSL | 120º | 0.27% | 0.9% | - |
| HSV(B) | 120º | 0.06% | 0.93% | - |
| XYZ | 73.3 | 80.79 | 80.84 | - |
| YUV | 230.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 222 | 0.06 | 0 | 0.06 | 0.07 | 120 | 0.27 | 0.9 |
| Hex | DE | EC | DE | 6 | 0 | 6 | 7 | 78 | 1B | 5A |
| Octal | 336 | 354 | 336 | 6 | 0 | 6 | 7 | 170 | 33 | 132 |
| Binary | 11011110 | 11101100 | 11011110 | 110 | 0 | 110 | 111 | 1111000 | 11011 | 1011010 |
Color Harmonies of #DEECDE
Complementary color
Monochromatic Colors of #DEECDE
Black with #DEECDE
Text Example
Text Example
White with #DEECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECDE; }
p { color: rgb(222,236,222); }
H1.HeaderClassName
{
color: #DEECDE;
}
.AnyTagClassName
{
color: #DEECDE;
}
</style>
background-color css
<style>
a { background-color: #DEECDE; }
a { background-color: rgb(222,236,222); }
div.DivClassName
{
background-color: #DEECDE;
}
.BgClassName
{
background-color: #DEECDE;
}
</style>
border-color css
<style>
span { border-color: #DEECDE; }
span { border-color: rgb(222,236,222); }
td.TdClassName
{
border-color: #DEECDE;
}
.TagClassName
{
border-color: #DEECDE;
}
</style>