Shades of Tara #DFFDDF
Tints of Tara #DFFDDF
RGB
CMYK
RGB Variations
Color information
#DFFDDF (or 0xDFFDDF) is known color: Tara. HEX triplet: DF, FD and DF. RGB value is (223,253,223). Sum of RGB (Red+Green+Blue) = 223+253+223=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDDF is #200220. Grayscale: #F0F0F0. Windows color (decimal): -2097697 or 14679519. OLE color: 14679519.
HSL color Cylindrical-coordinate representation of color #DFFDDF: hue angle of 120º 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 #DFFDDF is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 223 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.01 |
| HSL | 120º | 0.88% | 0.93% | - |
| HSV(B) | 120º | 0.12% | 0.99% | - |
| XYZ | 78.88 | 91.27 | 83.27 | - |
| YUV | 240.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 223 | 0.12 | 0 | 0.12 | 0.01 | 120 | 0.88 | 0.93 |
| Hex | DF | FD | DF | C | 0 | C | 1 | 78 | 58 | 5D |
| Octal | 337 | 375 | 337 | 14 | 0 | 14 | 1 | 170 | 130 | 135 |
| Binary | 11011111 | 11111101 | 11011111 | 1100 | 0 | 1100 | 1 | 1111000 | 1011000 | 1011101 |
Color Harmonies of #DFFDDF
Complementary color
Monochromatic Colors of #DFFDDF
Black with #DFFDDF
Text Example
Text Example
White with #DFFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDDF; }
p { color: rgb(223,253,223); }
H1.HeaderClassName
{
color: #DFFDDF;
}
.AnyTagClassName
{
color: #DFFDDF;
}
</style>
background-color css
<style>
a { background-color: #DFFDDF; }
a { background-color: rgb(223,253,223); }
div.DivClassName
{
background-color: #DFFDDF;
}
.BgClassName
{
background-color: #DFFDDF;
}
</style>
border-color css
<style>
span { border-color: #DFFDDF; }
span { border-color: rgb(223,253,223); }
td.TdClassName
{
border-color: #DFFDDF;
}
.TagClassName
{
border-color: #DFFDDF;
}
</style>