Shades of Tara #DFFFDD
Tints of Tara #DFFFDD
RGB
CMYK
RGB Variations
Color information
#DFFFDD (or 0xDFFFDD) is known color: Tara. HEX triplet: DF, FF and DD. RGB value is (223,255,221). Sum of RGB (Red+Green+Blue) = 223+255+221=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 221 (86.72% from 255 or 31.62% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFDD is #200022. Grayscale: #F1F1F1. Windows color (decimal): -2097187 or 14548959. OLE color: 14548959.
HSL color Cylindrical-coordinate representation of color #DFFFDD: hue angle of 116.47º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFFFDD is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 221 | - |
| CMYK | 0.13 | 0 | 0.13 | 0 |
| HSL | 116.47º | 1% | 0.93% | - |
| HSV(B) | 116.47º | 0.13% | 1% | - |
| XYZ | 79.24 | 92.43 | 82.07 | - |
| YUV | 241.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 221 | 0.13 | 0 | 0.13 | 0 | 116.47 | 1 | 0.93 |
| Hex | DF | FF | DD | D | 0 | D | 0 | 74 | 64 | 5D |
| Octal | 337 | 377 | 335 | 15 | 0 | 15 | 0 | 164 | 144 | 135 |
| Binary | 11011111 | 11111111 | 11011101 | 1101 | 0 | 1101 | 0 | 1110100 | 1100100 | 1011101 |
Color Harmonies of #DFFFDD
Complementary color
Monochromatic Colors of #DFFFDD
Black with #DFFFDD
Text Example
Text Example
White with #DFFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFDD; }
p { color: rgb(223,255,221); }
H1.HeaderClassName
{
color: #DFFFDD;
}
.AnyTagClassName
{
color: #DFFFDD;
}
</style>
background-color css
<style>
a { background-color: #DFFFDD; }
a { background-color: rgb(223,255,221); }
div.DivClassName
{
background-color: #DFFFDD;
}
.BgClassName
{
background-color: #DFFFDD;
}
</style>
border-color css
<style>
span { border-color: #DFFFDD; }
span { border-color: rgb(223,255,221); }
td.TdClassName
{
border-color: #DFFFDD;
}
.TagClassName
{
border-color: #DFFFDD;
}
</style>