Shades of Feta #DCE2CB
Tints of Feta #DCE2CB
RGB
CMYK
RGB Variations
Color information
#DCE2CB (or 0xDCE2CB) is known color: Feta. HEX triplet: DC, E2 and CB. RGB value is (220,226,203). Sum of RGB (Red+Green+Blue) = 220+226+203=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE2CB is #231D34. Grayscale: #DDDDDD. Windows color (decimal): -2301237 or 13361884. OLE color: 13361884.
HSL color Cylindrical-coordinate representation of color #DCE2CB: hue angle of 75.65º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCE2CB is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 203 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.11 |
| HSL | 75.65º | 0.28% | 0.84% | - |
| HSV(B) | 75.65º | 0.1% | 0.89% | - |
| XYZ | 67.49 | 73.92 | 67.21 | - |
| YUV | 221.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 203 | 0.03 | 0 | 0.10 | 0.11 | 75.65 | 0.28 | 0.84 |
| Hex | DC | E2 | CB | 3 | 0 | A | B | 4C | 1C | 54 |
| Octal | 334 | 342 | 313 | 3 | 0 | 12 | 13 | 114 | 34 | 124 |
| Binary | 11011100 | 11100010 | 11001011 | 11 | 0 | 1010 | 1011 | 1001100 | 11100 | 1010100 |
Color Harmonies of #DCE2CB
Complementary color
Monochromatic Colors of #DCE2CB
Black with #DCE2CB
Text Example
Text Example
White with #DCE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE2CB; }
p { color: rgb(220,226,203); }
H1.HeaderClassName
{
color: #DCE2CB;
}
.AnyTagClassName
{
color: #DCE2CB;
}
</style>
background-color css
<style>
a { background-color: #DCE2CB; }
a { background-color: rgb(220,226,203); }
div.DivClassName
{
background-color: #DCE2CB;
}
.BgClassName
{
background-color: #DCE2CB;
}
</style>
border-color css
<style>
span { border-color: #DCE2CB; }
span { border-color: rgb(220,226,203); }
td.TdClassName
{
border-color: #DCE2CB;
}
.TagClassName
{
border-color: #DCE2CB;
}
</style>