Shades of Feta #DBDCD9
Tints of Feta #DBDCD9
RGB
CMYK
RGB Variations
Color information
#DBDCD9 (or 0xDBDCD9) is known color: Feta. HEX triplet: DB, DC and D9. RGB value is (219,220,217). Sum of RGB (Red+Green+Blue) = 219+220+217=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCD9 is #242326. Grayscale: #DBDBDB. Windows color (decimal): -2368295 or 14277851. OLE color: 14277851.
HSL color Cylindrical-coordinate representation of color #DBDCD9: hue angle of 80º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBDCD9 is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 220 | 217 | - |
CMYK | 0.00 | 0 | 0.01 | 0.14 |
HSL | 80º | 0.04% | 0.86% | - |
HSV(B) | 80º | 0.01% | 0.86% | - |
XYZ | 67.33 | 71.26 | 75.85 | - |
YUV | 219.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 217 | 0.00 | 0 | 0.01 | 0.14 | 80 | 0.04 | 0.86 |
Hex | DB | DC | D9 | 0 | 0 | 1 | E | 50 | 4 | 56 |
Octal | 333 | 334 | 331 | 0 | 0 | 1 | 16 | 120 | 4 | 126 |
Binary | 11011011 | 11011100 | 11011001 | 0 | 0 | 1 | 1110 | 1010000 | 100 | 1010110 |
Color Harmonies of #DBDCD9
Complementary color
Monochromatic Colors of #DBDCD9
Black with #DBDCD9
Text Example
Text Example
White with #DBDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCD9; }
p { color: rgb(219,220,217); }
H1.HeaderClassName
{
color: #DBDCD9;
}
.AnyTagClassName
{
color: #DBDCD9;
}
</style>
background-color css
<style>
a { background-color: #DBDCD9; }
a { background-color: rgb(219,220,217); }
div.DivClassName
{
background-color: #DBDCD9;
}
.BgClassName
{
background-color: #DBDCD9;
}
</style>
border-color css
<style>
span { border-color: #DBDCD9; }
span { border-color: rgb(219,220,217); }
td.TdClassName
{
border-color: #DBDCD9;
}
.TagClassName
{
border-color: #DBDCD9;
}
</style>