Shades of Feta #DBDFCB
Tints of Feta #DBDFCB
RGB
CMYK
RGB Variations
Color information
#DBDFCB (or 0xDBDFCB) is known color: Feta. HEX triplet: DB, DF and CB. RGB value is (219,223,203). Sum of RGB (Red+Green+Blue) = 219+223+203=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFCB is #242034. Grayscale: #DBDBDB. Windows color (decimal): -2367541 or 13361115. OLE color: 13361115.
HSL color Cylindrical-coordinate representation of color #DBDFCB: hue angle of 72º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBDFCB is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 203 | - |
CMYK | 0.02 | 0 | 0.09 | 0.13 |
HSL | 72º | 0.24% | 0.84% | - |
HSV(B) | 72º | 0.09% | 0.87% | - |
XYZ | 66.38 | 72.15 | 66.93 | - |
YUV | 219.52 | 118.67 | 127.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 203 | 0.02 | 0 | 0.09 | 0.13 | 72 | 0.24 | 0.84 |
Hex | DB | DF | CB | 2 | 0 | 9 | D | 48 | 18 | 54 |
Octal | 333 | 337 | 313 | 2 | 0 | 11 | 15 | 110 | 30 | 124 |
Binary | 11011011 | 11011111 | 11001011 | 10 | 0 | 1001 | 1101 | 1001000 | 11000 | 1010100 |
Color Harmonies of #DBDFCB
Complementary color
Monochromatic Colors of #DBDFCB
Black with #DBDFCB
Text Example
Text Example
White with #DBDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFCB; }
p { color: rgb(219,223,203); }
H1.HeaderClassName
{
color: #DBDFCB;
}
.AnyTagClassName
{
color: #DBDFCB;
}
</style>
background-color css
<style>
a { background-color: #DBDFCB; }
a { background-color: rgb(219,223,203); }
div.DivClassName
{
background-color: #DBDFCB;
}
.BgClassName
{
background-color: #DBDFCB;
}
</style>
border-color css
<style>
span { border-color: #DBDFCB; }
span { border-color: rgb(219,223,203); }
td.TdClassName
{
border-color: #DBDFCB;
}
.TagClassName
{
border-color: #DBDFCB;
}
</style>