Shades of Tara #DEF4DF
Tints of Tara #DEF4DF
RGB
CMYK
RGB Variations
Color information
#DEF4DF (or 0xDEF4DF) is known color: Tara. HEX triplet: DE, F4 and DF. RGB value is (222,244,223). Sum of RGB (Red+Green+Blue) = 222+244+223=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 244 (95.70% from 255 or 35.41% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF4DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF4DF is #210B20. Grayscale: #EBEBEB. Windows color (decimal): -2165537 or 14677214. OLE color: 14677214.
HSL color Cylindrical-coordinate representation of color #DEF4DF: hue angle of 122.73º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF4DF is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 244 | 223 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.04 |
| HSL | 122.73º | 0.5% | 0.91% | - |
| HSV(B) | 122.73º | 0.09% | 0.96% | - |
| XYZ | 75.79 | 85.56 | 82.33 | - |
| YUV | 235.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 244 | 223 | 0.09 | 0 | 0.09 | 0.04 | 122.73 | 0.5 | 0.91 |
| Hex | DE | F4 | DF | 9 | 0 | 9 | 4 | 7B | 32 | 5B |
| Octal | 336 | 364 | 337 | 11 | 0 | 11 | 4 | 173 | 62 | 133 |
| Binary | 11011110 | 11110100 | 11011111 | 1001 | 0 | 1001 | 100 | 1111011 | 110010 | 1011011 |
Color Harmonies of #DEF4DF
Complementary color
Monochromatic Colors of #DEF4DF
Black with #DEF4DF
Text Example
Text Example
White with #DEF4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF4DF; }
p { color: rgb(222,244,223); }
H1.HeaderClassName
{
color: #DEF4DF;
}
.AnyTagClassName
{
color: #DEF4DF;
}
</style>
background-color css
<style>
a { background-color: #DEF4DF; }
a { background-color: rgb(222,244,223); }
div.DivClassName
{
background-color: #DEF4DF;
}
.BgClassName
{
background-color: #DEF4DF;
}
</style>
border-color css
<style>
span { border-color: #DEF4DF; }
span { border-color: rgb(222,244,223); }
td.TdClassName
{
border-color: #DEF4DF;
}
.TagClassName
{
border-color: #DEF4DF;
}
</style>