Shades of Tara #DFF1DD
Tints of Tara #DFF1DD
RGB
CMYK
RGB Variations
Color information
#DFF1DD (or 0xDFF1DD) is known color: Tara. HEX triplet: DF, F1 and DD. RGB value is (223,241,221). Sum of RGB (Red+Green+Blue) = 223+241+221=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1DD is #200E22. Grayscale: #E9E9E9. Windows color (decimal): -2100771 or 14545375. OLE color: 14545375.
HSL color Cylindrical-coordinate representation of color #DFF1DD: hue angle of 114º degrees, saturation: 0.42, 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 #DFF1DD is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 221 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.05 |
| HSL | 114º | 0.42% | 0.91% | - |
| HSV(B) | 114º | 0.08% | 0.95% | - |
| XYZ | 74.94 | 83.82 | 80.64 | - |
| YUV | 233.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 221 | 0.07 | 0 | 0.08 | 0.05 | 114 | 0.42 | 0.91 |
| Hex | DF | F1 | DD | 7 | 0 | 8 | 5 | 72 | 2A | 5B |
| Octal | 337 | 361 | 335 | 7 | 0 | 10 | 5 | 162 | 52 | 133 |
| Binary | 11011111 | 11110001 | 11011101 | 111 | 0 | 1000 | 101 | 1110010 | 101010 | 1011011 |
Color Harmonies of #DFF1DD
Complementary color
Monochromatic Colors of #DFF1DD
Black with #DFF1DD
Text Example
Text Example
White with #DFF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF1DD; }
p { color: rgb(223,241,221); }
H1.HeaderClassName
{
color: #DFF1DD;
}
.AnyTagClassName
{
color: #DFF1DD;
}
</style>
background-color css
<style>
a { background-color: #DFF1DD; }
a { background-color: rgb(223,241,221); }
div.DivClassName
{
background-color: #DFF1DD;
}
.BgClassName
{
background-color: #DFF1DD;
}
</style>
border-color css
<style>
span { border-color: #DFF1DD; }
span { border-color: rgb(223,241,221); }
td.TdClassName
{
border-color: #DFF1DD;
}
.TagClassName
{
border-color: #DFF1DD;
}
</style>