Shades of Tara #DEFCDE
Tints of Tara #DEFCDE
RGB
CMYK
RGB Variations
Color information
#DEFCDE (or 0xDEFCDE) is known color: Tara. HEX triplet: DE, FC and DE. RGB value is (222,252,222). Sum of RGB (Red+Green+Blue) = 222+252+222=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCDE is #210321. Grayscale: #EFEFEF. Windows color (decimal): -2163490 or 14613726. OLE color: 14613726.
HSL color Cylindrical-coordinate representation of color #DEFCDE: hue angle of 120º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFCDE is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 222 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.01 |
| HSL | 120º | 0.83% | 0.93% | - |
| HSV(B) | 120º | 0.12% | 0.99% | - |
| XYZ | 78.12 | 90.42 | 82.44 | - |
| YUV | 239.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 222 | 0.12 | 0 | 0.12 | 0.01 | 120 | 0.83 | 0.93 |
| Hex | DE | FC | DE | C | 0 | C | 1 | 78 | 53 | 5D |
| Octal | 336 | 374 | 336 | 14 | 0 | 14 | 1 | 170 | 123 | 135 |
| Binary | 11011110 | 11111100 | 11011110 | 1100 | 0 | 1100 | 1 | 1111000 | 1010011 | 1011101 |
Color Harmonies of #DEFCDE
Complementary color
Monochromatic Colors of #DEFCDE
Black with #DEFCDE
Text Example
Text Example
White with #DEFCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCDE; }
p { color: rgb(222,252,222); }
H1.HeaderClassName
{
color: #DEFCDE;
}
.AnyTagClassName
{
color: #DEFCDE;
}
</style>
background-color css
<style>
a { background-color: #DEFCDE; }
a { background-color: rgb(222,252,222); }
div.DivClassName
{
background-color: #DEFCDE;
}
.BgClassName
{
background-color: #DEFCDE;
}
</style>
border-color css
<style>
span { border-color: #DEFCDE; }
span { border-color: rgb(222,252,222); }
td.TdClassName
{
border-color: #DEFCDE;
}
.TagClassName
{
border-color: #DEFCDE;
}
</style>