Shades of Feta #DBDED3
Tints of Feta #DBDED3
RGB
CMYK
RGB Variations
Color information
#DBDED3 (or 0xDBDED3) is known color: Feta. HEX triplet: DB, DE and D3. RGB value is (219,222,211). Sum of RGB (Red+Green+Blue) = 219+222+211=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDED3 is #24212C. Grayscale: #DBDBDB. Windows color (decimal): -2367789 or 13885147. OLE color: 13885147.
HSL color Cylindrical-coordinate representation of color #DBDED3: hue angle of 76.36º 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 #DBDED3 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 222 | 211 | - |
CMYK | 0.01 | 0 | 0.05 | 0.13 |
HSL | 76.36º | 0.14% | 0.85% | - |
HSV(B) | 76.36º | 0.05% | 0.87% | - |
XYZ | 67.09 | 72.01 | 71.99 | - |
YUV | 219.85 | 123.01 | 127.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 211 | 0.01 | 0 | 0.05 | 0.13 | 76.36 | 0.14 | 0.85 |
Hex | DB | DE | D3 | 1 | 0 | 5 | D | 4C | E | 55 |
Octal | 333 | 336 | 323 | 1 | 0 | 5 | 15 | 114 | 16 | 125 |
Binary | 11011011 | 11011110 | 11010011 | 1 | 0 | 101 | 1101 | 1001100 | 1110 | 1010101 |
Color Harmonies of #DBDED3
Complementary color
Monochromatic Colors of #DBDED3
Black with #DBDED3
Text Example
Text Example
White with #DBDED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDED3; }
p { color: rgb(219,222,211); }
H1.HeaderClassName
{
color: #DBDED3;
}
.AnyTagClassName
{
color: #DBDED3;
}
</style>
background-color css
<style>
a { background-color: #DBDED3; }
a { background-color: rgb(219,222,211); }
div.DivClassName
{
background-color: #DBDED3;
}
.BgClassName
{
background-color: #DBDED3;
}
</style>
border-color css
<style>
span { border-color: #DBDED3; }
span { border-color: rgb(219,222,211); }
td.TdClassName
{
border-color: #DBDED3;
}
.TagClassName
{
border-color: #DBDED3;
}
</style>