Shades of Tara #DEF0DD
Tints of Tara #DEF0DD
RGB
CMYK
RGB Variations
Color information
#DEF0DD (or 0xDEF0DD) is known color: Tara. HEX triplet: DE, F0 and DD. RGB value is (222,240,221). Sum of RGB (Red+Green+Blue) = 222+240+221=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF0DD is #210F22. Grayscale: #E8E8E8. Windows color (decimal): -2166563 or 14545118. OLE color: 14545118.
HSL color Cylindrical-coordinate representation of color #DEF0DD: hue angle of 116.84º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEF0DD is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 221 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.06 |
| HSL | 116.84º | 0.39% | 0.9% | - |
| HSV(B) | 116.84º | 0.08% | 0.94% | - |
| XYZ | 74.34 | 83.07 | 80.52 | - |
| YUV | 232.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 221 | 0.08 | 0 | 0.08 | 0.06 | 116.84 | 0.39 | 0.9 |
| Hex | DE | F0 | DD | 8 | 0 | 8 | 6 | 75 | 27 | 5A |
| Octal | 336 | 360 | 335 | 10 | 0 | 10 | 6 | 165 | 47 | 132 |
| Binary | 11011110 | 11110000 | 11011101 | 1000 | 0 | 1000 | 110 | 1110101 | 100111 | 1011010 |
Color Harmonies of #DEF0DD
Complementary color
Monochromatic Colors of #DEF0DD
Black with #DEF0DD
Text Example
Text Example
White with #DEF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0DD; }
p { color: rgb(222,240,221); }
H1.HeaderClassName
{
color: #DEF0DD;
}
.AnyTagClassName
{
color: #DEF0DD;
}
</style>
background-color css
<style>
a { background-color: #DEF0DD; }
a { background-color: rgb(222,240,221); }
div.DivClassName
{
background-color: #DEF0DD;
}
.BgClassName
{
background-color: #DEF0DD;
}
</style>
border-color css
<style>
span { border-color: #DEF0DD; }
span { border-color: rgb(222,240,221); }
td.TdClassName
{
border-color: #DEF0DD;
}
.TagClassName
{
border-color: #DEF0DD;
}
</style>