Shades of Feta #DCE2D1
Tints of Feta #DCE2D1
RGB
CMYK
RGB Variations
Color information
#DCE2D1 (or 0xDCE2D1) is known color: Feta. HEX triplet: DC, E2 and D1. RGB value is (220,226,209). Sum of RGB (Red+Green+Blue) = 220+226+209=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE2D1 is #231D2E. Grayscale: #DEDEDE. Windows color (decimal): -2301231 or 13755100. OLE color: 13755100.
HSL color Cylindrical-coordinate representation of color #DCE2D1: hue angle of 81.18º degrees, saturation: 0.23, 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 #DCE2D1 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 226 | 209 | - |
CMYK | 0.03 | 0 | 0.08 | 0.11 |
HSL | 81.18º | 0.23% | 0.85% | - |
HSV(B) | 81.18º | 0.08% | 0.89% | - |
XYZ | 68.22 | 74.21 | 71.05 | - |
YUV | 222.27 | 120.51 | 126.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 226 | 209 | 0.03 | 0 | 0.08 | 0.11 | 81.18 | 0.23 | 0.85 |
Hex | DC | E2 | D1 | 3 | 0 | 8 | B | 51 | 17 | 55 |
Octal | 334 | 342 | 321 | 3 | 0 | 10 | 13 | 121 | 27 | 125 |
Binary | 11011100 | 11100010 | 11010001 | 11 | 0 | 1000 | 1011 | 1010001 | 10111 | 1010101 |
Color Harmonies of #DCE2D1
Complementary color
Monochromatic Colors of #DCE2D1
Black with #DCE2D1
Text Example
Text Example
White with #DCE2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE2D1; }
p { color: rgb(220,226,209); }
H1.HeaderClassName
{
color: #DCE2D1;
}
.AnyTagClassName
{
color: #DCE2D1;
}
</style>
background-color css
<style>
a { background-color: #DCE2D1; }
a { background-color: rgb(220,226,209); }
div.DivClassName
{
background-color: #DCE2D1;
}
.BgClassName
{
background-color: #DCE2D1;
}
</style>
border-color css
<style>
span { border-color: #DCE2D1; }
span { border-color: rgb(220,226,209); }
td.TdClassName
{
border-color: #DCE2D1;
}
.TagClassName
{
border-color: #DCE2D1;
}
</style>