Shades of Feta #DCE1D3
Tints of Feta #DCE1D3
RGB
CMYK
RGB Variations
Color information
#DCE1D3 (or 0xDCE1D3) is known color: Feta. HEX triplet: DC, E1 and D3. RGB value is (220,225,211). Sum of RGB (Red+Green+Blue) = 220+225+211=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1D3 is #231E2C. Grayscale: #DDDDDD. Windows color (decimal): -2301485 or 13885916. OLE color: 13885916.
HSL color Cylindrical-coordinate representation of color #DCE1D3: hue angle of 81.43º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE1D3 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 211 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.12 |
| HSL | 81.43º | 0.19% | 0.85% | - |
| HSV(B) | 81.43º | 0.06% | 0.88% | - |
| XYZ | 68.2 | 73.77 | 72.27 | - |
| YUV | 221.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 211 | 0.02 | 0 | 0.06 | 0.12 | 81.43 | 0.19 | 0.85 |
| Hex | DC | E1 | D3 | 2 | 0 | 6 | C | 51 | 13 | 55 |
| Octal | 334 | 341 | 323 | 2 | 0 | 6 | 14 | 121 | 23 | 125 |
| Binary | 11011100 | 11100001 | 11010011 | 10 | 0 | 110 | 1100 | 1010001 | 10011 | 1010101 |
Color Harmonies of #DCE1D3
Complementary color
Monochromatic Colors of #DCE1D3
Black with #DCE1D3
Text Example
Text Example
White with #DCE1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1D3; }
p { color: rgb(220,225,211); }
H1.HeaderClassName
{
color: #DCE1D3;
}
.AnyTagClassName
{
color: #DCE1D3;
}
</style>
background-color css
<style>
a { background-color: #DCE1D3; }
a { background-color: rgb(220,225,211); }
div.DivClassName
{
background-color: #DCE1D3;
}
.BgClassName
{
background-color: #DCE1D3;
}
</style>
border-color css
<style>
span { border-color: #DCE1D3; }
span { border-color: rgb(220,225,211); }
td.TdClassName
{
border-color: #DCE1D3;
}
.TagClassName
{
border-color: #DCE1D3;
}
</style>