Shades of Feta #DBDED6
Tints of Feta #DBDED6
RGB
CMYK
RGB Variations
Color information
#DBDED6 (or 0xDBDED6) is known color: Feta. HEX triplet: DB, DE and D6. RGB value is (219,222,214). Sum of RGB (Red+Green+Blue) = 219+222+214=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDED6 is #242129. Grayscale: #DCDCDC. Windows color (decimal): -2367786 or 14081755. OLE color: 14081755.
HSL color Cylindrical-coordinate representation of color #DBDED6: hue angle of 82.5º 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 #DBDED6 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 222 | 214 | - |
CMYK | 0.01 | 0 | 0.04 | 0.13 |
HSL | 82.5º | 0.11% | 0.85% | - |
HSV(B) | 82.5º | 0.04% | 0.87% | - |
XYZ | 67.47 | 72.16 | 73.99 | - |
YUV | 220.19 | 124.51 | 127.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 214 | 0.01 | 0 | 0.04 | 0.13 | 82.5 | 0.11 | 0.85 |
Hex | DB | DE | D6 | 1 | 0 | 4 | D | 52 | B | 55 |
Octal | 333 | 336 | 326 | 1 | 0 | 4 | 15 | 122 | 13 | 125 |
Binary | 11011011 | 11011110 | 11010110 | 1 | 0 | 100 | 1101 | 1010010 | 1011 | 1010101 |
Color Harmonies of #DBDED6
Complementary color
Monochromatic Colors of #DBDED6
Black with #DBDED6
Text Example
Text Example
White with #DBDED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDED6; }
p { color: rgb(219,222,214); }
H1.HeaderClassName
{
color: #DBDED6;
}
.AnyTagClassName
{
color: #DBDED6;
}
</style>
background-color css
<style>
a { background-color: #DBDED6; }
a { background-color: rgb(219,222,214); }
div.DivClassName
{
background-color: #DBDED6;
}
.BgClassName
{
background-color: #DBDED6;
}
</style>
border-color css
<style>
span { border-color: #DBDED6; }
span { border-color: rgb(219,222,214); }
td.TdClassName
{
border-color: #DBDED6;
}
.TagClassName
{
border-color: #DBDED6;
}
</style>