Shades of Tara #DEFFD8
Tints of Tara #DEFFD8
RGB
CMYK
RGB Variations
Color information
#DEFFD8 (or 0xDEFFD8) is known color: Tara. HEX triplet: DE, FF and D8. RGB value is (222,255,216). Sum of RGB (Red+Green+Blue) = 222+255+216=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 216 (84.77% from 255 or 31.17% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFD8 is #210027. Grayscale: #F0F0F0. Windows color (decimal): -2162728 or 14221278. OLE color: 14221278.
HSL color Cylindrical-coordinate representation of color #DEFFD8: hue angle of 110.77º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEFFD8 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 216 | - |
| CMYK | 0.13 | 0 | 0.15 | 0 |
| HSL | 110.77º | 1% | 0.92% | - |
| HSV(B) | 110.77º | 0.15% | 1% | - |
| XYZ | 78.28 | 92.01 | 78.6 | - |
| YUV | 240.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 216 | 0.13 | 0 | 0.15 | 0 | 110.77 | 1 | 0.92 |
| Hex | DE | FF | D8 | D | 0 | F | 0 | 6F | 64 | 5C |
| Octal | 336 | 377 | 330 | 15 | 0 | 17 | 0 | 157 | 144 | 134 |
| Binary | 11011110 | 11111111 | 11011000 | 1101 | 0 | 1111 | 0 | 1101111 | 1100100 | 1011100 |
Color Harmonies of #DEFFD8
Complementary color
Monochromatic Colors of #DEFFD8
Black with #DEFFD8
Text Example
Text Example
White with #DEFFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFD8; }
p { color: rgb(222,255,216); }
H1.HeaderClassName
{
color: #DEFFD8;
}
.AnyTagClassName
{
color: #DEFFD8;
}
</style>
background-color css
<style>
a { background-color: #DEFFD8; }
a { background-color: rgb(222,255,216); }
div.DivClassName
{
background-color: #DEFFD8;
}
.BgClassName
{
background-color: #DEFFD8;
}
</style>
border-color css
<style>
span { border-color: #DEFFD8; }
span { border-color: rgb(222,255,216); }
td.TdClassName
{
border-color: #DEFFD8;
}
.TagClassName
{
border-color: #DEFFD8;
}
</style>