Shades of Tara #DFFFDC
Tints of Tara #DFFFDC
RGB
CMYK
RGB Variations
Color information
#DFFFDC (or 0xDFFFDC) is known color: Tara. HEX triplet: DF, FF and DC. RGB value is (223,255,220). Sum of RGB (Red+Green+Blue) = 223+255+220=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFDC is #200023. Grayscale: #F1F1F1. Windows color (decimal): -2097188 or 14483423. OLE color: 14483423.
HSL color Cylindrical-coordinate representation of color #DFFFDC: hue angle of 114.86º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFFFDC is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 220 | - |
| CMYK | 0.13 | 0 | 0.14 | 0 |
| HSL | 114.86º | 1% | 0.93% | - |
| HSV(B) | 114.86º | 0.14% | 1% | - |
| XYZ | 79.11 | 92.38 | 81.37 | - |
| YUV | 241.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 220 | 0.13 | 0 | 0.14 | 0 | 114.86 | 1 | 0.93 |
| Hex | DF | FF | DC | D | 0 | E | 0 | 73 | 64 | 5D |
| Octal | 337 | 377 | 334 | 15 | 0 | 16 | 0 | 163 | 144 | 135 |
| Binary | 11011111 | 11111111 | 11011100 | 1101 | 0 | 1110 | 0 | 1110011 | 1100100 | 1011101 |
Color Harmonies of #DFFFDC
Complementary color
Monochromatic Colors of #DFFFDC
Black with #DFFFDC
Text Example
Text Example
White with #DFFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFDC; }
p { color: rgb(223,255,220); }
H1.HeaderClassName
{
color: #DFFFDC;
}
.AnyTagClassName
{
color: #DFFFDC;
}
</style>
background-color css
<style>
a { background-color: #DFFFDC; }
a { background-color: rgb(223,255,220); }
div.DivClassName
{
background-color: #DFFFDC;
}
.BgClassName
{
background-color: #DFFFDC;
}
</style>
border-color css
<style>
span { border-color: #DFFFDC; }
span { border-color: rgb(223,255,220); }
td.TdClassName
{
border-color: #DFFFDC;
}
.TagClassName
{
border-color: #DFFFDC;
}
</style>