Shades of Tara #DEF1DD
Tints of Tara #DEF1DD
RGB
CMYK
RGB Variations
Color information
#DEF1DD (or 0xDEF1DD) is known color: Tara. HEX triplet: DE, F1 and DD. RGB value is (222,241,221). Sum of RGB (Red+Green+Blue) = 222+241+221=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1DD is #210E22. Grayscale: #E9E9E9. Windows color (decimal): -2166307 or 14545374. OLE color: 14545374.
HSL color Cylindrical-coordinate representation of color #DEF1DD: hue angle of 117º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEF1DD is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 241 | 221 | - |
CMYK | 0.08 | 0 | 0.08 | 0.05 |
HSL | 117º | 0.42% | 0.91% | - |
HSV(B) | 117º | 0.08% | 0.95% | - |
XYZ | 74.63 | 83.66 | 80.62 | - |
YUV | 233.04 | 121.21 | 120.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 241 | 221 | 0.08 | 0 | 0.08 | 0.05 | 117 | 0.42 | 0.91 |
Hex | DE | F1 | DD | 8 | 0 | 8 | 5 | 75 | 2A | 5B |
Octal | 336 | 361 | 335 | 10 | 0 | 10 | 5 | 165 | 52 | 133 |
Binary | 11011110 | 11110001 | 11011101 | 1000 | 0 | 1000 | 101 | 1110101 | 101010 | 1011011 |
Color Harmonies of #DEF1DD
Complementary color
Monochromatic Colors of #DEF1DD
Black with #DEF1DD
Text Example
Text Example
White with #DEF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF1DD; }
p { color: rgb(222,241,221); }
H1.HeaderClassName
{
color: #DEF1DD;
}
.AnyTagClassName
{
color: #DEF1DD;
}
</style>
background-color css
<style>
a { background-color: #DEF1DD; }
a { background-color: rgb(222,241,221); }
div.DivClassName
{
background-color: #DEF1DD;
}
.BgClassName
{
background-color: #DEF1DD;
}
</style>
border-color css
<style>
span { border-color: #DEF1DD; }
span { border-color: rgb(222,241,221); }
td.TdClassName
{
border-color: #DEF1DD;
}
.TagClassName
{
border-color: #DEF1DD;
}
</style>