Shades of Tara #DEF7DB
Tints of Tara #DEF7DB
RGB
CMYK
RGB Variations
Color information
#DEF7DB (or 0xDEF7DB) is known color: Tara. HEX triplet: DE, F7 and DB. RGB value is (222,247,219). Sum of RGB (Red+Green+Blue) = 222+247+219=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF7DB is #210824. Grayscale: #ECECEC. Windows color (decimal): -2164773 or 14415838. OLE color: 14415838.
HSL color Cylindrical-coordinate representation of color #DEF7DB: hue angle of 113.57º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF7DB is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
RGB | 222 | 247 | 219 | - |
CMYK | 0.10 | 0 | 0.11 | 0.03 |
HSL | 113.57º | 0.64% | 0.91% | - |
HSV(B) | 113.57º | 0.11% | 0.97% | - |
XYZ | 76.17 | 87.17 | 79.83 | - |
YUV | 236.33 | 118.22 | 117.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 247 | 219 | 0.10 | 0 | 0.11 | 0.03 | 113.57 | 0.64 | 0.91 |
Hex | DE | F7 | DB | A | 0 | B | 3 | 72 | 40 | 5B |
Octal | 336 | 367 | 333 | 12 | 0 | 13 | 3 | 162 | 100 | 133 |
Binary | 11011110 | 11110111 | 11011011 | 1010 | 0 | 1011 | 11 | 1110010 | 1000000 | 1011011 |
Color Harmonies of #DEF7DB
Complementary color
Monochromatic Colors of #DEF7DB
Black with #DEF7DB
Text Example
Text Example
White with #DEF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF7DB; }
p { color: rgb(222,247,219); }
H1.HeaderClassName
{
color: #DEF7DB;
}
.AnyTagClassName
{
color: #DEF7DB;
}
</style>
background-color css
<style>
a { background-color: #DEF7DB; }
a { background-color: rgb(222,247,219); }
div.DivClassName
{
background-color: #DEF7DB;
}
.BgClassName
{
background-color: #DEF7DB;
}
</style>
border-color css
<style>
span { border-color: #DEF7DB; }
span { border-color: rgb(222,247,219); }
td.TdClassName
{
border-color: #DEF7DB;
}
.TagClassName
{
border-color: #DEF7DB;
}
</style>