Shades of Feta #DCDED7
Tints of Feta #DCDED7
RGB
CMYK
RGB Variations
Color information
#DCDED7 (or 0xDCDED7) is known color: Feta. HEX triplet: DC, DE and D7. RGB value is (220,222,215). Sum of RGB (Red+Green+Blue) = 220+222+215=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDED7 is #232128. Grayscale: #DCDCDC. Windows color (decimal): -2302249 or 14147292. OLE color: 14147292.
HSL color Cylindrical-coordinate representation of color #DCDED7: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCDED7 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 222 | 215 | - |
CMYK | 0.01 | 0 | 0.03 | 0.13 |
HSL | 77.14º | 0.1% | 0.86% | - |
HSV(B) | 77.14º | 0.03% | 0.87% | - |
XYZ | 67.9 | 72.36 | 74.68 | - |
YUV | 220.6 | 124.84 | 127.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 215 | 0.01 | 0 | 0.03 | 0.13 | 77.14 | 0.1 | 0.86 |
Hex | DC | DE | D7 | 1 | 0 | 3 | D | 4D | A | 56 |
Octal | 334 | 336 | 327 | 1 | 0 | 3 | 15 | 115 | 12 | 126 |
Binary | 11011100 | 11011110 | 11010111 | 1 | 0 | 11 | 1101 | 1001101 | 1010 | 1010110 |
Color Harmonies of #DCDED7
Complementary color
Monochromatic Colors of #DCDED7
Black with #DCDED7
Text Example
Text Example
White with #DCDED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDED7; }
p { color: rgb(220,222,215); }
H1.HeaderClassName
{
color: #DCDED7;
}
.AnyTagClassName
{
color: #DCDED7;
}
</style>
background-color css
<style>
a { background-color: #DCDED7; }
a { background-color: rgb(220,222,215); }
div.DivClassName
{
background-color: #DCDED7;
}
.BgClassName
{
background-color: #DCDED7;
}
</style>
border-color css
<style>
span { border-color: #DCDED7; }
span { border-color: rgb(220,222,215); }
td.TdClassName
{
border-color: #DCDED7;
}
.TagClassName
{
border-color: #DCDED7;
}
</style>