Shades of Feta #DBDDD2
Tints of Feta #DBDDD2
RGB
CMYK
RGB Variations
Color information
#DBDDD2 (or 0xDBDDD2) is known color: Feta. HEX triplet: DB, DD and D2. RGB value is (219,221,210). Sum of RGB (Red+Green+Blue) = 219+221+210=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDD2 is #24222D. Grayscale: #DBDBDB. Windows color (decimal): -2368046 or 13819355. OLE color: 13819355.
HSL color Cylindrical-coordinate representation of color #DBDDD2: hue angle of 70.91º degrees, saturation: 0.14, 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 #DBDDD2 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 210 | - |
CMYK | 0.01 | 0 | 0.05 | 0.13 |
HSL | 70.91º | 0.14% | 0.85% | - |
HSV(B) | 70.91º | 0.05% | 0.87% | - |
XYZ | 66.7 | 71.43 | 71.24 | - |
YUV | 219.15 | 122.84 | 127.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 210 | 0.01 | 0 | 0.05 | 0.13 | 70.91 | 0.14 | 0.85 |
Hex | DB | DD | D2 | 1 | 0 | 5 | D | 47 | E | 55 |
Octal | 333 | 335 | 322 | 1 | 0 | 5 | 15 | 107 | 16 | 125 |
Binary | 11011011 | 11011101 | 11010010 | 1 | 0 | 101 | 1101 | 1000111 | 1110 | 1010101 |
Color Harmonies of #DBDDD2
Complementary color
Monochromatic Colors of #DBDDD2
Black with #DBDDD2
Text Example
Text Example
White with #DBDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDD2; }
p { color: rgb(219,221,210); }
H1.HeaderClassName
{
color: #DBDDD2;
}
.AnyTagClassName
{
color: #DBDDD2;
}
</style>
background-color css
<style>
a { background-color: #DBDDD2; }
a { background-color: rgb(219,221,210); }
div.DivClassName
{
background-color: #DBDDD2;
}
.BgClassName
{
background-color: #DBDDD2;
}
</style>
border-color css
<style>
span { border-color: #DBDDD2; }
span { border-color: rgb(219,221,210); }
td.TdClassName
{
border-color: #DBDDD2;
}
.TagClassName
{
border-color: #DBDDD2;
}
</style>