Shades of Feta #DBE0C9
Tints of Feta #DBE0C9
RGB
CMYK
RGB Variations
Color information
#DBE0C9 (or 0xDBE0C9) is known color: Feta. HEX triplet: DB, E0 and C9. RGB value is (219,224,201). Sum of RGB (Red+Green+Blue) = 219+224+201=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0C9 is #241F36. Grayscale: #DBDBDB. Windows color (decimal): -2367287 or 13230299. OLE color: 13230299.
HSL color Cylindrical-coordinate representation of color #DBE0C9: hue angle of 73.04º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE0C9 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 201 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.12 |
| HSL | 73.04º | 0.27% | 0.83% | - |
| HSV(B) | 73.04º | 0.1% | 0.88% | - |
| XYZ | 66.41 | 72.59 | 65.77 | - |
| YUV | 219.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 201 | 0.02 | 0 | 0.10 | 0.12 | 73.04 | 0.27 | 0.83 |
| Hex | DB | E0 | C9 | 2 | 0 | A | C | 49 | 1B | 53 |
| Octal | 333 | 340 | 311 | 2 | 0 | 12 | 14 | 111 | 33 | 123 |
| Binary | 11011011 | 11100000 | 11001001 | 10 | 0 | 1010 | 1100 | 1001001 | 11011 | 1010011 |
Color Harmonies of #DBE0C9
Complementary color
Monochromatic Colors of #DBE0C9
Black with #DBE0C9
Text Example
Text Example
White with #DBE0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE0C9; }
p { color: rgb(219,224,201); }
H1.HeaderClassName
{
color: #DBE0C9;
}
.AnyTagClassName
{
color: #DBE0C9;
}
</style>
background-color css
<style>
a { background-color: #DBE0C9; }
a { background-color: rgb(219,224,201); }
div.DivClassName
{
background-color: #DBE0C9;
}
.BgClassName
{
background-color: #DBE0C9;
}
</style>
border-color css
<style>
span { border-color: #DBE0C9; }
span { border-color: rgb(219,224,201); }
td.TdClassName
{
border-color: #DBE0C9;
}
.TagClassName
{
border-color: #DBE0C9;
}
</style>