Shades of Tara #DFFEDF
Tints of Tara #DFFEDF
RGB
CMYK
RGB Variations
Color information
#DFFEDF (or 0xDFFEDF) is known color: Tara. HEX triplet: DF, FE and DF. RGB value is (223,254,223). Sum of RGB (Red+Green+Blue) = 223+254+223=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFEDF is #200120. Grayscale: #F1F1F1. Windows color (decimal): -2097441 or 14679775. OLE color: 14679775.
HSL color Cylindrical-coordinate representation of color #DFFEDF: hue angle of 120º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFEDF is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 223 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.00 |
| HSL | 120º | 0.94% | 0.94% | - |
| HSV(B) | 120º | 0.12% | 1% | - |
| XYZ | 79.19 | 91.9 | 83.38 | - |
| YUV | 241.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 223 | 0.12 | 0 | 0.12 | 0.00 | 120 | 0.94 | 0.94 |
| Hex | DF | FE | DF | C | 0 | C | 0 | 78 | 5E | 5E |
| Octal | 337 | 376 | 337 | 14 | 0 | 14 | 0 | 170 | 136 | 136 |
| Binary | 11011111 | 11111110 | 11011111 | 1100 | 0 | 1100 | 0 | 1111000 | 1011110 | 1011110 |
Color Harmonies of #DFFEDF
Complementary color
Monochromatic Colors of #DFFEDF
Black with #DFFEDF
Text Example
Text Example
White with #DFFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFEDF; }
p { color: rgb(223,254,223); }
H1.HeaderClassName
{
color: #DFFEDF;
}
.AnyTagClassName
{
color: #DFFEDF;
}
</style>
background-color css
<style>
a { background-color: #DFFEDF; }
a { background-color: rgb(223,254,223); }
div.DivClassName
{
background-color: #DFFEDF;
}
.BgClassName
{
background-color: #DFFEDF;
}
</style>
border-color css
<style>
span { border-color: #DFFEDF; }
span { border-color: rgb(223,254,223); }
td.TdClassName
{
border-color: #DFFEDF;
}
.TagClassName
{
border-color: #DFFEDF;
}
</style>