Shades of Feta #DCE1CC
Tints of Feta #DCE1CC
RGB
CMYK
RGB Variations
Color information
#DCE1CC (or 0xDCE1CC) is known color: Feta. HEX triplet: DC, E1 and CC. RGB value is (220,225,204). Sum of RGB (Red+Green+Blue) = 220+225+204=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1CC is #231E33. Grayscale: #DDDDDD. Windows color (decimal): -2301492 or 13427164. OLE color: 13427164.
HSL color Cylindrical-coordinate representation of color #DCE1CC: hue angle of 74.29º degrees, saturation: 0.26, 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 #DCE1CC is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 204 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.12 |
| HSL | 74.29º | 0.26% | 0.84% | - |
| HSV(B) | 74.29º | 0.09% | 0.88% | - |
| XYZ | 67.34 | 73.43 | 67.75 | - |
| YUV | 221.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 204 | 0.02 | 0 | 0.09 | 0.12 | 74.29 | 0.26 | 0.84 |
| Hex | DC | E1 | CC | 2 | 0 | 9 | C | 4A | 1A | 54 |
| Octal | 334 | 341 | 314 | 2 | 0 | 11 | 14 | 112 | 32 | 124 |
| Binary | 11011100 | 11100001 | 11001100 | 10 | 0 | 1001 | 1100 | 1001010 | 11010 | 1010100 |
Color Harmonies of #DCE1CC
Complementary color
Monochromatic Colors of #DCE1CC
Black with #DCE1CC
Text Example
Text Example
White with #DCE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1CC; }
p { color: rgb(220,225,204); }
H1.HeaderClassName
{
color: #DCE1CC;
}
.AnyTagClassName
{
color: #DCE1CC;
}
</style>
background-color css
<style>
a { background-color: #DCE1CC; }
a { background-color: rgb(220,225,204); }
div.DivClassName
{
background-color: #DCE1CC;
}
.BgClassName
{
background-color: #DCE1CC;
}
</style>
border-color css
<style>
span { border-color: #DCE1CC; }
span { border-color: rgb(220,225,204); }
td.TdClassName
{
border-color: #DCE1CC;
}
.TagClassName
{
border-color: #DCE1CC;
}
</style>