Shades of Feta #DCDFCE
Tints of Feta #DCDFCE
RGB
CMYK
RGB Variations
Color information
#DCDFCE (or 0xDCDFCE) is known color: Feta. HEX triplet: DC, DF and CE. RGB value is (220,223,206). Sum of RGB (Red+Green+Blue) = 220+223+206=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFCE is #232031. Grayscale: #DCDCDC. Windows color (decimal): -2302002 or 13557724. OLE color: 13557724.
HSL color Cylindrical-coordinate representation of color #DCDFCE: hue angle of 70.59º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDFCE is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 206 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.13 |
| HSL | 70.59º | 0.21% | 0.84% | - |
| HSV(B) | 70.59º | 0.08% | 0.87% | - |
| XYZ | 67.04 | 72.45 | 68.84 | - |
| YUV | 220.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 206 | 0.01 | 0 | 0.08 | 0.13 | 70.59 | 0.21 | 0.84 |
| Hex | DC | DF | CE | 1 | 0 | 8 | D | 47 | 15 | 54 |
| Octal | 334 | 337 | 316 | 1 | 0 | 10 | 15 | 107 | 25 | 124 |
| Binary | 11011100 | 11011111 | 11001110 | 1 | 0 | 1000 | 1101 | 1000111 | 10101 | 1010100 |
Color Harmonies of #DCDFCE
Complementary color
Monochromatic Colors of #DCDFCE
Black with #DCDFCE
Text Example
Text Example
White with #DCDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFCE; }
p { color: rgb(220,223,206); }
H1.HeaderClassName
{
color: #DCDFCE;
}
.AnyTagClassName
{
color: #DCDFCE;
}
</style>
background-color css
<style>
a { background-color: #DCDFCE; }
a { background-color: rgb(220,223,206); }
div.DivClassName
{
background-color: #DCDFCE;
}
.BgClassName
{
background-color: #DCDFCE;
}
</style>
border-color css
<style>
span { border-color: #DCDFCE; }
span { border-color: rgb(220,223,206); }
td.TdClassName
{
border-color: #DCDFCE;
}
.TagClassName
{
border-color: #DCDFCE;
}
</style>