Shades of Tara #DFFFDF
Tints of Tara #DFFFDF
RGB
CMYK
RGB Variations
Color information
#DFFFDF (or 0xDFFFDF) is known color: Tara. HEX triplet: DF, FF and DF. RGB value is (223,255,223). Sum of RGB (Red+Green+Blue) = 223+255+223=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 223 (87.5% from 255 or 31.81% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFDF is #200020. Grayscale: #F1F1F1. Windows color (decimal): -2097185 or 14680031. OLE color: 14680031.
HSL color Cylindrical-coordinate representation of color #DFFFDF: hue angle of 120º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFFFDF is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 255 | 223 | - |
CMYK | 0.13 | 0 | 0.13 | 0 |
HSL | 120º | 1% | 0.94% | - |
HSV(B) | 120º | 0.13% | 1% | - |
XYZ | 79.51 | 92.54 | 83.48 | - |
YUV | 241.78 | 117.4 | 114.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 255 | 223 | 0.13 | 0 | 0.13 | 0 | 120 | 1 | 0.94 |
Hex | DF | FF | DF | D | 0 | D | 0 | 78 | 64 | 5E |
Octal | 337 | 377 | 337 | 15 | 0 | 15 | 0 | 170 | 144 | 136 |
Binary | 11011111 | 11111111 | 11011111 | 1101 | 0 | 1101 | 0 | 1111000 | 1100100 | 1011110 |
Color Harmonies of #DFFFDF
Complementary color
Monochromatic Colors of #DFFFDF
Black with #DFFFDF
Text Example
Text Example
White with #DFFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFDF; }
p { color: rgb(223,255,223); }
H1.HeaderClassName
{
color: #DFFFDF;
}
.AnyTagClassName
{
color: #DFFFDF;
}
</style>
background-color css
<style>
a { background-color: #DFFFDF; }
a { background-color: rgb(223,255,223); }
div.DivClassName
{
background-color: #DFFFDF;
}
.BgClassName
{
background-color: #DFFFDF;
}
</style>
border-color css
<style>
span { border-color: #DFFFDF; }
span { border-color: rgb(223,255,223); }
td.TdClassName
{
border-color: #DFFFDF;
}
.TagClassName
{
border-color: #DFFFDF;
}
</style>