Shades of Feta #DCDFD6
Tints of Feta #DCDFD6
RGB
CMYK
RGB Variations
Color information
#DCDFD6 (or 0xDCDFD6) is known color: Feta. HEX triplet: DC, DF and D6. RGB value is (220,223,214). Sum of RGB (Red+Green+Blue) = 220+223+214=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFD6 is #232029. Grayscale: #DDDDDD. Windows color (decimal): -2301994 or 14082012. OLE color: 14082012.
HSL color Cylindrical-coordinate representation of color #DCDFD6: hue angle of 80º degrees, saturation: 0.12, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCDFD6 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 223 | 214 | - |
CMYK | 0.01 | 0 | 0.04 | 0.13 |
HSL | 80º | 0.12% | 0.86% | - |
HSV(B) | 80º | 0.04% | 0.87% | - |
XYZ | 68.04 | 72.85 | 74.09 | - |
YUV | 221.08 | 124.01 | 127.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 214 | 0.01 | 0 | 0.04 | 0.13 | 80 | 0.12 | 0.86 |
Hex | DC | DF | D6 | 1 | 0 | 4 | D | 50 | C | 56 |
Octal | 334 | 337 | 326 | 1 | 0 | 4 | 15 | 120 | 14 | 126 |
Binary | 11011100 | 11011111 | 11010110 | 1 | 0 | 100 | 1101 | 1010000 | 1100 | 1010110 |
Color Harmonies of #DCDFD6
Complementary color
Monochromatic Colors of #DCDFD6
Black with #DCDFD6
Text Example
Text Example
White with #DCDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFD6; }
p { color: rgb(220,223,214); }
H1.HeaderClassName
{
color: #DCDFD6;
}
.AnyTagClassName
{
color: #DCDFD6;
}
</style>
background-color css
<style>
a { background-color: #DCDFD6; }
a { background-color: rgb(220,223,214); }
div.DivClassName
{
background-color: #DCDFD6;
}
.BgClassName
{
background-color: #DCDFD6;
}
</style>
border-color css
<style>
span { border-color: #DCDFD6; }
span { border-color: rgb(220,223,214); }
td.TdClassName
{
border-color: #DCDFD6;
}
.TagClassName
{
border-color: #DCDFD6;
}
</style>