Shades of Tara #DFEFDF
Tints of Tara #DFEFDF
RGB
CMYK
RGB Variations
Color information
#DFEFDF (or 0xDFEFDF) is known color: Tara. HEX triplet: DF, EF and DF. RGB value is (223,239,223). Sum of RGB (Red+Green+Blue) = 223+239+223=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFDF is #201020. Grayscale: #E8E8E8. Windows color (decimal): -2101281 or 14675935. OLE color: 14675935.
HSL color Cylindrical-coordinate representation of color #DFEFDF: hue angle of 120º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFEFDF is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 223 | 239 | 223 | - |
CMYK | 0.07 | 0 | 0.07 | 0.06 |
HSL | 120º | 0.33% | 0.91% | - |
HSV(B) | 120º | 0.07% | 0.94% | - |
XYZ | 74.62 | 82.75 | 81.85 | - |
YUV | 232.39 | 122.7 | 121.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 239 | 223 | 0.07 | 0 | 0.07 | 0.06 | 120 | 0.33 | 0.91 |
Hex | DF | EF | DF | 7 | 0 | 7 | 6 | 78 | 21 | 5B |
Octal | 337 | 357 | 337 | 7 | 0 | 7 | 6 | 170 | 41 | 133 |
Binary | 11011111 | 11101111 | 11011111 | 111 | 0 | 111 | 110 | 1111000 | 100001 | 1011011 |
Color Harmonies of #DFEFDF
Complementary color
Monochromatic Colors of #DFEFDF
Black with #DFEFDF
Text Example
Text Example
White with #DFEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFDF; }
p { color: rgb(223,239,223); }
H1.HeaderClassName
{
color: #DFEFDF;
}
.AnyTagClassName
{
color: #DFEFDF;
}
</style>
background-color css
<style>
a { background-color: #DFEFDF; }
a { background-color: rgb(223,239,223); }
div.DivClassName
{
background-color: #DFEFDF;
}
.BgClassName
{
background-color: #DFEFDF;
}
</style>
border-color css
<style>
span { border-color: #DFEFDF; }
span { border-color: rgb(223,239,223); }
td.TdClassName
{
border-color: #DFEFDF;
}
.TagClassName
{
border-color: #DFEFDF;
}
</style>