Shades of Feta #DBE1CC
Tints of Feta #DBE1CC
RGB
CMYK
RGB Variations
Color information
#DBE1CC (or 0xDBE1CC) is known color: Feta. HEX triplet: DB, E1 and CC. RGB value is (219,225,204). Sum of RGB (Red+Green+Blue) = 219+225+204=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1CC is #241E33. Grayscale: #DCDCDC. Windows color (decimal): -2367028 or 13427163. OLE color: 13427163.
HSL color Cylindrical-coordinate representation of color #DBE1CC: hue angle of 77.14º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE1CC is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 204 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.12 |
| HSL | 77.14º | 0.26% | 0.84% | - |
| HSV(B) | 77.14º | 0.09% | 0.88% | - |
| XYZ | 67.04 | 73.27 | 67.74 | - |
| YUV | 220.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 204 | 0.03 | 0 | 0.09 | 0.12 | 77.14 | 0.26 | 0.84 |
| Hex | DB | E1 | CC | 3 | 0 | 9 | C | 4D | 1A | 54 |
| Octal | 333 | 341 | 314 | 3 | 0 | 11 | 14 | 115 | 32 | 124 |
| Binary | 11011011 | 11100001 | 11001100 | 11 | 0 | 1001 | 1100 | 1001101 | 11010 | 1010100 |
Color Harmonies of #DBE1CC
Complementary color
Monochromatic Colors of #DBE1CC
Black with #DBE1CC
Text Example
Text Example
White with #DBE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE1CC; }
p { color: rgb(219,225,204); }
H1.HeaderClassName
{
color: #DBE1CC;
}
.AnyTagClassName
{
color: #DBE1CC;
}
</style>
background-color css
<style>
a { background-color: #DBE1CC; }
a { background-color: rgb(219,225,204); }
div.DivClassName
{
background-color: #DBE1CC;
}
.BgClassName
{
background-color: #DBE1CC;
}
</style>
border-color css
<style>
span { border-color: #DBE1CC; }
span { border-color: rgb(219,225,204); }
td.TdClassName
{
border-color: #DBE1CC;
}
.TagClassName
{
border-color: #DBE1CC;
}
</style>