Shades of Tara #DEEADE
Tints of Tara #DEEADE
RGB
CMYK
RGB Variations
Color information
#DEEADE (or 0xDEEADE) is known color: Tara. HEX triplet: DE, EA and DE. RGB value is (222,234,222). Sum of RGB (Red+Green+Blue) = 222+234+222=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEADE is #211521. Grayscale: #E5E5E5. Windows color (decimal): -2168098 or 14609118. OLE color: 14609118.
HSL color Cylindrical-coordinate representation of color #DEEADE: hue angle of 120º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEEADE is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 222 | 234 | 222 | - |
CMYK | 0.05 | 0 | 0.05 | 0.08 |
HSL | 120º | 0.22% | 0.89% | - |
HSV(B) | 120º | 0.05% | 0.92% | - |
XYZ | 72.73 | 79.65 | 80.65 | - |
YUV | 229.04 | 124.02 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 234 | 222 | 0.05 | 0 | 0.05 | 0.08 | 120 | 0.22 | 0.89 |
Hex | DE | EA | DE | 5 | 0 | 5 | 8 | 78 | 16 | 59 |
Octal | 336 | 352 | 336 | 5 | 0 | 5 | 10 | 170 | 26 | 131 |
Binary | 11011110 | 11101010 | 11011110 | 101 | 0 | 101 | 1000 | 1111000 | 10110 | 1011001 |
Color Harmonies of #DEEADE
Complementary color
Monochromatic Colors of #DEEADE
Black with #DEEADE
Text Example
Text Example
White with #DEEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEADE; }
p { color: rgb(222,234,222); }
H1.HeaderClassName
{
color: #DEEADE;
}
.AnyTagClassName
{
color: #DEEADE;
}
</style>
background-color css
<style>
a { background-color: #DEEADE; }
a { background-color: rgb(222,234,222); }
div.DivClassName
{
background-color: #DEEADE;
}
.BgClassName
{
background-color: #DEEADE;
}
</style>
border-color css
<style>
span { border-color: #DEEADE; }
span { border-color: rgb(222,234,222); }
td.TdClassName
{
border-color: #DEEADE;
}
.TagClassName
{
border-color: #DEEADE;
}
</style>