Shades of Tara #DEF2DD
Tints of Tara #DEF2DD
RGB
CMYK
RGB Variations
Color information
#DEF2DD (or 0xDEF2DD) is known color: Tara. HEX triplet: DE, F2 and DD. RGB value is (222,242,221). Sum of RGB (Red+Green+Blue) = 222+242+221=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2DD is #210D22. Grayscale: #E9E9E9. Windows color (decimal): -2166051 or 14545630. OLE color: 14545630.
HSL color Cylindrical-coordinate representation of color #DEF2DD: hue angle of 117.14º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF2DD is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 221 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.05 |
| HSL | 117.14º | 0.45% | 0.91% | - |
| HSV(B) | 117.14º | 0.09% | 0.95% | - |
| XYZ | 74.93 | 84.25 | 80.72 | - |
| YUV | 233.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 221 | 0.08 | 0 | 0.09 | 0.05 | 117.14 | 0.45 | 0.91 |
| Hex | DE | F2 | DD | 8 | 0 | 9 | 5 | 75 | 2D | 5B |
| Octal | 336 | 362 | 335 | 10 | 0 | 11 | 5 | 165 | 55 | 133 |
| Binary | 11011110 | 11110010 | 11011101 | 1000 | 0 | 1001 | 101 | 1110101 | 101101 | 1011011 |
Color Harmonies of #DEF2DD
Complementary color
Monochromatic Colors of #DEF2DD
Black with #DEF2DD
Text Example
Text Example
White with #DEF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2DD; }
p { color: rgb(222,242,221); }
H1.HeaderClassName
{
color: #DEF2DD;
}
.AnyTagClassName
{
color: #DEF2DD;
}
</style>
background-color css
<style>
a { background-color: #DEF2DD; }
a { background-color: rgb(222,242,221); }
div.DivClassName
{
background-color: #DEF2DD;
}
.BgClassName
{
background-color: #DEF2DD;
}
</style>
border-color css
<style>
span { border-color: #DEF2DD; }
span { border-color: rgb(222,242,221); }
td.TdClassName
{
border-color: #DEF2DD;
}
.TagClassName
{
border-color: #DEF2DD;
}
</style>