Shades of Tara #DFF5DF
Tints of Tara #DFF5DF
RGB
CMYK
RGB Variations
Color information
#DFF5DF (or 0xDFF5DF) is known color: Tara. HEX triplet: DF, F5 and DF. RGB value is (223,245,223). Sum of RGB (Red+Green+Blue) = 223+245+223=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 245 (96.09% from 255 or 35.46% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF5DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF5DF is #200A20. Grayscale: #EBEBEB. Windows color (decimal): -2099745 or 14677471. OLE color: 14677471.
HSL color Cylindrical-coordinate representation of color #DFF5DF: hue angle of 120º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFF5DF is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 245 | 223 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.04 |
| HSL | 120º | 0.52% | 0.92% | - |
| HSV(B) | 120º | 0.09% | 0.96% | - |
| XYZ | 76.4 | 86.32 | 82.45 | - |
| YUV | 235.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 223 | 0.09 | 0 | 0.09 | 0.04 | 120 | 0.52 | 0.92 |
| Hex | DF | F5 | DF | 9 | 0 | 9 | 4 | 78 | 34 | 5C |
| Octal | 337 | 365 | 337 | 11 | 0 | 11 | 4 | 170 | 64 | 134 |
| Binary | 11011111 | 11110101 | 11011111 | 1001 | 0 | 1001 | 100 | 1111000 | 110100 | 1011100 |
Color Harmonies of #DFF5DF
Complementary color
Monochromatic Colors of #DFF5DF
Black with #DFF5DF
Text Example
Text Example
White with #DFF5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF5DF; }
p { color: rgb(223,245,223); }
H1.HeaderClassName
{
color: #DFF5DF;
}
.AnyTagClassName
{
color: #DFF5DF;
}
</style>
background-color css
<style>
a { background-color: #DFF5DF; }
a { background-color: rgb(223,245,223); }
div.DivClassName
{
background-color: #DFF5DF;
}
.BgClassName
{
background-color: #DFF5DF;
}
</style>
border-color css
<style>
span { border-color: #DFF5DF; }
span { border-color: rgb(223,245,223); }
td.TdClassName
{
border-color: #DFF5DF;
}
.TagClassName
{
border-color: #DFF5DF;
}
</style>