Shades of Feta #DCDED8
Tints of Feta #DCDED8
RGB
CMYK
RGB Variations
Color information
#DCDED8 (or 0xDCDED8) is known color: Feta. HEX triplet: DC, DE and D8. RGB value is (220,222,216). Sum of RGB (Red+Green+Blue) = 220+222+216=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDED8 is #232127. Grayscale: #DCDCDC. Windows color (decimal): -2302248 or 14212828. OLE color: 14212828.
HSL color Cylindrical-coordinate representation of color #DCDED8: hue angle of 80º degrees, saturation: 0.08, 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 #DCDED8 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 222 | 216 | - |
CMYK | 0.01 | 0 | 0.03 | 0.13 |
HSL | 80º | 0.08% | 0.86% | - |
HSV(B) | 80º | 0.03% | 0.87% | - |
XYZ | 68.03 | 72.42 | 75.36 | - |
YUV | 220.72 | 125.34 | 127.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 216 | 0.01 | 0 | 0.03 | 0.13 | 80 | 0.08 | 0.86 |
Hex | DC | DE | D8 | 1 | 0 | 3 | D | 50 | 8 | 56 |
Octal | 334 | 336 | 330 | 1 | 0 | 3 | 15 | 120 | 10 | 126 |
Binary | 11011100 | 11011110 | 11011000 | 1 | 0 | 11 | 1101 | 1010000 | 1000 | 1010110 |
Color Harmonies of #DCDED8
Complementary color
Monochromatic Colors of #DCDED8
Black with #DCDED8
Text Example
Text Example
White with #DCDED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDED8; }
p { color: rgb(220,222,216); }
H1.HeaderClassName
{
color: #DCDED8;
}
.AnyTagClassName
{
color: #DCDED8;
}
</style>
background-color css
<style>
a { background-color: #DCDED8; }
a { background-color: rgb(220,222,216); }
div.DivClassName
{
background-color: #DCDED8;
}
.BgClassName
{
background-color: #DCDED8;
}
</style>
border-color css
<style>
span { border-color: #DCDED8; }
span { border-color: rgb(220,222,216); }
td.TdClassName
{
border-color: #DCDED8;
}
.TagClassName
{
border-color: #DCDED8;
}
</style>