Shades of Tara #DFE9DF
Tints of Tara #DFE9DF
RGB
CMYK
RGB Variations
Color information
#DFE9DF (or 0xDFE9DF) is known color: Tara. HEX triplet: DF, E9 and DF. RGB value is (223,233,223). Sum of RGB (Red+Green+Blue) = 223+233+223=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE9DF is #201620. Grayscale: #E4E4E4. Windows color (decimal): -2102817 or 14674399. OLE color: 14674399.
HSL color Cylindrical-coordinate representation of color #DFE9DF: hue angle of 120º degrees, saturation: 0.19, 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 #DFE9DF is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 233 | 223 | - |
CMYK | 0.04 | 0 | 0.04 | 0.09 |
HSL | 120º | 0.19% | 0.89% | - |
HSV(B) | 120º | 0.04% | 0.91% | - |
XYZ | 72.89 | 79.29 | 81.28 | - |
YUV | 228.87 | 124.69 | 123.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 233 | 223 | 0.04 | 0 | 0.04 | 0.09 | 120 | 0.19 | 0.89 |
Hex | DF | E9 | DF | 4 | 0 | 4 | 9 | 78 | 13 | 59 |
Octal | 337 | 351 | 337 | 4 | 0 | 4 | 11 | 170 | 23 | 131 |
Binary | 11011111 | 11101001 | 11011111 | 100 | 0 | 100 | 1001 | 1111000 | 10011 | 1011001 |
Color Harmonies of #DFE9DF
Complementary color
Monochromatic Colors of #DFE9DF
Black with #DFE9DF
Text Example
Text Example
White with #DFE9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE9DF; }
p { color: rgb(223,233,223); }
H1.HeaderClassName
{
color: #DFE9DF;
}
.AnyTagClassName
{
color: #DFE9DF;
}
</style>
background-color css
<style>
a { background-color: #DFE9DF; }
a { background-color: rgb(223,233,223); }
div.DivClassName
{
background-color: #DFE9DF;
}
.BgClassName
{
background-color: #DFE9DF;
}
</style>
border-color css
<style>
span { border-color: #DFE9DF; }
span { border-color: rgb(223,233,223); }
td.TdClassName
{
border-color: #DFE9DF;
}
.TagClassName
{
border-color: #DFE9DF;
}
</style>