Shades of Feta #DCDED6
Tints of Feta #DCDED6
RGB
CMYK
RGB Variations
Color information
#DCDED6 (or 0xDCDED6) is known color: Feta. HEX triplet: DC, DE and D6. RGB value is (220,222,214). Sum of RGB (Red+Green+Blue) = 220+222+214=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDED6 is #232129. Grayscale: #DCDCDC. Windows color (decimal): -2302250 or 14081756. OLE color: 14081756.
HSL color Cylindrical-coordinate representation of color #DCDED6: hue angle of 75º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCDED6 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 222 | 214 | - |
CMYK | 0.01 | 0 | 0.04 | 0.13 |
HSL | 75º | 0.11% | 0.85% | - |
HSV(B) | 75º | 0.04% | 0.87% | - |
XYZ | 67.77 | 72.31 | 74 | - |
YUV | 220.49 | 124.34 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 214 | 0.01 | 0 | 0.04 | 0.13 | 75 | 0.11 | 0.85 |
Hex | DC | DE | D6 | 1 | 0 | 4 | D | 4B | B | 55 |
Octal | 334 | 336 | 326 | 1 | 0 | 4 | 15 | 113 | 13 | 125 |
Binary | 11011100 | 11011110 | 11010110 | 1 | 0 | 100 | 1101 | 1001011 | 1011 | 1010101 |
Color Harmonies of #DCDED6
Complementary color
Monochromatic Colors of #DCDED6
Black with #DCDED6
Text Example
Text Example
White with #DCDED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDED6; }
p { color: rgb(220,222,214); }
H1.HeaderClassName
{
color: #DCDED6;
}
.AnyTagClassName
{
color: #DCDED6;
}
</style>
background-color css
<style>
a { background-color: #DCDED6; }
a { background-color: rgb(220,222,214); }
div.DivClassName
{
background-color: #DCDED6;
}
.BgClassName
{
background-color: #DCDED6;
}
</style>
border-color css
<style>
span { border-color: #DCDED6; }
span { border-color: rgb(220,222,214); }
td.TdClassName
{
border-color: #DCDED6;
}
.TagClassName
{
border-color: #DCDED6;
}
</style>