Shades of Feta #DBDDD1
Tints of Feta #DBDDD1
RGB
CMYK
RGB Variations
Color information
#DBDDD1 (or 0xDBDDD1) is known color: Feta. HEX triplet: DB, DD and D1. RGB value is (219,221,209). Sum of RGB (Red+Green+Blue) = 219+221+209=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDD1 is #24222E. Grayscale: #DBDBDB. Windows color (decimal): -2368047 or 13753819. OLE color: 13753819.
HSL color Cylindrical-coordinate representation of color #DBDDD1: hue angle of 70º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBDDD1 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 209 | - |
CMYK | 0.01 | 0 | 0.05 | 0.13 |
HSL | 70º | 0.15% | 0.84% | - |
HSV(B) | 70º | 0.05% | 0.87% | - |
XYZ | 66.58 | 71.38 | 70.59 | - |
YUV | 219.03 | 122.34 | 127.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 209 | 0.01 | 0 | 0.05 | 0.13 | 70 | 0.15 | 0.84 |
Hex | DB | DD | D1 | 1 | 0 | 5 | D | 46 | F | 54 |
Octal | 333 | 335 | 321 | 1 | 0 | 5 | 15 | 106 | 17 | 124 |
Binary | 11011011 | 11011101 | 11010001 | 1 | 0 | 101 | 1101 | 1000110 | 1111 | 1010100 |
Color Harmonies of #DBDDD1
Complementary color
Monochromatic Colors of #DBDDD1
Black with #DBDDD1
Text Example
Text Example
White with #DBDDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDD1; }
p { color: rgb(219,221,209); }
H1.HeaderClassName
{
color: #DBDDD1;
}
.AnyTagClassName
{
color: #DBDDD1;
}
</style>
background-color css
<style>
a { background-color: #DBDDD1; }
a { background-color: rgb(219,221,209); }
div.DivClassName
{
background-color: #DBDDD1;
}
.BgClassName
{
background-color: #DBDDD1;
}
</style>
border-color css
<style>
span { border-color: #DBDDD1; }
span { border-color: rgb(219,221,209); }
td.TdClassName
{
border-color: #DBDDD1;
}
.TagClassName
{
border-color: #DBDDD1;
}
</style>