Shades of Feta #DCE1D4
Tints of Feta #DCE1D4
RGB
CMYK
RGB Variations
Color information
#DCE1D4 (or 0xDCE1D4) is known color: Feta. HEX triplet: DC, E1 and D4. RGB value is (220,225,212). Sum of RGB (Red+Green+Blue) = 220+225+212=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1D4 is #231E2B. Grayscale: #DEDEDE. Windows color (decimal): -2301484 or 13951452. OLE color: 13951452.
HSL color Cylindrical-coordinate representation of color #DCE1D4: hue angle of 83.08º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE1D4 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
RGB | 220 | 225 | 212 | - |
CMYK | 0.02 | 0 | 0.06 | 0.12 |
HSL | 83.08º | 0.18% | 0.86% | - |
HSV(B) | 83.08º | 0.06% | 0.88% | - |
XYZ | 68.32 | 73.82 | 72.93 | - |
YUV | 222.02 | 122.34 | 126.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 225 | 212 | 0.02 | 0 | 0.06 | 0.12 | 83.08 | 0.18 | 0.86 |
Hex | DC | E1 | D4 | 2 | 0 | 6 | C | 53 | 12 | 56 |
Octal | 334 | 341 | 324 | 2 | 0 | 6 | 14 | 123 | 22 | 126 |
Binary | 11011100 | 11100001 | 11010100 | 10 | 0 | 110 | 1100 | 1010011 | 10010 | 1010110 |
Color Harmonies of #DCE1D4
Complementary color
Monochromatic Colors of #DCE1D4
Black with #DCE1D4
Text Example
Text Example
White with #DCE1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1D4; }
p { color: rgb(220,225,212); }
H1.HeaderClassName
{
color: #DCE1D4;
}
.AnyTagClassName
{
color: #DCE1D4;
}
</style>
background-color css
<style>
a { background-color: #DCE1D4; }
a { background-color: rgb(220,225,212); }
div.DivClassName
{
background-color: #DCE1D4;
}
.BgClassName
{
background-color: #DCE1D4;
}
</style>
border-color css
<style>
span { border-color: #DCE1D4; }
span { border-color: rgb(220,225,212); }
td.TdClassName
{
border-color: #DCE1D4;
}
.TagClassName
{
border-color: #DCE1D4;
}
</style>