Shades of Tara #DEF6DC
Tints of Tara #DEF6DC
RGB
CMYK
RGB Variations
Color information
#DEF6DC (or 0xDEF6DC) is known color: Tara. HEX triplet: DE, F6 and DC. RGB value is (222,246,220). Sum of RGB (Red+Green+Blue) = 222+246+220=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF6DC is #210923. Grayscale: #EBEBEB. Windows color (decimal): -2165028 or 14481118. OLE color: 14481118.
HSL color Cylindrical-coordinate representation of color #DEF6DC: hue angle of 115.38º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF6DC is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 220 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.04 |
| HSL | 115.38º | 0.59% | 0.91% | - |
| HSV(B) | 115.38º | 0.11% | 0.96% | - |
| XYZ | 76 | 86.61 | 80.42 | - |
| YUV | 235.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 220 | 0.10 | 0 | 0.11 | 0.04 | 115.38 | 0.59 | 0.91 |
| Hex | DE | F6 | DC | A | 0 | B | 4 | 73 | 3B | 5B |
| Octal | 336 | 366 | 334 | 12 | 0 | 13 | 4 | 163 | 73 | 133 |
| Binary | 11011110 | 11110110 | 11011100 | 1010 | 0 | 1011 | 100 | 1110011 | 111011 | 1011011 |
Color Harmonies of #DEF6DC
Complementary color
Monochromatic Colors of #DEF6DC
Black with #DEF6DC
Text Example
Text Example
White with #DEF6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF6DC; }
p { color: rgb(222,246,220); }
H1.HeaderClassName
{
color: #DEF6DC;
}
.AnyTagClassName
{
color: #DEF6DC;
}
</style>
background-color css
<style>
a { background-color: #DEF6DC; }
a { background-color: rgb(222,246,220); }
div.DivClassName
{
background-color: #DEF6DC;
}
.BgClassName
{
background-color: #DEF6DC;
}
</style>
border-color css
<style>
span { border-color: #DEF6DC; }
span { border-color: rgb(222,246,220); }
td.TdClassName
{
border-color: #DEF6DC;
}
.TagClassName
{
border-color: #DEF6DC;
}
</style>