Shades of Tara #DFFDDC
Tints of Tara #DFFDDC
RGB
CMYK
RGB Variations
Color information
#DFFDDC (or 0xDFFDDC) is known color: Tara. HEX triplet: DF, FD and DC. RGB value is (223,253,220). Sum of RGB (Red+Green+Blue) = 223+253+220=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDDC is #200223. Grayscale: #F0F0F0. Windows color (decimal): -2097700 or 14482911. OLE color: 14482911.
HSL color Cylindrical-coordinate representation of color #DFFDDC: hue angle of 114.55º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFFDDC is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 220 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.01 |
| HSL | 114.55º | 0.89% | 0.93% | - |
| HSV(B) | 114.55º | 0.13% | 0.99% | - |
| XYZ | 78.47 | 91.11 | 81.16 | - |
| YUV | 240.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 220 | 0.12 | 0 | 0.13 | 0.01 | 114.55 | 0.89 | 0.93 |
| Hex | DF | FD | DC | C | 0 | D | 1 | 73 | 59 | 5D |
| Octal | 337 | 375 | 334 | 14 | 0 | 15 | 1 | 163 | 131 | 135 |
| Binary | 11011111 | 11111101 | 11011100 | 1100 | 0 | 1101 | 1 | 1110011 | 1011001 | 1011101 |
Color Harmonies of #DFFDDC
Complementary color
Monochromatic Colors of #DFFDDC
Black with #DFFDDC
Text Example
Text Example
White with #DFFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDDC; }
p { color: rgb(223,253,220); }
H1.HeaderClassName
{
color: #DFFDDC;
}
.AnyTagClassName
{
color: #DFFDDC;
}
</style>
background-color css
<style>
a { background-color: #DFFDDC; }
a { background-color: rgb(223,253,220); }
div.DivClassName
{
background-color: #DFFDDC;
}
.BgClassName
{
background-color: #DFFDDC;
}
</style>
border-color css
<style>
span { border-color: #DFFDDC; }
span { border-color: rgb(223,253,220); }
td.TdClassName
{
border-color: #DFFDDC;
}
.TagClassName
{
border-color: #DFFDDC;
}
</style>