Shades of Feta #DBDECF
Tints of Feta #DBDECF
RGB
CMYK
RGB Variations
Color information
#DBDECF (or 0xDBDECF) is known color: Feta. HEX triplet: DB, DE and CF. RGB value is (219,222,207). Sum of RGB (Red+Green+Blue) = 219+222+207=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDECF is #242130. Grayscale: #DBDBDB. Windows color (decimal): -2367793 or 13623003. OLE color: 13623003.
HSL color Cylindrical-coordinate representation of color #DBDECF: hue angle of 72º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBDECF is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 207 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.13 |
| HSL | 72º | 0.19% | 0.84% | - |
| HSV(B) | 72º | 0.07% | 0.87% | - |
| XYZ | 66.6 | 71.81 | 69.38 | - |
| YUV | 219.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 207 | 0.01 | 0 | 0.07 | 0.13 | 72 | 0.19 | 0.84 |
| Hex | DB | DE | CF | 1 | 0 | 7 | D | 48 | 13 | 54 |
| Octal | 333 | 336 | 317 | 1 | 0 | 7 | 15 | 110 | 23 | 124 |
| Binary | 11011011 | 11011110 | 11001111 | 1 | 0 | 111 | 1101 | 1001000 | 10011 | 1010100 |
Color Harmonies of #DBDECF
Complementary color
Monochromatic Colors of #DBDECF
Black with #DBDECF
Text Example
Text Example
White with #DBDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDECF; }
p { color: rgb(219,222,207); }
H1.HeaderClassName
{
color: #DBDECF;
}
.AnyTagClassName
{
color: #DBDECF;
}
</style>
background-color css
<style>
a { background-color: #DBDECF; }
a { background-color: rgb(219,222,207); }
div.DivClassName
{
background-color: #DBDECF;
}
.BgClassName
{
background-color: #DBDECF;
}
</style>
border-color css
<style>
span { border-color: #DBDECF; }
span { border-color: rgb(219,222,207); }
td.TdClassName
{
border-color: #DBDECF;
}
.TagClassName
{
border-color: #DBDECF;
}
</style>