Shades of Feta #DBDED0
Tints of Feta #DBDED0
RGB
CMYK
RGB Variations
Color information
#DBDED0 (or 0xDBDED0) is known color: Feta. HEX triplet: DB, DE and D0. RGB value is (219,222,208). Sum of RGB (Red+Green+Blue) = 219+222+208=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDED0 is #24212F. Grayscale: #DBDBDB. Windows color (decimal): -2367792 or 13688539. OLE color: 13688539.
HSL color Cylindrical-coordinate representation of color #DBDED0: hue angle of 72.86º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDED0 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 222 | 208 | - |
CMYK | 0.01 | 0 | 0.06 | 0.13 |
HSL | 72.86º | 0.18% | 0.84% | - |
HSV(B) | 72.86º | 0.06% | 0.87% | - |
XYZ | 66.72 | 71.86 | 70.03 | - |
YUV | 219.51 | 121.51 | 127.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 208 | 0.01 | 0 | 0.06 | 0.13 | 72.86 | 0.18 | 0.84 |
Hex | DB | DE | D0 | 1 | 0 | 6 | D | 49 | 12 | 54 |
Octal | 333 | 336 | 320 | 1 | 0 | 6 | 15 | 111 | 22 | 124 |
Binary | 11011011 | 11011110 | 11010000 | 1 | 0 | 110 | 1101 | 1001001 | 10010 | 1010100 |
Color Harmonies of #DBDED0
Complementary color
Monochromatic Colors of #DBDED0
Black with #DBDED0
Text Example
Text Example
White with #DBDED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDED0; }
p { color: rgb(219,222,208); }
H1.HeaderClassName
{
color: #DBDED0;
}
.AnyTagClassName
{
color: #DBDED0;
}
</style>
background-color css
<style>
a { background-color: #DBDED0; }
a { background-color: rgb(219,222,208); }
div.DivClassName
{
background-color: #DBDED0;
}
.BgClassName
{
background-color: #DBDED0;
}
</style>
border-color css
<style>
span { border-color: #DBDED0; }
span { border-color: rgb(219,222,208); }
td.TdClassName
{
border-color: #DBDED0;
}
.TagClassName
{
border-color: #DBDED0;
}
</style>