Shades of Feta #DFE0DD
Tints of Feta #DFE0DD
RGB
CMYK
RGB Variations
Color information
#DFE0DD (or 0xDFE0DD) is known color: Feta. HEX triplet: DF, E0 and DD. RGB value is (223,224,221). Sum of RGB (Red+Green+Blue) = 223+224+221=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0DD is #201F22. Grayscale: #DFDFDF. Windows color (decimal): -2105123 or 14541023. OLE color: 14541023.
HSL color Cylindrical-coordinate representation of color #DFE0DD: hue angle of 80º degrees, saturation: 0.05, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DFE0DD is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 221 | - |
| CMYK | 0.00 | 0 | 0.01 | 0.12 |
| HSL | 80º | 0.05% | 0.87% | - |
| HSV(B) | 80º | 0.01% | 0.88% | - |
| XYZ | 70.14 | 74.22 | 79.04 | - |
| YUV | 223.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 221 | 0.00 | 0 | 0.01 | 0.12 | 80 | 0.05 | 0.87 |
| Hex | DF | E0 | DD | 0 | 0 | 1 | C | 50 | 5 | 57 |
| Octal | 337 | 340 | 335 | 0 | 0 | 1 | 14 | 120 | 5 | 127 |
| Binary | 11011111 | 11100000 | 11011101 | 0 | 0 | 1 | 1100 | 1010000 | 101 | 1010111 |
Color Harmonies of #DFE0DD
Complementary color
Monochromatic Colors of #DFE0DD
Black with #DFE0DD
Text Example
Text Example
White with #DFE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0DD; }
p { color: rgb(223,224,221); }
H1.HeaderClassName
{
color: #DFE0DD;
}
.AnyTagClassName
{
color: #DFE0DD;
}
</style>
background-color css
<style>
a { background-color: #DFE0DD; }
a { background-color: rgb(223,224,221); }
div.DivClassName
{
background-color: #DFE0DD;
}
.BgClassName
{
background-color: #DFE0DD;
}
</style>
border-color css
<style>
span { border-color: #DFE0DD; }
span { border-color: rgb(223,224,221); }
td.TdClassName
{
border-color: #DFE0DD;
}
.TagClassName
{
border-color: #DFE0DD;
}
</style>