Shades of Feta #DCDDD7
Tints of Feta #DCDDD7
RGB
CMYK
RGB Variations
Color information
#DCDDD7 (or 0xDCDDD7) is known color: Feta. HEX triplet: DC, DD and D7. RGB value is (220,221,215). Sum of RGB (Red+Green+Blue) = 220+221+215=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDD7 is #232228. Grayscale: #DCDCDC. Windows color (decimal): -2302505 or 14147036. OLE color: 14147036.
HSL color Cylindrical-coordinate representation of color #DCDDD7: hue angle of 70º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCDDD7 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 221 | 215 | - |
CMYK | 0.00 | 0 | 0.03 | 0.13 |
HSL | 70º | 0.08% | 0.85% | - |
HSV(B) | 70º | 0.03% | 0.87% | - |
XYZ | 67.64 | 71.83 | 74.59 | - |
YUV | 220.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 215 | 0.00 | 0 | 0.03 | 0.13 | 70 | 0.08 | 0.85 |
Hex | DC | DD | D7 | 0 | 0 | 3 | D | 46 | 8 | 55 |
Octal | 334 | 335 | 327 | 0 | 0 | 3 | 15 | 106 | 10 | 125 |
Binary | 11011100 | 11011101 | 11010111 | 0 | 0 | 11 | 1101 | 1000110 | 1000 | 1010101 |
Color Harmonies of #DCDDD7
Complementary color
Monochromatic Colors of #DCDDD7
Black with #DCDDD7
Text Example
Text Example
White with #DCDDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDD7; }
p { color: rgb(220,221,215); }
H1.HeaderClassName
{
color: #DCDDD7;
}
.AnyTagClassName
{
color: #DCDDD7;
}
</style>
background-color css
<style>
a { background-color: #DCDDD7; }
a { background-color: rgb(220,221,215); }
div.DivClassName
{
background-color: #DCDDD7;
}
.BgClassName
{
background-color: #DCDDD7;
}
</style>
border-color css
<style>
span { border-color: #DCDDD7; }
span { border-color: rgb(220,221,215); }
td.TdClassName
{
border-color: #DCDDD7;
}
.TagClassName
{
border-color: #DCDDD7;
}
</style>