Shades of Feta #DBDED4
Tints of Feta #DBDED4
RGB
CMYK
RGB Variations
Color information
#DBDED4 (or 0xDBDED4) is known color: Feta. HEX triplet: DB, DE and D4. RGB value is (219,222,212). Sum of RGB (Red+Green+Blue) = 219+222+212=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDED4 is #24212B. Grayscale: #DCDCDC. Windows color (decimal): -2367788 or 13950683. OLE color: 13950683.
HSL color Cylindrical-coordinate representation of color #DBDED4: hue angle of 78º degrees, saturation: 0.13, 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 #DBDED4 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 222 | 212 | - |
CMYK | 0.01 | 0 | 0.05 | 0.13 |
HSL | 78º | 0.13% | 0.85% | - |
HSV(B) | 78º | 0.05% | 0.87% | - |
XYZ | 67.22 | 72.06 | 72.65 | - |
YUV | 219.96 | 123.51 | 127.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 212 | 0.01 | 0 | 0.05 | 0.13 | 78 | 0.13 | 0.85 |
Hex | DB | DE | D4 | 1 | 0 | 5 | D | 4E | D | 55 |
Octal | 333 | 336 | 324 | 1 | 0 | 5 | 15 | 116 | 15 | 125 |
Binary | 11011011 | 11011110 | 11010100 | 1 | 0 | 101 | 1101 | 1001110 | 1101 | 1010101 |
Color Harmonies of #DBDED4
Complementary color
Monochromatic Colors of #DBDED4
Black with #DBDED4
Text Example
Text Example
White with #DBDED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDED4; }
p { color: rgb(219,222,212); }
H1.HeaderClassName
{
color: #DBDED4;
}
.AnyTagClassName
{
color: #DBDED4;
}
</style>
background-color css
<style>
a { background-color: #DBDED4; }
a { background-color: rgb(219,222,212); }
div.DivClassName
{
background-color: #DBDED4;
}
.BgClassName
{
background-color: #DBDED4;
}
</style>
border-color css
<style>
span { border-color: #DBDED4; }
span { border-color: rgb(219,222,212); }
td.TdClassName
{
border-color: #DBDED4;
}
.TagClassName
{
border-color: #DBDED4;
}
</style>