Shades of Feta #DCE0CE
Tints of Feta #DCE0CE
RGB
CMYK
RGB Variations
Color information
#DCE0CE (or 0xDCE0CE) is known color: Feta. HEX triplet: DC, E0 and CE. RGB value is (220,224,206). Sum of RGB (Red+Green+Blue) = 220+224+206=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE0CE is #231F31. Grayscale: #DCDCDC. Windows color (decimal): -2301746 or 13557980. OLE color: 13557980.
HSL color Cylindrical-coordinate representation of color #DCE0CE: hue angle of 73.33º degrees, saturation: 0.22, 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 #DCE0CE is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 206 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.12 |
| HSL | 73.33º | 0.23% | 0.84% | - |
| HSV(B) | 73.33º | 0.08% | 0.88% | - |
| XYZ | 67.31 | 72.98 | 68.93 | - |
| YUV | 220.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 206 | 0.02 | 0 | 0.08 | 0.12 | 73.33 | 0.23 | 0.84 |
| Hex | DC | E0 | CE | 2 | 0 | 8 | C | 49 | 16 | 54 |
| Octal | 334 | 340 | 316 | 2 | 0 | 10 | 14 | 111 | 26 | 124 |
| Binary | 11011100 | 11100000 | 11001110 | 10 | 0 | 1000 | 1100 | 1001001 | 10110 | 1010100 |
Color Harmonies of #DCE0CE
Complementary color
Monochromatic Colors of #DCE0CE
Black with #DCE0CE
Text Example
Text Example
White with #DCE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0CE; }
p { color: rgb(220,224,206); }
H1.HeaderClassName
{
color: #DCE0CE;
}
.AnyTagClassName
{
color: #DCE0CE;
}
</style>
background-color css
<style>
a { background-color: #DCE0CE; }
a { background-color: rgb(220,224,206); }
div.DivClassName
{
background-color: #DCE0CE;
}
.BgClassName
{
background-color: #DCE0CE;
}
</style>
border-color css
<style>
span { border-color: #DCE0CE; }
span { border-color: rgb(220,224,206); }
td.TdClassName
{
border-color: #DCE0CE;
}
.TagClassName
{
border-color: #DCE0CE;
}
</style>