Shades of Feta #DCE1CF
Tints of Feta #DCE1CF
RGB
CMYK
RGB Variations
Color information
#DCE1CF (or 0xDCE1CF) is known color: Feta. HEX triplet: DC, E1 and CF. RGB value is (220,225,207). Sum of RGB (Red+Green+Blue) = 220+225+207=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1CF is #231E30. Grayscale: #DDDDDD. Windows color (decimal): -2301489 or 13623772. OLE color: 13623772.
HSL color Cylindrical-coordinate representation of color #DCE1CF: hue angle of 76.67º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE1CF is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 207 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.12 |
| HSL | 76.67º | 0.23% | 0.85% | - |
| HSV(B) | 76.67º | 0.08% | 0.88% | - |
| XYZ | 67.7 | 73.57 | 69.66 | - |
| YUV | 221.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 207 | 0.02 | 0 | 0.08 | 0.12 | 76.67 | 0.23 | 0.85 |
| Hex | DC | E1 | CF | 2 | 0 | 8 | C | 4D | 17 | 55 |
| Octal | 334 | 341 | 317 | 2 | 0 | 10 | 14 | 115 | 27 | 125 |
| Binary | 11011100 | 11100001 | 11001111 | 10 | 0 | 1000 | 1100 | 1001101 | 10111 | 1010101 |
Color Harmonies of #DCE1CF
Complementary color
Monochromatic Colors of #DCE1CF
Black with #DCE1CF
Text Example
Text Example
White with #DCE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1CF; }
p { color: rgb(220,225,207); }
H1.HeaderClassName
{
color: #DCE1CF;
}
.AnyTagClassName
{
color: #DCE1CF;
}
</style>
background-color css
<style>
a { background-color: #DCE1CF; }
a { background-color: rgb(220,225,207); }
div.DivClassName
{
background-color: #DCE1CF;
}
.BgClassName
{
background-color: #DCE1CF;
}
</style>
border-color css
<style>
span { border-color: #DCE1CF; }
span { border-color: rgb(220,225,207); }
td.TdClassName
{
border-color: #DCE1CF;
}
.TagClassName
{
border-color: #DCE1CF;
}
</style>