Shades of Tara #DEF8DB
Tints of Tara #DEF8DB
RGB
CMYK
RGB Variations
Color information
#DEF8DB (or 0xDEF8DB) is known color: Tara. HEX triplet: DE, F8 and DB. RGB value is (222,248,219). Sum of RGB (Red+Green+Blue) = 222+248+219=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8DB is #210724. Grayscale: #EDEDED. Windows color (decimal): -2164517 or 14416094. OLE color: 14416094.
HSL color Cylindrical-coordinate representation of color #DEF8DB: hue angle of 113.79º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEF8DB is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 219 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.03 |
| HSL | 113.79º | 0.67% | 0.92% | - |
| HSV(B) | 113.79º | 0.12% | 0.97% | - |
| XYZ | 76.48 | 87.78 | 79.93 | - |
| YUV | 236.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 219 | 0.10 | 0 | 0.12 | 0.03 | 113.79 | 0.67 | 0.92 |
| Hex | DE | F8 | DB | A | 0 | C | 3 | 72 | 43 | 5C |
| Octal | 336 | 370 | 333 | 12 | 0 | 14 | 3 | 162 | 103 | 134 |
| Binary | 11011110 | 11111000 | 11011011 | 1010 | 0 | 1100 | 11 | 1110010 | 1000011 | 1011100 |
Color Harmonies of #DEF8DB
Complementary color
Monochromatic Colors of #DEF8DB
Black with #DEF8DB
Text Example
Text Example
White with #DEF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF8DB; }
p { color: rgb(222,248,219); }
H1.HeaderClassName
{
color: #DEF8DB;
}
.AnyTagClassName
{
color: #DEF8DB;
}
</style>
background-color css
<style>
a { background-color: #DEF8DB; }
a { background-color: rgb(222,248,219); }
div.DivClassName
{
background-color: #DEF8DB;
}
.BgClassName
{
background-color: #DEF8DB;
}
</style>
border-color css
<style>
span { border-color: #DEF8DB; }
span { border-color: rgb(222,248,219); }
td.TdClassName
{
border-color: #DEF8DB;
}
.TagClassName
{
border-color: #DEF8DB;
}
</style>