Shades of Feta #DFE1DB
Tints of Feta #DFE1DB
RGB
CMYK
RGB Variations
Color information
#DFE1DB (or 0xDFE1DB) is known color: Feta. HEX triplet: DF, E1 and DB. RGB value is (223,225,219). Sum of RGB (Red+Green+Blue) = 223+225+219=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1DB is #201E24. Grayscale: #DFDFDF. Windows color (decimal): -2104869 or 14410207. OLE color: 14410207.
HSL color Cylindrical-coordinate representation of color #DFE1DB: hue angle of 80º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFE1DB is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
RGB | 223 | 225 | 219 | - |
CMYK | 0.01 | 0 | 0.03 | 0.12 |
HSL | 80º | 0.09% | 0.87% | - |
HSV(B) | 80º | 0.03% | 0.88% | - |
XYZ | 70.14 | 74.65 | 77.73 | - |
YUV | 223.72 | 125.34 | 127.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 225 | 219 | 0.01 | 0 | 0.03 | 0.12 | 80 | 0.09 | 0.87 |
Hex | DF | E1 | DB | 1 | 0 | 3 | C | 50 | 9 | 57 |
Octal | 337 | 341 | 333 | 1 | 0 | 3 | 14 | 120 | 11 | 127 |
Binary | 11011111 | 11100001 | 11011011 | 1 | 0 | 11 | 1100 | 1010000 | 1001 | 1010111 |
Color Harmonies of #DFE1DB
Complementary color
Monochromatic Colors of #DFE1DB
Black with #DFE1DB
Text Example
Text Example
White with #DFE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE1DB; }
p { color: rgb(223,225,219); }
H1.HeaderClassName
{
color: #DFE1DB;
}
.AnyTagClassName
{
color: #DFE1DB;
}
</style>
background-color css
<style>
a { background-color: #DFE1DB; }
a { background-color: rgb(223,225,219); }
div.DivClassName
{
background-color: #DFE1DB;
}
.BgClassName
{
background-color: #DFE1DB;
}
</style>
border-color css
<style>
span { border-color: #DFE1DB; }
span { border-color: rgb(223,225,219); }
td.TdClassName
{
border-color: #DFE1DB;
}
.TagClassName
{
border-color: #DFE1DB;
}
</style>