Shades of Feta #DCDFCF
Tints of Feta #DCDFCF
RGB
CMYK
RGB Variations
Color information
#DCDFCF (or 0xDCDFCF) is known color: Feta. HEX triplet: DC, DF and CF. RGB value is (220,223,207). Sum of RGB (Red+Green+Blue) = 220+223+207=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFCF is #232030. Grayscale: #DCDCDC. Windows color (decimal): -2302001 or 13623260. OLE color: 13623260.
HSL color Cylindrical-coordinate representation of color #DCDFCF: hue angle of 71.25º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCDFCF is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 207 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.13 |
| HSL | 71.25º | 0.2% | 0.84% | - |
| HSV(B) | 71.25º | 0.07% | 0.87% | - |
| XYZ | 67.17 | 72.5 | 69.48 | - |
| YUV | 220.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 207 | 0.01 | 0 | 0.07 | 0.13 | 71.25 | 0.2 | 0.84 |
| Hex | DC | DF | CF | 1 | 0 | 7 | D | 47 | 14 | 54 |
| Octal | 334 | 337 | 317 | 1 | 0 | 7 | 15 | 107 | 24 | 124 |
| Binary | 11011100 | 11011111 | 11001111 | 1 | 0 | 111 | 1101 | 1000111 | 10100 | 1010100 |
Color Harmonies of #DCDFCF
Complementary color
Monochromatic Colors of #DCDFCF
Black with #DCDFCF
Text Example
Text Example
White with #DCDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFCF; }
p { color: rgb(220,223,207); }
H1.HeaderClassName
{
color: #DCDFCF;
}
.AnyTagClassName
{
color: #DCDFCF;
}
</style>
background-color css
<style>
a { background-color: #DCDFCF; }
a { background-color: rgb(220,223,207); }
div.DivClassName
{
background-color: #DCDFCF;
}
.BgClassName
{
background-color: #DCDFCF;
}
</style>
border-color css
<style>
span { border-color: #DCDFCF; }
span { border-color: rgb(220,223,207); }
td.TdClassName
{
border-color: #DCDFCF;
}
.TagClassName
{
border-color: #DCDFCF;
}
</style>