Shades of Tara #DEF3DB
Tints of Tara #DEF3DB
RGB
CMYK
RGB Variations
Color information
#DEF3DB (or 0xDEF3DB) is known color: Tara. HEX triplet: DE, F3 and DB. RGB value is (222,243,219). Sum of RGB (Red+Green+Blue) = 222+243+219=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 243 (95.31% from 255 or 35.53% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF3DB is #210C24. Grayscale: #EAEAEA. Windows color (decimal): -2165797 or 14414814. OLE color: 14414814.
HSL color Cylindrical-coordinate representation of color #DEF3DB: hue angle of 112.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF3DB is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 243 | 219 | - |
CMYK | 0.09 | 0 | 0.10 | 0.05 |
HSL | 112.5º | 0.5% | 0.91% | - |
HSV(B) | 112.5º | 0.1% | 0.95% | - |
XYZ | 74.96 | 84.75 | 79.42 | - |
YUV | 233.99 | 119.54 | 119.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 243 | 219 | 0.09 | 0 | 0.10 | 0.05 | 112.5 | 0.5 | 0.91 |
Hex | DE | F3 | DB | 9 | 0 | A | 5 | 70 | 32 | 5B |
Octal | 336 | 363 | 333 | 11 | 0 | 12 | 5 | 160 | 62 | 133 |
Binary | 11011110 | 11110011 | 11011011 | 1001 | 0 | 1010 | 101 | 1110000 | 110010 | 1011011 |
Color Harmonies of #DEF3DB
Complementary color
Monochromatic Colors of #DEF3DB
Black with #DEF3DB
Text Example
Text Example
White with #DEF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF3DB; }
p { color: rgb(222,243,219); }
H1.HeaderClassName
{
color: #DEF3DB;
}
.AnyTagClassName
{
color: #DEF3DB;
}
</style>
background-color css
<style>
a { background-color: #DEF3DB; }
a { background-color: rgb(222,243,219); }
div.DivClassName
{
background-color: #DEF3DB;
}
.BgClassName
{
background-color: #DEF3DB;
}
</style>
border-color css
<style>
span { border-color: #DEF3DB; }
span { border-color: rgb(222,243,219); }
td.TdClassName
{
border-color: #DEF3DB;
}
.TagClassName
{
border-color: #DEF3DB;
}
</style>