Shades of Feta #DCE0CB
Tints of Feta #DCE0CB
RGB
CMYK
RGB Variations
Color information
#DCE0CB (or 0xDCE0CB) is known color: Feta. HEX triplet: DC, E0 and CB. RGB value is (220,224,203). Sum of RGB (Red+Green+Blue) = 220+224+203=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE0CB is #231F34. Grayscale: #DCDCDC. Windows color (decimal): -2301749 or 13361372. OLE color: 13361372.
HSL color Cylindrical-coordinate representation of color #DCE0CB: hue angle of 71.43º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE0CB is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 203 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.12 |
| HSL | 71.43º | 0.25% | 0.84% | - |
| HSV(B) | 71.43º | 0.09% | 0.88% | - |
| XYZ | 66.95 | 72.84 | 67.03 | - |
| YUV | 220.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 203 | 0.02 | 0 | 0.09 | 0.12 | 71.43 | 0.25 | 0.84 |
| Hex | DC | E0 | CB | 2 | 0 | 9 | C | 47 | 19 | 54 |
| Octal | 334 | 340 | 313 | 2 | 0 | 11 | 14 | 107 | 31 | 124 |
| Binary | 11011100 | 11100000 | 11001011 | 10 | 0 | 1001 | 1100 | 1000111 | 11001 | 1010100 |
Color Harmonies of #DCE0CB
Complementary color
Monochromatic Colors of #DCE0CB
Black with #DCE0CB
Text Example
Text Example
White with #DCE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0CB; }
p { color: rgb(220,224,203); }
H1.HeaderClassName
{
color: #DCE0CB;
}
.AnyTagClassName
{
color: #DCE0CB;
}
</style>
background-color css
<style>
a { background-color: #DCE0CB; }
a { background-color: rgb(220,224,203); }
div.DivClassName
{
background-color: #DCE0CB;
}
.BgClassName
{
background-color: #DCE0CB;
}
</style>
border-color css
<style>
span { border-color: #DCE0CB; }
span { border-color: rgb(220,224,203); }
td.TdClassName
{
border-color: #DCE0CB;
}
.TagClassName
{
border-color: #DCE0CB;
}
</style>