Shades of Tara #DFFDDE
Tints of Tara #DFFDDE
RGB
CMYK
RGB Variations
Color information
#DFFDDE (or 0xDFFDDE) is known color: Tara. HEX triplet: DF, FD and DE. RGB value is (223,253,222). Sum of RGB (Red+Green+Blue) = 223+253+222=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDDE is #200221. Grayscale: #F0F0F0. Windows color (decimal): -2097698 or 14613983. OLE color: 14613983.
HSL color Cylindrical-coordinate representation of color #DFFDDE: hue angle of 118.06º degrees, saturation: 0.89, 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 #DFFDDE is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 222 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.01 |
| HSL | 118.06º | 0.89% | 0.93% | - |
| HSV(B) | 118.06º | 0.12% | 0.99% | - |
| XYZ | 78.74 | 91.21 | 82.56 | - |
| YUV | 240.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 222 | 0.12 | 0 | 0.12 | 0.01 | 118.06 | 0.89 | 0.93 |
| Hex | DF | FD | DE | C | 0 | C | 1 | 76 | 59 | 5D |
| Octal | 337 | 375 | 336 | 14 | 0 | 14 | 1 | 166 | 131 | 135 |
| Binary | 11011111 | 11111101 | 11011110 | 1100 | 0 | 1100 | 1 | 1110110 | 1011001 | 1011101 |
Color Harmonies of #DFFDDE
Complementary color
Monochromatic Colors of #DFFDDE
Black with #DFFDDE
Text Example
Text Example
White with #DFFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDDE; }
p { color: rgb(223,253,222); }
H1.HeaderClassName
{
color: #DFFDDE;
}
.AnyTagClassName
{
color: #DFFDDE;
}
</style>
background-color css
<style>
a { background-color: #DFFDDE; }
a { background-color: rgb(223,253,222); }
div.DivClassName
{
background-color: #DFFDDE;
}
.BgClassName
{
background-color: #DFFDDE;
}
</style>
border-color css
<style>
span { border-color: #DFFDDE; }
span { border-color: rgb(223,253,222); }
td.TdClassName
{
border-color: #DFFDDE;
}
.TagClassName
{
border-color: #DFFDDE;
}
</style>