Shades of Feta #DBDDD0
Tints of Feta #DBDDD0
RGB
CMYK
RGB Variations
Color information
#DBDDD0 (or 0xDBDDD0) is known color: Feta. HEX triplet: DB, DD and D0. RGB value is (219,221,208). Sum of RGB (Red+Green+Blue) = 219+221+208=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDD0 is #24222F. Grayscale: #DADADA. Windows color (decimal): -2368048 or 13688283. OLE color: 13688283.
HSL color Cylindrical-coordinate representation of color #DBDDD0: hue angle of 69.23º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDDD0 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 208 | - |
CMYK | 0.01 | 0 | 0.06 | 0.13 |
HSL | 69.23º | 0.16% | 0.84% | - |
HSV(B) | 69.23º | 0.06% | 0.87% | - |
XYZ | 66.46 | 71.33 | 69.94 | - |
YUV | 218.92 | 121.84 | 128.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 208 | 0.01 | 0 | 0.06 | 0.13 | 69.23 | 0.16 | 0.84 |
Hex | DB | DD | D0 | 1 | 0 | 6 | D | 45 | 10 | 54 |
Octal | 333 | 335 | 320 | 1 | 0 | 6 | 15 | 105 | 20 | 124 |
Binary | 11011011 | 11011101 | 11010000 | 1 | 0 | 110 | 1101 | 1000101 | 10000 | 1010100 |
Color Harmonies of #DBDDD0
Complementary color
Monochromatic Colors of #DBDDD0
Black with #DBDDD0
Text Example
Text Example
White with #DBDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDD0; }
p { color: rgb(219,221,208); }
H1.HeaderClassName
{
color: #DBDDD0;
}
.AnyTagClassName
{
color: #DBDDD0;
}
</style>
background-color css
<style>
a { background-color: #DBDDD0; }
a { background-color: rgb(219,221,208); }
div.DivClassName
{
background-color: #DBDDD0;
}
.BgClassName
{
background-color: #DBDDD0;
}
</style>
border-color css
<style>
span { border-color: #DBDDD0; }
span { border-color: rgb(219,221,208); }
td.TdClassName
{
border-color: #DBDDD0;
}
.TagClassName
{
border-color: #DBDDD0;
}
</style>