Shades of Feta #DCDED4
Tints of Feta #DCDED4
RGB
CMYK
RGB Variations
Color information
#DCDED4 (or 0xDCDED4) is known color: Feta. HEX triplet: DC, DE and D4. RGB value is (220,222,212). Sum of RGB (Red+Green+Blue) = 220+222+212=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDED4 is #23212B. Grayscale: #DCDCDC. Windows color (decimal): -2302252 or 13950684. OLE color: 13950684.
HSL color Cylindrical-coordinate representation of color #DCDED4: hue angle of 72º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCDED4 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 222 | 212 | - |
CMYK | 0.01 | 0 | 0.05 | 0.13 |
HSL | 72º | 0.13% | 0.85% | - |
HSV(B) | 72º | 0.05% | 0.87% | - |
XYZ | 67.52 | 72.21 | 72.67 | - |
YUV | 220.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 212 | 0.01 | 0 | 0.05 | 0.13 | 72 | 0.13 | 0.85 |
Hex | DC | DE | D4 | 1 | 0 | 5 | D | 48 | D | 55 |
Octal | 334 | 336 | 324 | 1 | 0 | 5 | 15 | 110 | 15 | 125 |
Binary | 11011100 | 11011110 | 11010100 | 1 | 0 | 101 | 1101 | 1001000 | 1101 | 1010101 |
Color Harmonies of #DCDED4
Complementary color
Monochromatic Colors of #DCDED4
Black with #DCDED4
Text Example
Text Example
White with #DCDED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDED4; }
p { color: rgb(220,222,212); }
H1.HeaderClassName
{
color: #DCDED4;
}
.AnyTagClassName
{
color: #DCDED4;
}
</style>
background-color css
<style>
a { background-color: #DCDED4; }
a { background-color: rgb(220,222,212); }
div.DivClassName
{
background-color: #DCDED4;
}
.BgClassName
{
background-color: #DCDED4;
}
</style>
border-color css
<style>
span { border-color: #DCDED4; }
span { border-color: rgb(220,222,212); }
td.TdClassName
{
border-color: #DCDED4;
}
.TagClassName
{
border-color: #DCDED4;
}
</style>