Shades of Feta #DBE1CB
Tints of Feta #DBE1CB
RGB
CMYK
RGB Variations
Color information
#DBE1CB (or 0xDBE1CB) is known color: Feta. HEX triplet: DB, E1 and CB. RGB value is (219,225,203). Sum of RGB (Red+Green+Blue) = 219+225+203=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1CB is #241E34. Grayscale: #DCDCDC. Windows color (decimal): -2367029 or 13361627. OLE color: 13361627.
HSL color Cylindrical-coordinate representation of color #DBE1CB: hue angle of 76.36º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE1CB is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 203 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.12 |
| HSL | 76.36º | 0.27% | 0.84% | - |
| HSV(B) | 76.36º | 0.1% | 0.88% | - |
| XYZ | 66.92 | 73.22 | 67.11 | - |
| YUV | 220.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 203 | 0.03 | 0 | 0.10 | 0.12 | 76.36 | 0.27 | 0.84 |
| Hex | DB | E1 | CB | 3 | 0 | A | C | 4C | 1B | 54 |
| Octal | 333 | 341 | 313 | 3 | 0 | 12 | 14 | 114 | 33 | 124 |
| Binary | 11011011 | 11100001 | 11001011 | 11 | 0 | 1010 | 1100 | 1001100 | 11011 | 1010100 |
Color Harmonies of #DBE1CB
Complementary color
Monochromatic Colors of #DBE1CB
Black with #DBE1CB
Text Example
Text Example
White with #DBE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE1CB; }
p { color: rgb(219,225,203); }
H1.HeaderClassName
{
color: #DBE1CB;
}
.AnyTagClassName
{
color: #DBE1CB;
}
</style>
background-color css
<style>
a { background-color: #DBE1CB; }
a { background-color: rgb(219,225,203); }
div.DivClassName
{
background-color: #DBE1CB;
}
.BgClassName
{
background-color: #DBE1CB;
}
</style>
border-color css
<style>
span { border-color: #DBE1CB; }
span { border-color: rgb(219,225,203); }
td.TdClassName
{
border-color: #DBE1CB;
}
.TagClassName
{
border-color: #DBE1CB;
}
</style>