Shades of Tara #DFF5DD
Tints of Tara #DFF5DD
RGB
CMYK
RGB Variations
Color information
#DFF5DD (or 0xDFF5DD) is known color: Tara. HEX triplet: DF, F5 and DD. RGB value is (223,245,221). Sum of RGB (Red+Green+Blue) = 223+245+221=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF5DD is #200A22. Grayscale: #EBEBEB. Windows color (decimal): -2099747 or 14546399. OLE color: 14546399.
HSL color Cylindrical-coordinate representation of color #DFF5DD: hue angle of 115º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFF5DD is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 245 | 221 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.04 |
| HSL | 115º | 0.55% | 0.91% | - |
| HSV(B) | 115º | 0.1% | 0.96% | - |
| XYZ | 76.13 | 86.21 | 81.03 | - |
| YUV | 235.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 221 | 0.09 | 0 | 0.10 | 0.04 | 115 | 0.55 | 0.91 |
| Hex | DF | F5 | DD | 9 | 0 | A | 4 | 73 | 37 | 5B |
| Octal | 337 | 365 | 335 | 11 | 0 | 12 | 4 | 163 | 67 | 133 |
| Binary | 11011111 | 11110101 | 11011101 | 1001 | 0 | 1010 | 100 | 1110011 | 110111 | 1011011 |
Color Harmonies of #DFF5DD
Complementary color
Monochromatic Colors of #DFF5DD
Black with #DFF5DD
Text Example
Text Example
White with #DFF5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF5DD; }
p { color: rgb(223,245,221); }
H1.HeaderClassName
{
color: #DFF5DD;
}
.AnyTagClassName
{
color: #DFF5DD;
}
</style>
background-color css
<style>
a { background-color: #DFF5DD; }
a { background-color: rgb(223,245,221); }
div.DivClassName
{
background-color: #DFF5DD;
}
.BgClassName
{
background-color: #DFF5DD;
}
</style>
border-color css
<style>
span { border-color: #DFF5DD; }
span { border-color: rgb(223,245,221); }
td.TdClassName
{
border-color: #DFF5DD;
}
.TagClassName
{
border-color: #DFF5DD;
}
</style>