Shades of Feta #DCE0CC
Tints of Feta #DCE0CC
RGB
CMYK
RGB Variations
Color information
#DCE0CC (or 0xDCE0CC) is known color: Feta. HEX triplet: DC, E0 and CC. RGB value is (220,224,204). Sum of RGB (Red+Green+Blue) = 220+224+204=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE0CC is #231F33. Grayscale: #DCDCDC. Windows color (decimal): -2301748 or 13426908. OLE color: 13426908.
HSL color Cylindrical-coordinate representation of color #DCE0CC: hue angle of 72º degrees, saturation: 0.24, 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 #DCE0CC is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 204 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.12 |
| HSL | 72º | 0.24% | 0.84% | - |
| HSV(B) | 72º | 0.09% | 0.88% | - |
| XYZ | 67.07 | 72.89 | 67.66 | - |
| YUV | 220.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 204 | 0.02 | 0 | 0.09 | 0.12 | 72 | 0.24 | 0.84 |
| Hex | DC | E0 | CC | 2 | 0 | 9 | C | 48 | 18 | 54 |
| Octal | 334 | 340 | 314 | 2 | 0 | 11 | 14 | 110 | 30 | 124 |
| Binary | 11011100 | 11100000 | 11001100 | 10 | 0 | 1001 | 1100 | 1001000 | 11000 | 1010100 |
Color Harmonies of #DCE0CC
Complementary color
Monochromatic Colors of #DCE0CC
Black with #DCE0CC
Text Example
Text Example
White with #DCE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0CC; }
p { color: rgb(220,224,204); }
H1.HeaderClassName
{
color: #DCE0CC;
}
.AnyTagClassName
{
color: #DCE0CC;
}
</style>
background-color css
<style>
a { background-color: #DCE0CC; }
a { background-color: rgb(220,224,204); }
div.DivClassName
{
background-color: #DCE0CC;
}
.BgClassName
{
background-color: #DCE0CC;
}
</style>
border-color css
<style>
span { border-color: #DCE0CC; }
span { border-color: rgb(220,224,204); }
td.TdClassName
{
border-color: #DCE0CC;
}
.TagClassName
{
border-color: #DCE0CC;
}
</style>