Shades of Feta #DBDFCE
Tints of Feta #DBDFCE
RGB
CMYK
RGB Variations
Color information
#DBDFCE (or 0xDBDFCE) is known color: Feta. HEX triplet: DB, DF and CE. RGB value is (219,223,206). Sum of RGB (Red+Green+Blue) = 219+223+206=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFCE is #242031. Grayscale: #DBDBDB. Windows color (decimal): -2367538 or 13557723. OLE color: 13557723.
HSL color Cylindrical-coordinate representation of color #DBDFCE: hue angle of 74.12º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDFCE is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 206 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.13 |
| HSL | 74.12º | 0.21% | 0.84% | - |
| HSV(B) | 74.12º | 0.08% | 0.87% | - |
| XYZ | 66.74 | 72.29 | 68.83 | - |
| YUV | 219.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 206 | 0.02 | 0 | 0.08 | 0.13 | 74.12 | 0.21 | 0.84 |
| Hex | DB | DF | CE | 2 | 0 | 8 | D | 4A | 15 | 54 |
| Octal | 333 | 337 | 316 | 2 | 0 | 10 | 15 | 112 | 25 | 124 |
| Binary | 11011011 | 11011111 | 11001110 | 10 | 0 | 1000 | 1101 | 1001010 | 10101 | 1010100 |
Color Harmonies of #DBDFCE
Complementary color
Monochromatic Colors of #DBDFCE
Black with #DBDFCE
Text Example
Text Example
White with #DBDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFCE; }
p { color: rgb(219,223,206); }
H1.HeaderClassName
{
color: #DBDFCE;
}
.AnyTagClassName
{
color: #DBDFCE;
}
</style>
background-color css
<style>
a { background-color: #DBDFCE; }
a { background-color: rgb(219,223,206); }
div.DivClassName
{
background-color: #DBDFCE;
}
.BgClassName
{
background-color: #DBDFCE;
}
</style>
border-color css
<style>
span { border-color: #DBDFCE; }
span { border-color: rgb(219,223,206); }
td.TdClassName
{
border-color: #DBDFCE;
}
.TagClassName
{
border-color: #DBDFCE;
}
</style>