Shades of Tara #DEF7DF
Tints of Tara #DEF7DF
RGB
CMYK
RGB Variations
Color information
#DEF7DF (or 0xDEF7DF) is known color: Tara. HEX triplet: DE, F7 and DF. RGB value is (222,247,223). Sum of RGB (Red+Green+Blue) = 222+247+223=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 247 (96.88% from 255 or 35.69% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF7DF is #210820. Grayscale: #ECECEC. Windows color (decimal): -2164769 or 14677982. OLE color: 14677982.
HSL color Cylindrical-coordinate representation of color #DEF7DF: hue angle of 122.4º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF7DF is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 247 | 223 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.03 |
| HSL | 122.4º | 0.61% | 0.92% | - |
| HSV(B) | 122.4º | 0.1% | 0.97% | - |
| XYZ | 76.7 | 87.38 | 82.64 | - |
| YUV | 236.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 247 | 223 | 0.10 | 0 | 0.10 | 0.03 | 122.4 | 0.61 | 0.92 |
| Hex | DE | F7 | DF | A | 0 | A | 3 | 7A | 3D | 5C |
| Octal | 336 | 367 | 337 | 12 | 0 | 12 | 3 | 172 | 75 | 134 |
| Binary | 11011110 | 11110111 | 11011111 | 1010 | 0 | 1010 | 11 | 1111010 | 111101 | 1011100 |
Color Harmonies of #DEF7DF
Complementary color
Monochromatic Colors of #DEF7DF
Black with #DEF7DF
Text Example
Text Example
White with #DEF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF7DF; }
p { color: rgb(222,247,223); }
H1.HeaderClassName
{
color: #DEF7DF;
}
.AnyTagClassName
{
color: #DEF7DF;
}
</style>
background-color css
<style>
a { background-color: #DEF7DF; }
a { background-color: rgb(222,247,223); }
div.DivClassName
{
background-color: #DEF7DF;
}
.BgClassName
{
background-color: #DEF7DF;
}
</style>
border-color css
<style>
span { border-color: #DEF7DF; }
span { border-color: rgb(222,247,223); }
td.TdClassName
{
border-color: #DEF7DF;
}
.TagClassName
{
border-color: #DEF7DF;
}
</style>