Shades of Feta #DCE2CF
Tints of Feta #DCE2CF
RGB
CMYK
RGB Variations
Color information
#DCE2CF (or 0xDCE2CF) is known color: Feta. HEX triplet: DC, E2 and CF. RGB value is (220,226,207). Sum of RGB (Red+Green+Blue) = 220+226+207=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE2CF is #231D30. Grayscale: #DEDEDE. Windows color (decimal): -2301233 or 13624028. OLE color: 13624028.
HSL color Cylindrical-coordinate representation of color #DCE2CF: hue angle of 78.95º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE2CF is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 207 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.11 |
| HSL | 78.95º | 0.25% | 0.85% | - |
| HSV(B) | 78.95º | 0.08% | 0.89% | - |
| XYZ | 67.97 | 74.11 | 69.75 | - |
| YUV | 222.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 207 | 0.03 | 0 | 0.08 | 0.11 | 78.95 | 0.25 | 0.85 |
| Hex | DC | E2 | CF | 3 | 0 | 8 | B | 4F | 19 | 55 |
| Octal | 334 | 342 | 317 | 3 | 0 | 10 | 13 | 117 | 31 | 125 |
| Binary | 11011100 | 11100010 | 11001111 | 11 | 0 | 1000 | 1011 | 1001111 | 11001 | 1010101 |
Color Harmonies of #DCE2CF
Complementary color
Monochromatic Colors of #DCE2CF
Black with #DCE2CF
Text Example
Text Example
White with #DCE2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE2CF; }
p { color: rgb(220,226,207); }
H1.HeaderClassName
{
color: #DCE2CF;
}
.AnyTagClassName
{
color: #DCE2CF;
}
</style>
background-color css
<style>
a { background-color: #DCE2CF; }
a { background-color: rgb(220,226,207); }
div.DivClassName
{
background-color: #DCE2CF;
}
.BgClassName
{
background-color: #DCE2CF;
}
</style>
border-color css
<style>
span { border-color: #DCE2CF; }
span { border-color: rgb(220,226,207); }
td.TdClassName
{
border-color: #DCE2CF;
}
.TagClassName
{
border-color: #DCE2CF;
}
</style>