Shades of Feta #DBE0CC
Tints of Feta #DBE0CC
RGB
CMYK
RGB Variations
Color information
#DBE0CC (or 0xDBE0CC) is known color: Feta. HEX triplet: DB, E0 and CC. RGB value is (219,224,204). Sum of RGB (Red+Green+Blue) = 219+224+204=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0CC is #241F33. Grayscale: #DCDCDC. Windows color (decimal): -2367284 or 13426907. OLE color: 13426907.
HSL color Cylindrical-coordinate representation of color #DBE0CC: hue angle of 75º degrees, saturation: 0.24, 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 #DBE0CC is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 204 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.12 |
| HSL | 75º | 0.24% | 0.84% | - |
| HSV(B) | 75º | 0.09% | 0.88% | - |
| XYZ | 66.77 | 72.73 | 67.65 | - |
| YUV | 220.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 204 | 0.02 | 0 | 0.09 | 0.12 | 75 | 0.24 | 0.84 |
| Hex | DB | E0 | CC | 2 | 0 | 9 | C | 4B | 18 | 54 |
| Octal | 333 | 340 | 314 | 2 | 0 | 11 | 14 | 113 | 30 | 124 |
| Binary | 11011011 | 11100000 | 11001100 | 10 | 0 | 1001 | 1100 | 1001011 | 11000 | 1010100 |
Color Harmonies of #DBE0CC
Complementary color
Monochromatic Colors of #DBE0CC
Black with #DBE0CC
Text Example
Text Example
White with #DBE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE0CC; }
p { color: rgb(219,224,204); }
H1.HeaderClassName
{
color: #DBE0CC;
}
.AnyTagClassName
{
color: #DBE0CC;
}
</style>
background-color css
<style>
a { background-color: #DBE0CC; }
a { background-color: rgb(219,224,204); }
div.DivClassName
{
background-color: #DBE0CC;
}
.BgClassName
{
background-color: #DBE0CC;
}
</style>
border-color css
<style>
span { border-color: #DBE0CC; }
span { border-color: rgb(219,224,204); }
td.TdClassName
{
border-color: #DBE0CC;
}
.TagClassName
{
border-color: #DBE0CC;
}
</style>