Shades of Feta #DBDCD8
Tints of Feta #DBDCD8
RGB
CMYK
RGB Variations
Color information
#DBDCD8 (or 0xDBDCD8) is known color: Feta. HEX triplet: DB, DC and D8. RGB value is (219,220,216). Sum of RGB (Red+Green+Blue) = 219+220+216=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCD8 is #242327. Grayscale: #DBDBDB. Windows color (decimal): -2368296 or 14212315. OLE color: 14212315.
HSL color Cylindrical-coordinate representation of color #DBDCD8: hue angle of 75º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBDCD8 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 220 | 216 | - |
CMYK | 0.00 | 0 | 0.02 | 0.14 |
HSL | 75º | 0.05% | 0.85% | - |
HSV(B) | 75º | 0.02% | 0.86% | - |
XYZ | 67.2 | 71.2 | 75.17 | - |
YUV | 219.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 216 | 0.00 | 0 | 0.02 | 0.14 | 75 | 0.05 | 0.85 |
Hex | DB | DC | D8 | 0 | 0 | 2 | E | 4B | 5 | 55 |
Octal | 333 | 334 | 330 | 0 | 0 | 2 | 16 | 113 | 5 | 125 |
Binary | 11011011 | 11011100 | 11011000 | 0 | 0 | 10 | 1110 | 1001011 | 101 | 1010101 |
Color Harmonies of #DBDCD8
Complementary color
Monochromatic Colors of #DBDCD8
Black with #DBDCD8
Text Example
Text Example
White with #DBDCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCD8; }
p { color: rgb(219,220,216); }
H1.HeaderClassName
{
color: #DBDCD8;
}
.AnyTagClassName
{
color: #DBDCD8;
}
</style>
background-color css
<style>
a { background-color: #DBDCD8; }
a { background-color: rgb(219,220,216); }
div.DivClassName
{
background-color: #DBDCD8;
}
.BgClassName
{
background-color: #DBDCD8;
}
</style>
border-color css
<style>
span { border-color: #DBDCD8; }
span { border-color: rgb(219,220,216); }
td.TdClassName
{
border-color: #DBDCD8;
}
.TagClassName
{
border-color: #DBDCD8;
}
</style>