Shades of Feta #DCE0CD
Tints of Feta #DCE0CD
RGB
CMYK
RGB Variations
Color information
#DCE0CD (or 0xDCE0CD) is known color: Feta. HEX triplet: DC, E0 and CD. RGB value is (220,224,205). Sum of RGB (Red+Green+Blue) = 220+224+205=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE0CD is #231F32. Grayscale: #DCDCDC. Windows color (decimal): -2301747 or 13492444. OLE color: 13492444.
HSL color Cylindrical-coordinate representation of color #DCE0CD: hue angle of 72.63º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE0CD is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 205 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.12 |
| HSL | 72.63º | 0.23% | 0.84% | - |
| HSV(B) | 72.63º | 0.08% | 0.88% | - |
| XYZ | 67.19 | 72.93 | 68.29 | - |
| YUV | 220.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 205 | 0.02 | 0 | 0.08 | 0.12 | 72.63 | 0.23 | 0.84 |
| Hex | DC | E0 | CD | 2 | 0 | 8 | C | 49 | 17 | 54 |
| Octal | 334 | 340 | 315 | 2 | 0 | 10 | 14 | 111 | 27 | 124 |
| Binary | 11011100 | 11100000 | 11001101 | 10 | 0 | 1000 | 1100 | 1001001 | 10111 | 1010100 |
Color Harmonies of #DCE0CD
Complementary color
Monochromatic Colors of #DCE0CD
Black with #DCE0CD
Text Example
Text Example
White with #DCE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0CD; }
p { color: rgb(220,224,205); }
H1.HeaderClassName
{
color: #DCE0CD;
}
.AnyTagClassName
{
color: #DCE0CD;
}
</style>
background-color css
<style>
a { background-color: #DCE0CD; }
a { background-color: rgb(220,224,205); }
div.DivClassName
{
background-color: #DCE0CD;
}
.BgClassName
{
background-color: #DCE0CD;
}
</style>
border-color css
<style>
span { border-color: #DCE0CD; }
span { border-color: rgb(220,224,205); }
td.TdClassName
{
border-color: #DCE0CD;
}
.TagClassName
{
border-color: #DCE0CD;
}
</style>