Shades of Tara #DEF4DB
Tints of Tara #DEF4DB
RGB
CMYK
RGB Variations
Color information
#DEF4DB (or 0xDEF4DB) is known color: Tara. HEX triplet: DE, F4 and DB. RGB value is (222,244,219). Sum of RGB (Red+Green+Blue) = 222+244+219=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF4DB is #210B24. Grayscale: #EAEAEA. Windows color (decimal): -2165541 or 14415070. OLE color: 14415070.
HSL color Cylindrical-coordinate representation of color #DEF4DB: hue angle of 112.8º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF4DB is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 222 | 244 | 219 | - |
CMYK | 0.09 | 0 | 0.10 | 0.04 |
HSL | 112.8º | 0.53% | 0.91% | - |
HSV(B) | 112.8º | 0.1% | 0.96% | - |
XYZ | 75.26 | 85.35 | 79.52 | - |
YUV | 234.57 | 119.21 | 119.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 244 | 219 | 0.09 | 0 | 0.10 | 0.04 | 112.8 | 0.53 | 0.91 |
Hex | DE | F4 | DB | 9 | 0 | A | 4 | 71 | 35 | 5B |
Octal | 336 | 364 | 333 | 11 | 0 | 12 | 4 | 161 | 65 | 133 |
Binary | 11011110 | 11110100 | 11011011 | 1001 | 0 | 1010 | 100 | 1110001 | 110101 | 1011011 |
Color Harmonies of #DEF4DB
Complementary color
Monochromatic Colors of #DEF4DB
Black with #DEF4DB
Text Example
Text Example
White with #DEF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF4DB; }
p { color: rgb(222,244,219); }
H1.HeaderClassName
{
color: #DEF4DB;
}
.AnyTagClassName
{
color: #DEF4DB;
}
</style>
background-color css
<style>
a { background-color: #DEF4DB; }
a { background-color: rgb(222,244,219); }
div.DivClassName
{
background-color: #DEF4DB;
}
.BgClassName
{
background-color: #DEF4DB;
}
</style>
border-color css
<style>
span { border-color: #DEF4DB; }
span { border-color: rgb(222,244,219); }
td.TdClassName
{
border-color: #DEF4DB;
}
.TagClassName
{
border-color: #DEF4DB;
}
</style>