Shades of Tara #DEF8DF
Tints of Tara #DEF8DF
RGB
CMYK
RGB Variations
Color information
#DEF8DF (or 0xDEF8DF) is known color: Tara. HEX triplet: DE, F8 and DF. RGB value is (222,248,223). Sum of RGB (Red+Green+Blue) = 222+248+223=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 248 (97.27% from 255 or 35.79% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8DF is #210720. Grayscale: #EDEDED. Windows color (decimal): -2164513 or 14678238. OLE color: 14678238.
HSL color Cylindrical-coordinate representation of color #DEF8DF: hue angle of 122.31º degrees, saturation: 0.65, 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 #DEF8DF is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 223 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.03 |
| HSL | 122.31º | 0.65% | 0.92% | - |
| HSV(B) | 122.31º | 0.1% | 0.97% | - |
| XYZ | 77.01 | 87.99 | 82.74 | - |
| YUV | 237.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 223 | 0.10 | 0 | 0.10 | 0.03 | 122.31 | 0.65 | 0.92 |
| Hex | DE | F8 | DF | A | 0 | A | 3 | 7A | 41 | 5C |
| Octal | 336 | 370 | 337 | 12 | 0 | 12 | 3 | 172 | 101 | 134 |
| Binary | 11011110 | 11111000 | 11011111 | 1010 | 0 | 1010 | 11 | 1111010 | 1000001 | 1011100 |
Color Harmonies of #DEF8DF
Complementary color
Monochromatic Colors of #DEF8DF
Black with #DEF8DF
Text Example
Text Example
White with #DEF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF8DF; }
p { color: rgb(222,248,223); }
H1.HeaderClassName
{
color: #DEF8DF;
}
.AnyTagClassName
{
color: #DEF8DF;
}
</style>
background-color css
<style>
a { background-color: #DEF8DF; }
a { background-color: rgb(222,248,223); }
div.DivClassName
{
background-color: #DEF8DF;
}
.BgClassName
{
background-color: #DEF8DF;
}
</style>
border-color css
<style>
span { border-color: #DEF8DF; }
span { border-color: rgb(222,248,223); }
td.TdClassName
{
border-color: #DEF8DF;
}
.TagClassName
{
border-color: #DEF8DF;
}
</style>