Shades of Tara #DEFFDB
Tints of Tara #DEFFDB
RGB
CMYK
RGB Variations
Color information
#DEFFDB (or 0xDEFFDB) is known color: Tara. HEX triplet: DE, FF and DB. RGB value is (222,255,219). Sum of RGB (Red+Green+Blue) = 222+255+219=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFDB is #210024. Grayscale: #F1F1F1. Windows color (decimal): -2162725 or 14417886. OLE color: 14417886.
HSL color Cylindrical-coordinate representation of color #DEFFDB: hue angle of 115º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEFFDB is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 219 | - |
| CMYK | 0.13 | 0 | 0.14 | 0 |
| HSL | 115º | 1% | 0.93% | - |
| HSV(B) | 115º | 0.14% | 1% | - |
| XYZ | 78.67 | 92.16 | 80.66 | - |
| YUV | 241.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 219 | 0.13 | 0 | 0.14 | 0 | 115 | 1 | 0.93 |
| Hex | DE | FF | DB | D | 0 | E | 0 | 73 | 64 | 5D |
| Octal | 336 | 377 | 333 | 15 | 0 | 16 | 0 | 163 | 144 | 135 |
| Binary | 11011110 | 11111111 | 11011011 | 1101 | 0 | 1110 | 0 | 1110011 | 1100100 | 1011101 |
Color Harmonies of #DEFFDB
Complementary color
Monochromatic Colors of #DEFFDB
Black with #DEFFDB
Text Example
Text Example
White with #DEFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFDB; }
p { color: rgb(222,255,219); }
H1.HeaderClassName
{
color: #DEFFDB;
}
.AnyTagClassName
{
color: #DEFFDB;
}
</style>
background-color css
<style>
a { background-color: #DEFFDB; }
a { background-color: rgb(222,255,219); }
div.DivClassName
{
background-color: #DEFFDB;
}
.BgClassName
{
background-color: #DEFFDB;
}
</style>
border-color css
<style>
span { border-color: #DEFFDB; }
span { border-color: rgb(222,255,219); }
td.TdClassName
{
border-color: #DEFFDB;
}
.TagClassName
{
border-color: #DEFFDB;
}
</style>