Shades of Feta #DBDCD4
Tints of Feta #DBDCD4
RGB
CMYK
RGB Variations
Color information
#DBDCD4 (or 0xDBDCD4) is known color: Feta. HEX triplet: DB, DC and D4. RGB value is (219,220,212). Sum of RGB (Red+Green+Blue) = 219+220+212=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCD4 is #24232B. Grayscale: #DADADA. Windows color (decimal): -2368300 or 13950171. OLE color: 13950171.
HSL color Cylindrical-coordinate representation of color #DBDCD4: hue angle of 67.5º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDCD4 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 220 | 212 | - |
CMYK | 0.00 | 0 | 0.04 | 0.14 |
HSL | 67.5º | 0.1% | 0.85% | - |
HSV(B) | 67.5º | 0.04% | 0.86% | - |
XYZ | 66.69 | 71 | 72.48 | - |
YUV | 218.79 | 124.17 | 128.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 212 | 0.00 | 0 | 0.04 | 0.14 | 67.5 | 0.1 | 0.85 |
Hex | DB | DC | D4 | 0 | 0 | 4 | E | 44 | A | 55 |
Octal | 333 | 334 | 324 | 0 | 0 | 4 | 16 | 104 | 12 | 125 |
Binary | 11011011 | 11011100 | 11010100 | 0 | 0 | 100 | 1110 | 1000100 | 1010 | 1010101 |
Color Harmonies of #DBDCD4
Complementary color
Monochromatic Colors of #DBDCD4
Black with #DBDCD4
Text Example
Text Example
White with #DBDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCD4; }
p { color: rgb(219,220,212); }
H1.HeaderClassName
{
color: #DBDCD4;
}
.AnyTagClassName
{
color: #DBDCD4;
}
</style>
background-color css
<style>
a { background-color: #DBDCD4; }
a { background-color: rgb(219,220,212); }
div.DivClassName
{
background-color: #DBDCD4;
}
.BgClassName
{
background-color: #DBDCD4;
}
</style>
border-color css
<style>
span { border-color: #DBDCD4; }
span { border-color: rgb(219,220,212); }
td.TdClassName
{
border-color: #DBDCD4;
}
.TagClassName
{
border-color: #DBDCD4;
}
</style>