Shades of Tara #DFFCE0
Tints of Tara #DFFCE0
RGB
CMYK
RGB Variations
Color information
#DFFCE0 (or 0xDFFCE0) is known color: Tara. HEX triplet: DF, FC and E0. RGB value is (223,252,224). Sum of RGB (Red+Green+Blue) = 223+252+224=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 224 (87.89% from 255 or 32.05% from 699); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFCE0 is #20031F. Grayscale: #F0F0F0. Windows color (decimal): -2097952 or 14744799. OLE color: 14744799.
HSL color Cylindrical-coordinate representation of color #DFFCE0: hue angle of 122.07º degrees, saturation: 0.83, 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 #DFFCE0 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 224 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.01 |
| HSL | 122.07º | 0.83% | 0.93% | - |
| HSV(B) | 122.07º | 0.12% | 0.99% | - |
| XYZ | 78.7 | 90.69 | 83.88 | - |
| YUV | 240.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 224 | 0.12 | 0 | 0.11 | 0.01 | 122.07 | 0.83 | 0.93 |
| Hex | DF | FC | E0 | C | 0 | B | 1 | 7A | 53 | 5D |
| Octal | 337 | 374 | 340 | 14 | 0 | 13 | 1 | 172 | 123 | 135 |
| Binary | 11011111 | 11111100 | 11100000 | 1100 | 0 | 1011 | 1 | 1111010 | 1010011 | 1011101 |
Color Harmonies of #DFFCE0
Complementary color
Monochromatic Colors of #DFFCE0
Black with #DFFCE0
Text Example
Text Example
White with #DFFCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFCE0; }
p { color: rgb(223,252,224); }
H1.HeaderClassName
{
color: #DFFCE0;
}
.AnyTagClassName
{
color: #DFFCE0;
}
</style>
background-color css
<style>
a { background-color: #DFFCE0; }
a { background-color: rgb(223,252,224); }
div.DivClassName
{
background-color: #DFFCE0;
}
.BgClassName
{
background-color: #DFFCE0;
}
</style>
border-color css
<style>
span { border-color: #DFFCE0; }
span { border-color: rgb(223,252,224); }
td.TdClassName
{
border-color: #DFFCE0;
}
.TagClassName
{
border-color: #DFFCE0;
}
</style>