Shades of Tara #DEEDDD
Tints of Tara #DEEDDD
RGB
CMYK
RGB Variations
Color information
#DEEDDD (or 0xDEEDDD) is known color: Tara. HEX triplet: DE, ED and DD. RGB value is (222,237,221). Sum of RGB (Red+Green+Blue) = 222+237+221=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDDD is #211222. Grayscale: #E6E6E6. Windows color (decimal): -2167331 or 14544350. OLE color: 14544350.
HSL color Cylindrical-coordinate representation of color #DEEDDD: hue angle of 116.25º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEDDD is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 221 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.07 |
| HSL | 116.25º | 0.31% | 0.9% | - |
| HSV(B) | 116.25º | 0.07% | 0.93% | - |
| XYZ | 73.46 | 81.32 | 80.23 | - |
| YUV | 230.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 221 | 0.06 | 0 | 0.07 | 0.07 | 116.25 | 0.31 | 0.9 |
| Hex | DE | ED | DD | 6 | 0 | 7 | 7 | 74 | 1F | 5A |
| Octal | 336 | 355 | 335 | 6 | 0 | 7 | 7 | 164 | 37 | 132 |
| Binary | 11011110 | 11101101 | 11011101 | 110 | 0 | 111 | 111 | 1110100 | 11111 | 1011010 |
Color Harmonies of #DEEDDD
Complementary color
Monochromatic Colors of #DEEDDD
Black with #DEEDDD
Text Example
Text Example
White with #DEEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDDD; }
p { color: rgb(222,237,221); }
H1.HeaderClassName
{
color: #DEEDDD;
}
.AnyTagClassName
{
color: #DEEDDD;
}
</style>
background-color css
<style>
a { background-color: #DEEDDD; }
a { background-color: rgb(222,237,221); }
div.DivClassName
{
background-color: #DEEDDD;
}
.BgClassName
{
background-color: #DEEDDD;
}
</style>
border-color css
<style>
span { border-color: #DEEDDD; }
span { border-color: rgb(222,237,221); }
td.TdClassName
{
border-color: #DEEDDD;
}
.TagClassName
{
border-color: #DEEDDD;
}
</style>