Shades of Tara #DEF6DD
Tints of Tara #DEF6DD
RGB
CMYK
RGB Variations
Color information
#DEF6DD (or 0xDEF6DD) is known color: Tara. HEX triplet: DE, F6 and DD. RGB value is (222,246,221). Sum of RGB (Red+Green+Blue) = 222+246+221=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF6DD is #210922. Grayscale: #ECECEC. Windows color (decimal): -2165027 or 14546654. OLE color: 14546654.
HSL color Cylindrical-coordinate representation of color #DEF6DD: hue angle of 117.6º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF6DD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 222 | 246 | 221 | - |
CMYK | 0.10 | 0 | 0.10 | 0.04 |
HSL | 117.6º | 0.58% | 0.92% | - |
HSV(B) | 117.6º | 0.1% | 0.96% | - |
XYZ | 76.13 | 86.66 | 81.12 | - |
YUV | 235.97 | 119.55 | 118.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 246 | 221 | 0.10 | 0 | 0.10 | 0.04 | 117.6 | 0.58 | 0.92 |
Hex | DE | F6 | DD | A | 0 | A | 4 | 76 | 3A | 5C |
Octal | 336 | 366 | 335 | 12 | 0 | 12 | 4 | 166 | 72 | 134 |
Binary | 11011110 | 11110110 | 11011101 | 1010 | 0 | 1010 | 100 | 1110110 | 111010 | 1011100 |
Color Harmonies of #DEF6DD
Complementary color
Monochromatic Colors of #DEF6DD
Black with #DEF6DD
Text Example
Text Example
White with #DEF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF6DD; }
p { color: rgb(222,246,221); }
H1.HeaderClassName
{
color: #DEF6DD;
}
.AnyTagClassName
{
color: #DEF6DD;
}
</style>
background-color css
<style>
a { background-color: #DEF6DD; }
a { background-color: rgb(222,246,221); }
div.DivClassName
{
background-color: #DEF6DD;
}
.BgClassName
{
background-color: #DEF6DD;
}
</style>
border-color css
<style>
span { border-color: #DEF6DD; }
span { border-color: rgb(222,246,221); }
td.TdClassName
{
border-color: #DEF6DD;
}
.TagClassName
{
border-color: #DEF6DD;
}
</style>