Shades of Tara #DEF6DB
Tints of Tara #DEF6DB
RGB
CMYK
RGB Variations
Color information
#DEF6DB (or 0xDEF6DB) is known color: Tara. HEX triplet: DE, F6 and DB. RGB value is (222,246,219). Sum of RGB (Red+Green+Blue) = 222+246+219=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF6DB is #210924. Grayscale: #EBEBEB. Windows color (decimal): -2165029 or 14415582. OLE color: 14415582.
HSL color Cylindrical-coordinate representation of color #DEF6DB: hue angle of 113.33º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF6DB is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 219 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.04 |
| HSL | 113.33º | 0.6% | 0.91% | - |
| HSV(B) | 113.33º | 0.11% | 0.96% | - |
| XYZ | 75.87 | 86.56 | 79.73 | - |
| YUV | 235.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 219 | 0.10 | 0 | 0.11 | 0.04 | 113.33 | 0.6 | 0.91 |
| Hex | DE | F6 | DB | A | 0 | B | 4 | 71 | 3C | 5B |
| Octal | 336 | 366 | 333 | 12 | 0 | 13 | 4 | 161 | 74 | 133 |
| Binary | 11011110 | 11110110 | 11011011 | 1010 | 0 | 1011 | 100 | 1110001 | 111100 | 1011011 |
Color Harmonies of #DEF6DB
Complementary color
Monochromatic Colors of #DEF6DB
Black with #DEF6DB
Text Example
Text Example
White with #DEF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF6DB; }
p { color: rgb(222,246,219); }
H1.HeaderClassName
{
color: #DEF6DB;
}
.AnyTagClassName
{
color: #DEF6DB;
}
</style>
background-color css
<style>
a { background-color: #DEF6DB; }
a { background-color: rgb(222,246,219); }
div.DivClassName
{
background-color: #DEF6DB;
}
.BgClassName
{
background-color: #DEF6DB;
}
</style>
border-color css
<style>
span { border-color: #DEF6DB; }
span { border-color: rgb(222,246,219); }
td.TdClassName
{
border-color: #DEF6DB;
}
.TagClassName
{
border-color: #DEF6DB;
}
</style>