Shades of Tara #DFFCDF
Tints of Tara #DFFCDF
RGB
CMYK
RGB Variations
Color information
#DFFCDF (or 0xDFFCDF) is known color: Tara. HEX triplet: DF, FC and DF. RGB value is (223,252,223). Sum of RGB (Red+Green+Blue) = 223+252+223=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFCDF is #200320. Grayscale: #F0F0F0. Windows color (decimal): -2097953 or 14679263. OLE color: 14679263.
HSL color Cylindrical-coordinate representation of color #DFFCDF: hue angle of 120º degrees, saturation: 0.83, 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 #DFFCDF is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 252 | 223 | - |
CMYK | 0.12 | 0 | 0.12 | 0.01 |
HSL | 120º | 0.83% | 0.93% | - |
HSV(B) | 120º | 0.12% | 0.99% | - |
XYZ | 78.56 | 90.64 | 83.17 | - |
YUV | 240.02 | 118.39 | 115.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 252 | 223 | 0.12 | 0 | 0.12 | 0.01 | 120 | 0.83 | 0.93 |
Hex | DF | FC | DF | C | 0 | C | 1 | 78 | 53 | 5D |
Octal | 337 | 374 | 337 | 14 | 0 | 14 | 1 | 170 | 123 | 135 |
Binary | 11011111 | 11111100 | 11011111 | 1100 | 0 | 1100 | 1 | 1111000 | 1010011 | 1011101 |
Color Harmonies of #DFFCDF
Complementary color
Monochromatic Colors of #DFFCDF
Black with #DFFCDF
Text Example
Text Example
White with #DFFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFCDF; }
p { color: rgb(223,252,223); }
H1.HeaderClassName
{
color: #DFFCDF;
}
.AnyTagClassName
{
color: #DFFCDF;
}
</style>
background-color css
<style>
a { background-color: #DFFCDF; }
a { background-color: rgb(223,252,223); }
div.DivClassName
{
background-color: #DFFCDF;
}
.BgClassName
{
background-color: #DFFCDF;
}
</style>
border-color css
<style>
span { border-color: #DFFCDF; }
span { border-color: rgb(223,252,223); }
td.TdClassName
{
border-color: #DFFCDF;
}
.TagClassName
{
border-color: #DFFCDF;
}
</style>