Shades of Tara #DFE8DF
Tints of Tara #DFE8DF
RGB
CMYK
RGB Variations
Color information
#DFE8DF (or 0xDFE8DF) is known color: Tara. HEX triplet: DF, E8 and DF. RGB value is (223,232,223). Sum of RGB (Red+Green+Blue) = 223+232+223=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE8DF is #201720. Grayscale: #E4E4E4. Windows color (decimal): -2103073 or 14674143. OLE color: 14674143.
HSL color Cylindrical-coordinate representation of color #DFE8DF: hue angle of 120º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE8DF is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 223 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.09 |
| HSL | 120º | 0.16% | 0.89% | - |
| HSV(B) | 120º | 0.04% | 0.91% | - |
| XYZ | 72.61 | 78.73 | 81.18 | - |
| YUV | 228.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 223 | 0.04 | 0 | 0.04 | 0.09 | 120 | 0.16 | 0.89 |
| Hex | DF | E8 | DF | 4 | 0 | 4 | 9 | 78 | 10 | 59 |
| Octal | 337 | 350 | 337 | 4 | 0 | 4 | 11 | 170 | 20 | 131 |
| Binary | 11011111 | 11101000 | 11011111 | 100 | 0 | 100 | 1001 | 1111000 | 10000 | 1011001 |
Color Harmonies of #DFE8DF
Complementary color
Monochromatic Colors of #DFE8DF
Black with #DFE8DF
Text Example
Text Example
White with #DFE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE8DF; }
p { color: rgb(223,232,223); }
H1.HeaderClassName
{
color: #DFE8DF;
}
.AnyTagClassName
{
color: #DFE8DF;
}
</style>
background-color css
<style>
a { background-color: #DFE8DF; }
a { background-color: rgb(223,232,223); }
div.DivClassName
{
background-color: #DFE8DF;
}
.BgClassName
{
background-color: #DFE8DF;
}
</style>
border-color css
<style>
span { border-color: #DFE8DF; }
span { border-color: rgb(223,232,223); }
td.TdClassName
{
border-color: #DFE8DF;
}
.TagClassName
{
border-color: #DFE8DF;
}
</style>