Shades of Feta #DCDDD9
Tints of Feta #DCDDD9
RGB
CMYK
RGB Variations
Color information
#DCDDD9 (or 0xDCDDD9) is known color: Feta. HEX triplet: DC, DD and D9. RGB value is (220,221,217). Sum of RGB (Red+Green+Blue) = 220+221+217=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDD9 is #232226. Grayscale: #DCDCDC. Windows color (decimal): -2302503 or 14278108. OLE color: 14278108.
HSL color Cylindrical-coordinate representation of color #DCDDD9: hue angle of 75º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DCDDD9 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 221 | 217 | - |
CMYK | 0.00 | 0 | 0.02 | 0.13 |
HSL | 75º | 0.06% | 0.86% | - |
HSV(B) | 75º | 0.02% | 0.87% | - |
XYZ | 67.9 | 71.94 | 75.95 | - |
YUV | 220.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 217 | 0.00 | 0 | 0.02 | 0.13 | 75 | 0.06 | 0.86 |
Hex | DC | DD | D9 | 0 | 0 | 2 | D | 4B | 6 | 56 |
Octal | 334 | 335 | 331 | 0 | 0 | 2 | 15 | 113 | 6 | 126 |
Binary | 11011100 | 11011101 | 11011001 | 0 | 0 | 10 | 1101 | 1001011 | 110 | 1010110 |
Color Harmonies of #DCDDD9
Complementary color
Monochromatic Colors of #DCDDD9
Black with #DCDDD9
Text Example
Text Example
White with #DCDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDD9; }
p { color: rgb(220,221,217); }
H1.HeaderClassName
{
color: #DCDDD9;
}
.AnyTagClassName
{
color: #DCDDD9;
}
</style>
background-color css
<style>
a { background-color: #DCDDD9; }
a { background-color: rgb(220,221,217); }
div.DivClassName
{
background-color: #DCDDD9;
}
.BgClassName
{
background-color: #DCDDD9;
}
</style>
border-color css
<style>
span { border-color: #DCDDD9; }
span { border-color: rgb(220,221,217); }
td.TdClassName
{
border-color: #DCDDD9;
}
.TagClassName
{
border-color: #DCDDD9;
}
</style>