Shades of Tara #DEFCDA
Tints of Tara #DEFCDA
RGB
CMYK
RGB Variations
Color information
#DEFCDA (or 0xDEFCDA) is known color: Tara. HEX triplet: DE, FC and DA. RGB value is (222,252,218). Sum of RGB (Red+Green+Blue) = 222+252+218=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCDA is #210325. Grayscale: #EFEFEF. Windows color (decimal): -2163494 or 14351582. OLE color: 14351582.
HSL color Cylindrical-coordinate representation of color #DEFCDA: hue angle of 112.94º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFCDA is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 218 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.01 |
| HSL | 112.94º | 0.85% | 0.92% | - |
| HSV(B) | 112.94º | 0.13% | 0.99% | - |
| XYZ | 77.59 | 90.21 | 79.65 | - |
| YUV | 239.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 218 | 0.12 | 0 | 0.13 | 0.01 | 112.94 | 0.85 | 0.92 |
| Hex | DE | FC | DA | C | 0 | D | 1 | 71 | 55 | 5C |
| Octal | 336 | 374 | 332 | 14 | 0 | 15 | 1 | 161 | 125 | 134 |
| Binary | 11011110 | 11111100 | 11011010 | 1100 | 0 | 1101 | 1 | 1110001 | 1010101 | 1011100 |
Color Harmonies of #DEFCDA
Complementary color
Monochromatic Colors of #DEFCDA
Black with #DEFCDA
Text Example
Text Example
White with #DEFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCDA; }
p { color: rgb(222,252,218); }
H1.HeaderClassName
{
color: #DEFCDA;
}
.AnyTagClassName
{
color: #DEFCDA;
}
</style>
background-color css
<style>
a { background-color: #DEFCDA; }
a { background-color: rgb(222,252,218); }
div.DivClassName
{
background-color: #DEFCDA;
}
.BgClassName
{
background-color: #DEFCDA;
}
</style>
border-color css
<style>
span { border-color: #DEFCDA; }
span { border-color: rgb(222,252,218); }
td.TdClassName
{
border-color: #DEFCDA;
}
.TagClassName
{
border-color: #DEFCDA;
}
</style>