Shades of Tara #DEF0DC
Tints of Tara #DEF0DC
RGB
CMYK
RGB Variations
Color information
#DEF0DC (or 0xDEF0DC) is known color: Tara. HEX triplet: DE, F0 and DC. RGB value is (222,240,220). Sum of RGB (Red+Green+Blue) = 222+240+220=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF0DC is #210F23. Grayscale: #E8E8E8. Windows color (decimal): -2166564 or 14479582. OLE color: 14479582.
HSL color Cylindrical-coordinate representation of color #DEF0DC: hue angle of 114º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEF0DC is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 220 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.06 |
| HSL | 114º | 0.4% | 0.9% | - |
| HSV(B) | 114º | 0.08% | 0.94% | - |
| XYZ | 74.2 | 83.02 | 79.82 | - |
| YUV | 232.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 220 | 0.08 | 0 | 0.08 | 0.06 | 114 | 0.4 | 0.9 |
| Hex | DE | F0 | DC | 8 | 0 | 8 | 6 | 72 | 28 | 5A |
| Octal | 336 | 360 | 334 | 10 | 0 | 10 | 6 | 162 | 50 | 132 |
| Binary | 11011110 | 11110000 | 11011100 | 1000 | 0 | 1000 | 110 | 1110010 | 101000 | 1011010 |
Color Harmonies of #DEF0DC
Complementary color
Monochromatic Colors of #DEF0DC
Black with #DEF0DC
Text Example
Text Example
White with #DEF0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0DC; }
p { color: rgb(222,240,220); }
H1.HeaderClassName
{
color: #DEF0DC;
}
.AnyTagClassName
{
color: #DEF0DC;
}
</style>
background-color css
<style>
a { background-color: #DEF0DC; }
a { background-color: rgb(222,240,220); }
div.DivClassName
{
background-color: #DEF0DC;
}
.BgClassName
{
background-color: #DEF0DC;
}
</style>
border-color css
<style>
span { border-color: #DEF0DC; }
span { border-color: rgb(222,240,220); }
td.TdClassName
{
border-color: #DEF0DC;
}
.TagClassName
{
border-color: #DEF0DC;
}
</style>