Shades of Feta #DBDFCD
Tints of Feta #DBDFCD
RGB
CMYK
RGB Variations
Color information
#DBDFCD (or 0xDBDFCD) is known color: Feta. HEX triplet: DB, DF and CD. RGB value is (219,223,205). Sum of RGB (Red+Green+Blue) = 219+223+205=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFCD is #242032. Grayscale: #DBDBDB. Windows color (decimal): -2367539 or 13492187. OLE color: 13492187.
HSL color Cylindrical-coordinate representation of color #DBDFCD: hue angle of 73.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDFCD is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 205 | - |
CMYK | 0.02 | 0 | 0.08 | 0.13 |
HSL | 73.33º | 0.22% | 0.84% | - |
HSV(B) | 73.33º | 0.08% | 0.87% | - |
XYZ | 66.62 | 72.24 | 68.19 | - |
YUV | 219.75 | 119.67 | 127.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 205 | 0.02 | 0 | 0.08 | 0.13 | 73.33 | 0.22 | 0.84 |
Hex | DB | DF | CD | 2 | 0 | 8 | D | 49 | 16 | 54 |
Octal | 333 | 337 | 315 | 2 | 0 | 10 | 15 | 111 | 26 | 124 |
Binary | 11011011 | 11011111 | 11001101 | 10 | 0 | 1000 | 1101 | 1001001 | 10110 | 1010100 |
Color Harmonies of #DBDFCD
Complementary color
Monochromatic Colors of #DBDFCD
Black with #DBDFCD
Text Example
Text Example
White with #DBDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFCD; }
p { color: rgb(219,223,205); }
H1.HeaderClassName
{
color: #DBDFCD;
}
.AnyTagClassName
{
color: #DBDFCD;
}
</style>
background-color css
<style>
a { background-color: #DBDFCD; }
a { background-color: rgb(219,223,205); }
div.DivClassName
{
background-color: #DBDFCD;
}
.BgClassName
{
background-color: #DBDFCD;
}
</style>
border-color css
<style>
span { border-color: #DBDFCD; }
span { border-color: rgb(219,223,205); }
td.TdClassName
{
border-color: #DBDFCD;
}
.TagClassName
{
border-color: #DBDFCD;
}
</style>