Shades of Feta #DBDDD3
Tints of Feta #DBDDD3
RGB
CMYK
RGB Variations
Color information
#DBDDD3 (or 0xDBDDD3) is known color: Feta. HEX triplet: DB, DD and D3. RGB value is (219,221,211). Sum of RGB (Red+Green+Blue) = 219+221+211=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDD3 is #24222C. Grayscale: #DBDBDB. Windows color (decimal): -2368045 or 13884891. OLE color: 13884891.
HSL color Cylindrical-coordinate representation of color #DBDDD3: hue angle of 72º degrees, saturation: 0.13, 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 #DBDDD3 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 211 | - |
CMYK | 0.01 | 0 | 0.05 | 0.13 |
HSL | 72º | 0.13% | 0.85% | - |
HSV(B) | 72º | 0.05% | 0.87% | - |
XYZ | 66.83 | 71.48 | 71.9 | - |
YUV | 219.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 211 | 0.01 | 0 | 0.05 | 0.13 | 72 | 0.13 | 0.85 |
Hex | DB | DD | D3 | 1 | 0 | 5 | D | 48 | D | 55 |
Octal | 333 | 335 | 323 | 1 | 0 | 5 | 15 | 110 | 15 | 125 |
Binary | 11011011 | 11011101 | 11010011 | 1 | 0 | 101 | 1101 | 1001000 | 1101 | 1010101 |
Color Harmonies of #DBDDD3
Complementary color
Monochromatic Colors of #DBDDD3
Black with #DBDDD3
Text Example
Text Example
White with #DBDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDD3; }
p { color: rgb(219,221,211); }
H1.HeaderClassName
{
color: #DBDDD3;
}
.AnyTagClassName
{
color: #DBDDD3;
}
</style>
background-color css
<style>
a { background-color: #DBDDD3; }
a { background-color: rgb(219,221,211); }
div.DivClassName
{
background-color: #DBDDD3;
}
.BgClassName
{
background-color: #DBDDD3;
}
</style>
border-color css
<style>
span { border-color: #DBDDD3; }
span { border-color: rgb(219,221,211); }
td.TdClassName
{
border-color: #DBDDD3;
}
.TagClassName
{
border-color: #DBDDD3;
}
</style>