Shades of Tara #DEEEDD
Tints of Tara #DEEEDD
RGB
CMYK
RGB Variations
Color information
#DEEEDD (or 0xDEEEDD) is known color: Tara. HEX triplet: DE, EE and DD. RGB value is (222,238,221). Sum of RGB (Red+Green+Blue) = 222+238+221=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEDD is #211122. Grayscale: #E7E7E7. Windows color (decimal): -2167075 or 14544606. OLE color: 14544606.
HSL color Cylindrical-coordinate representation of color #DEEEDD: hue angle of 116.47º degrees, saturation: 0.33, 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 #DEEEDD is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 238 | 221 | - |
CMYK | 0.07 | 0 | 0.07 | 0.07 |
HSL | 116.47º | 0.33% | 0.9% | - |
HSV(B) | 116.47º | 0.07% | 0.93% | - |
XYZ | 73.75 | 81.9 | 80.33 | - |
YUV | 231.28 | 122.2 | 121.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 238 | 221 | 0.07 | 0 | 0.07 | 0.07 | 116.47 | 0.33 | 0.9 |
Hex | DE | EE | DD | 7 | 0 | 7 | 7 | 74 | 21 | 5A |
Octal | 336 | 356 | 335 | 7 | 0 | 7 | 7 | 164 | 41 | 132 |
Binary | 11011110 | 11101110 | 11011101 | 111 | 0 | 111 | 111 | 1110100 | 100001 | 1011010 |
Color Harmonies of #DEEEDD
Complementary color
Monochromatic Colors of #DEEEDD
Black with #DEEEDD
Text Example
Text Example
White with #DEEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEDD; }
p { color: rgb(222,238,221); }
H1.HeaderClassName
{
color: #DEEEDD;
}
.AnyTagClassName
{
color: #DEEEDD;
}
</style>
background-color css
<style>
a { background-color: #DEEEDD; }
a { background-color: rgb(222,238,221); }
div.DivClassName
{
background-color: #DEEEDD;
}
.BgClassName
{
background-color: #DEEEDD;
}
</style>
border-color css
<style>
span { border-color: #DEEEDD; }
span { border-color: rgb(222,238,221); }
td.TdClassName
{
border-color: #DEEEDD;
}
.TagClassName
{
border-color: #DEEEDD;
}
</style>