Shades of Tara #DFFADD
Tints of Tara #DFFADD
RGB
CMYK
RGB Variations
Color information
#DFFADD (or 0xDFFADD) is known color: Tara. HEX triplet: DF, FA and DD. RGB value is (223,250,221). Sum of RGB (Red+Green+Blue) = 223+250+221=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFADD is #200522. Grayscale: #EEEEEE. Windows color (decimal): -2098467 or 14547679. OLE color: 14547679.
HSL color Cylindrical-coordinate representation of color #DFFADD: hue angle of 115.86º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFADD is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 221 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.02 |
| HSL | 115.86º | 0.74% | 0.92% | - |
| HSV(B) | 115.86º | 0.12% | 0.98% | - |
| XYZ | 77.67 | 89.28 | 81.55 | - |
| YUV | 238.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 221 | 0.11 | 0 | 0.12 | 0.02 | 115.86 | 0.74 | 0.92 |
| Hex | DF | FA | DD | B | 0 | C | 2 | 74 | 4A | 5C |
| Octal | 337 | 372 | 335 | 13 | 0 | 14 | 2 | 164 | 112 | 134 |
| Binary | 11011111 | 11111010 | 11011101 | 1011 | 0 | 1100 | 10 | 1110100 | 1001010 | 1011100 |
Color Harmonies of #DFFADD
Complementary color
Monochromatic Colors of #DFFADD
Black with #DFFADD
Text Example
Text Example
White with #DFFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFADD; }
p { color: rgb(223,250,221); }
H1.HeaderClassName
{
color: #DFFADD;
}
.AnyTagClassName
{
color: #DFFADD;
}
</style>
background-color css
<style>
a { background-color: #DFFADD; }
a { background-color: rgb(223,250,221); }
div.DivClassName
{
background-color: #DFFADD;
}
.BgClassName
{
background-color: #DFFADD;
}
</style>
border-color css
<style>
span { border-color: #DFFADD; }
span { border-color: rgb(223,250,221); }
td.TdClassName
{
border-color: #DFFADD;
}
.TagClassName
{
border-color: #DFFADD;
}
</style>