Shades of Tara #DFFDE0
Tints of Tara #DFFDE0
RGB
CMYK
RGB Variations
Color information
#DFFDE0 (or 0xDFFDE0) is known color: Tara. HEX triplet: DF, FD and E0. RGB value is (223,253,224). Sum of RGB (Red+Green+Blue) = 223+253+224=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 224 (87.89% from 255 or 32% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDE0 is #20021F. Grayscale: #F0F0F0. Windows color (decimal): -2097696 or 14745055. OLE color: 14745055.
HSL color Cylindrical-coordinate representation of color #DFFDE0: hue angle of 122º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFDE0 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 224 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.01 |
| HSL | 122º | 0.88% | 0.93% | - |
| HSV(B) | 122º | 0.12% | 0.99% | - |
| XYZ | 79.01 | 91.32 | 83.98 | - |
| YUV | 240.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 224 | 0.12 | 0 | 0.11 | 0.01 | 122 | 0.88 | 0.93 |
| Hex | DF | FD | E0 | C | 0 | B | 1 | 7A | 58 | 5D |
| Octal | 337 | 375 | 340 | 14 | 0 | 13 | 1 | 172 | 130 | 135 |
| Binary | 11011111 | 11111101 | 11100000 | 1100 | 0 | 1011 | 1 | 1111010 | 1011000 | 1011101 |
Color Harmonies of #DFFDE0
Complementary color
Monochromatic Colors of #DFFDE0
Black with #DFFDE0
Text Example
Text Example
White with #DFFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDE0; }
p { color: rgb(223,253,224); }
H1.HeaderClassName
{
color: #DFFDE0;
}
.AnyTagClassName
{
color: #DFFDE0;
}
</style>
background-color css
<style>
a { background-color: #DFFDE0; }
a { background-color: rgb(223,253,224); }
div.DivClassName
{
background-color: #DFFDE0;
}
.BgClassName
{
background-color: #DFFDE0;
}
</style>
border-color css
<style>
span { border-color: #DFFDE0; }
span { border-color: rgb(223,253,224); }
td.TdClassName
{
border-color: #DFFDE0;
}
.TagClassName
{
border-color: #DFFDE0;
}
</style>