Shades of Tara #DFF1DE
Tints of Tara #DFF1DE
RGB
CMYK
RGB Variations
Color information
#DFF1DE (or 0xDFF1DE) is known color: Tara. HEX triplet: DF, F1 and DE. RGB value is (223,241,222). Sum of RGB (Red+Green+Blue) = 223+241+222=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1DE is #200E21. Grayscale: #E9E9E9. Windows color (decimal): -2100770 or 14610911. OLE color: 14610911.
HSL color Cylindrical-coordinate representation of color #DFF1DE: hue angle of 116.84º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF1DE is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 222 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.05 |
| HSL | 116.84º | 0.4% | 0.91% | - |
| HSV(B) | 116.84º | 0.08% | 0.95% | - |
| XYZ | 75.07 | 83.87 | 81.34 | - |
| YUV | 233.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 222 | 0.07 | 0 | 0.08 | 0.05 | 116.84 | 0.4 | 0.91 |
| Hex | DF | F1 | DE | 7 | 0 | 8 | 5 | 75 | 28 | 5B |
| Octal | 337 | 361 | 336 | 7 | 0 | 10 | 5 | 165 | 50 | 133 |
| Binary | 11011111 | 11110001 | 11011110 | 111 | 0 | 1000 | 101 | 1110101 | 101000 | 1011011 |
Color Harmonies of #DFF1DE
Complementary color
Monochromatic Colors of #DFF1DE
Black with #DFF1DE
Text Example
Text Example
White with #DFF1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF1DE; }
p { color: rgb(223,241,222); }
H1.HeaderClassName
{
color: #DFF1DE;
}
.AnyTagClassName
{
color: #DFF1DE;
}
</style>
background-color css
<style>
a { background-color: #DFF1DE; }
a { background-color: rgb(223,241,222); }
div.DivClassName
{
background-color: #DFF1DE;
}
.BgClassName
{
background-color: #DFF1DE;
}
</style>
border-color css
<style>
span { border-color: #DFF1DE; }
span { border-color: rgb(223,241,222); }
td.TdClassName
{
border-color: #DFF1DE;
}
.TagClassName
{
border-color: #DFF1DE;
}
</style>