Shades of Feta #DBDDD5
Tints of Feta #DBDDD5
RGB
CMYK
RGB Variations
Color information
#DBDDD5 (or 0xDBDDD5) is known color: Feta. HEX triplet: DB, DD and D5. RGB value is (219,221,213). Sum of RGB (Red+Green+Blue) = 219+221+213=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDD5 is #24222A. Grayscale: #DBDBDB. Windows color (decimal): -2368043 or 14015963. OLE color: 14015963.
HSL color Cylindrical-coordinate representation of color #DBDDD5: hue angle of 75º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDDD5 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 213 | - |
CMYK | 0.01 | 0 | 0.04 | 0.13 |
HSL | 75º | 0.11% | 0.85% | - |
HSV(B) | 75º | 0.04% | 0.87% | - |
XYZ | 67.08 | 71.58 | 73.23 | - |
YUV | 219.49 | 124.34 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 213 | 0.01 | 0 | 0.04 | 0.13 | 75 | 0.11 | 0.85 |
Hex | DB | DD | D5 | 1 | 0 | 4 | D | 4B | B | 55 |
Octal | 333 | 335 | 325 | 1 | 0 | 4 | 15 | 113 | 13 | 125 |
Binary | 11011011 | 11011101 | 11010101 | 1 | 0 | 100 | 1101 | 1001011 | 1011 | 1010101 |
Color Harmonies of #DBDDD5
Complementary color
Monochromatic Colors of #DBDDD5
Black with #DBDDD5
Text Example
Text Example
White with #DBDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDD5; }
p { color: rgb(219,221,213); }
H1.HeaderClassName
{
color: #DBDDD5;
}
.AnyTagClassName
{
color: #DBDDD5;
}
</style>
background-color css
<style>
a { background-color: #DBDDD5; }
a { background-color: rgb(219,221,213); }
div.DivClassName
{
background-color: #DBDDD5;
}
.BgClassName
{
background-color: #DBDDD5;
}
</style>
border-color css
<style>
span { border-color: #DBDDD5; }
span { border-color: rgb(219,221,213); }
td.TdClassName
{
border-color: #DBDDD5;
}
.TagClassName
{
border-color: #DBDDD5;
}
</style>