Shades of Feta #DBDCD5
Tints of Feta #DBDCD5
RGB
CMYK
RGB Variations
Color information
#DBDCD5 (or 0xDBDCD5) is known color: Feta. HEX triplet: DB, DC and D5. RGB value is (219,220,213). Sum of RGB (Red+Green+Blue) = 219+220+213=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCD5 is #24232A. Grayscale: #DADADA. Windows color (decimal): -2368299 or 14015707. OLE color: 14015707.
HSL color Cylindrical-coordinate representation of color #DBDCD5: hue angle of 68.57º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBDCD5 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 220 | 213 | - |
CMYK | 0.00 | 0 | 0.03 | 0.14 |
HSL | 68.57º | 0.09% | 0.85% | - |
HSV(B) | 68.57º | 0.03% | 0.86% | - |
XYZ | 66.82 | 71.05 | 73.14 | - |
YUV | 218.9 | 124.67 | 128.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 213 | 0.00 | 0 | 0.03 | 0.14 | 68.57 | 0.09 | 0.85 |
Hex | DB | DC | D5 | 0 | 0 | 3 | E | 45 | 9 | 55 |
Octal | 333 | 334 | 325 | 0 | 0 | 3 | 16 | 105 | 11 | 125 |
Binary | 11011011 | 11011100 | 11010101 | 0 | 0 | 11 | 1110 | 1000101 | 1001 | 1010101 |
Color Harmonies of #DBDCD5
Complementary color
Monochromatic Colors of #DBDCD5
Black with #DBDCD5
Text Example
Text Example
White with #DBDCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCD5; }
p { color: rgb(219,220,213); }
H1.HeaderClassName
{
color: #DBDCD5;
}
.AnyTagClassName
{
color: #DBDCD5;
}
</style>
background-color css
<style>
a { background-color: #DBDCD5; }
a { background-color: rgb(219,220,213); }
div.DivClassName
{
background-color: #DBDCD5;
}
.BgClassName
{
background-color: #DBDCD5;
}
</style>
border-color css
<style>
span { border-color: #DBDCD5; }
span { border-color: rgb(219,220,213); }
td.TdClassName
{
border-color: #DBDCD5;
}
.TagClassName
{
border-color: #DBDCD5;
}
</style>