Shades of Feta #DCE1CB
Tints of Feta #DCE1CB
RGB
CMYK
RGB Variations
Color information
#DCE1CB (or 0xDCE1CB) is known color: Feta. HEX triplet: DC, E1 and CB. RGB value is (220,225,203). Sum of RGB (Red+Green+Blue) = 220+225+203=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1CB is #231E34. Grayscale: #DDDDDD. Windows color (decimal): -2301493 or 13361628. OLE color: 13361628.
HSL color Cylindrical-coordinate representation of color #DCE1CB: hue angle of 73.64º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCE1CB is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 203 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.12 |
| HSL | 73.64º | 0.27% | 0.84% | - |
| HSV(B) | 73.64º | 0.1% | 0.88% | - |
| XYZ | 67.22 | 73.38 | 67.12 | - |
| YUV | 221 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 203 | 0.02 | 0 | 0.10 | 0.12 | 73.64 | 0.27 | 0.84 |
| Hex | DC | E1 | CB | 2 | 0 | A | C | 4A | 1B | 54 |
| Octal | 334 | 341 | 313 | 2 | 0 | 12 | 14 | 112 | 33 | 124 |
| Binary | 11011100 | 11100001 | 11001011 | 10 | 0 | 1010 | 1100 | 1001010 | 11011 | 1010100 |
Color Harmonies of #DCE1CB
Complementary color
Monochromatic Colors of #DCE1CB
Black with #DCE1CB
Text Example
Text Example
White with #DCE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1CB; }
p { color: rgb(220,225,203); }
H1.HeaderClassName
{
color: #DCE1CB;
}
.AnyTagClassName
{
color: #DCE1CB;
}
</style>
background-color css
<style>
a { background-color: #DCE1CB; }
a { background-color: rgb(220,225,203); }
div.DivClassName
{
background-color: #DCE1CB;
}
.BgClassName
{
background-color: #DCE1CB;
}
</style>
border-color css
<style>
span { border-color: #DCE1CB; }
span { border-color: rgb(220,225,203); }
td.TdClassName
{
border-color: #DCE1CB;
}
.TagClassName
{
border-color: #DCE1CB;
}
</style>