Shades of Feta #DCE3CC
Tints of Feta #DCE3CC
RGB
CMYK
RGB Variations
Color information
#DCE3CC (or 0xDCE3CC) is known color: Feta. HEX triplet: DC, E3 and CC. RGB value is (220,227,204). Sum of RGB (Red+Green+Blue) = 220+227+204=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3CC is #231C33. Grayscale: #DEDEDE. Windows color (decimal): -2300980 or 13427676. OLE color: 13427676.
HSL color Cylindrical-coordinate representation of color #DCE3CC: hue angle of 78.26º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCE3CC is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 204 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.11 |
| HSL | 78.26º | 0.29% | 0.85% | - |
| HSV(B) | 78.26º | 0.1% | 0.89% | - |
| XYZ | 67.88 | 74.51 | 67.93 | - |
| YUV | 222.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 204 | 0.03 | 0 | 0.10 | 0.11 | 78.26 | 0.29 | 0.85 |
| Hex | DC | E3 | CC | 3 | 0 | A | B | 4E | 1D | 55 |
| Octal | 334 | 343 | 314 | 3 | 0 | 12 | 13 | 116 | 35 | 125 |
| Binary | 11011100 | 11100011 | 11001100 | 11 | 0 | 1010 | 1011 | 1001110 | 11101 | 1010101 |
Color Harmonies of #DCE3CC
Complementary color
Monochromatic Colors of #DCE3CC
Black with #DCE3CC
Text Example
Text Example
White with #DCE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3CC; }
p { color: rgb(220,227,204); }
H1.HeaderClassName
{
color: #DCE3CC;
}
.AnyTagClassName
{
color: #DCE3CC;
}
</style>
background-color css
<style>
a { background-color: #DCE3CC; }
a { background-color: rgb(220,227,204); }
div.DivClassName
{
background-color: #DCE3CC;
}
.BgClassName
{
background-color: #DCE3CC;
}
</style>
border-color css
<style>
span { border-color: #DCE3CC; }
span { border-color: rgb(220,227,204); }
td.TdClassName
{
border-color: #DCE3CC;
}
.TagClassName
{
border-color: #DCE3CC;
}
</style>