Shades of Tara #DEFFDA
Tints of Tara #DEFFDA
RGB
CMYK
RGB Variations
Color information
#DEFFDA (or 0xDEFFDA) is known color: Tara. HEX triplet: DE, FF and DA. RGB value is (222,255,218). Sum of RGB (Red+Green+Blue) = 222+255+218=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFDA is #210025. Grayscale: #F1F1F1. Windows color (decimal): -2162726 or 14352350. OLE color: 14352350.
HSL color Cylindrical-coordinate representation of color #DEFFDA: hue angle of 113.51º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEFFDA is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 218 | - |
| CMYK | 0.13 | 0 | 0.15 | 0 |
| HSL | 113.51º | 1% | 0.93% | - |
| HSV(B) | 113.51º | 0.15% | 1% | - |
| XYZ | 78.54 | 92.11 | 79.97 | - |
| YUV | 240.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 218 | 0.13 | 0 | 0.15 | 0 | 113.51 | 1 | 0.93 |
| Hex | DE | FF | DA | D | 0 | F | 0 | 72 | 64 | 5D |
| Octal | 336 | 377 | 332 | 15 | 0 | 17 | 0 | 162 | 144 | 135 |
| Binary | 11011110 | 11111111 | 11011010 | 1101 | 0 | 1111 | 0 | 1110010 | 1100100 | 1011101 |
Color Harmonies of #DEFFDA
Complementary color
Monochromatic Colors of #DEFFDA
Black with #DEFFDA
Text Example
Text Example
White with #DEFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFDA; }
p { color: rgb(222,255,218); }
H1.HeaderClassName
{
color: #DEFFDA;
}
.AnyTagClassName
{
color: #DEFFDA;
}
</style>
background-color css
<style>
a { background-color: #DEFFDA; }
a { background-color: rgb(222,255,218); }
div.DivClassName
{
background-color: #DEFFDA;
}
.BgClassName
{
background-color: #DEFFDA;
}
</style>
border-color css
<style>
span { border-color: #DEFFDA; }
span { border-color: rgb(222,255,218); }
td.TdClassName
{
border-color: #DEFFDA;
}
.TagClassName
{
border-color: #DEFFDA;
}
</style>