Shades of Feta #DBDFD3
Tints of Feta #DBDFD3
RGB
CMYK
RGB Variations
Color information
#DBDFD3 (or 0xDBDFD3) is known color: Feta. HEX triplet: DB, DF and D3. RGB value is (219,223,211). Sum of RGB (Red+Green+Blue) = 219+223+211=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFD3 is #24202C. Grayscale: #DCDCDC. Windows color (decimal): -2367533 or 13885403. OLE color: 13885403.
HSL color Cylindrical-coordinate representation of color #DBDFD3: hue angle of 80º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBDFD3 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 211 | - |
CMYK | 0.02 | 0 | 0.05 | 0.13 |
HSL | 80º | 0.16% | 0.85% | - |
HSV(B) | 80º | 0.05% | 0.87% | - |
XYZ | 67.36 | 72.54 | 72.08 | - |
YUV | 220.44 | 122.67 | 126.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 211 | 0.02 | 0 | 0.05 | 0.13 | 80 | 0.16 | 0.85 |
Hex | DB | DF | D3 | 2 | 0 | 5 | D | 50 | 10 | 55 |
Octal | 333 | 337 | 323 | 2 | 0 | 5 | 15 | 120 | 20 | 125 |
Binary | 11011011 | 11011111 | 11010011 | 10 | 0 | 101 | 1101 | 1010000 | 10000 | 1010101 |
Color Harmonies of #DBDFD3
Complementary color
Monochromatic Colors of #DBDFD3
Black with #DBDFD3
Text Example
Text Example
White with #DBDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFD3; }
p { color: rgb(219,223,211); }
H1.HeaderClassName
{
color: #DBDFD3;
}
.AnyTagClassName
{
color: #DBDFD3;
}
</style>
background-color css
<style>
a { background-color: #DBDFD3; }
a { background-color: rgb(219,223,211); }
div.DivClassName
{
background-color: #DBDFD3;
}
.BgClassName
{
background-color: #DBDFD3;
}
</style>
border-color css
<style>
span { border-color: #DBDFD3; }
span { border-color: rgb(219,223,211); }
td.TdClassName
{
border-color: #DBDFD3;
}
.TagClassName
{
border-color: #DBDFD3;
}
</style>