Shades of Feta #DCE3CD
Tints of Feta #DCE3CD
RGB
CMYK
RGB Variations
Color information
#DCE3CD (or 0xDCE3CD) is known color: Feta. HEX triplet: DC, E3 and CD. RGB value is (220,227,205). Sum of RGB (Red+Green+Blue) = 220+227+205=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3CD is #231C32. Grayscale: #DEDEDE. Windows color (decimal): -2300979 or 13493212. OLE color: 13493212.
HSL color Cylindrical-coordinate representation of color #DCE3CD: hue angle of 79.09º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCE3CD is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 227 | 205 | - |
CMYK | 0.03 | 0 | 0.10 | 0.11 |
HSL | 79.09º | 0.28% | 0.85% | - |
HSV(B) | 79.09º | 0.1% | 0.89% | - |
XYZ | 68 | 74.56 | 68.57 | - |
YUV | 222.4 | 118.18 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 227 | 205 | 0.03 | 0 | 0.10 | 0.11 | 79.09 | 0.28 | 0.85 |
Hex | DC | E3 | CD | 3 | 0 | A | B | 4F | 1C | 55 |
Octal | 334 | 343 | 315 | 3 | 0 | 12 | 13 | 117 | 34 | 125 |
Binary | 11011100 | 11100011 | 11001101 | 11 | 0 | 1010 | 1011 | 1001111 | 11100 | 1010101 |
Color Harmonies of #DCE3CD
Complementary color
Monochromatic Colors of #DCE3CD
Black with #DCE3CD
Text Example
Text Example
White with #DCE3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3CD; }
p { color: rgb(220,227,205); }
H1.HeaderClassName
{
color: #DCE3CD;
}
.AnyTagClassName
{
color: #DCE3CD;
}
</style>
background-color css
<style>
a { background-color: #DCE3CD; }
a { background-color: rgb(220,227,205); }
div.DivClassName
{
background-color: #DCE3CD;
}
.BgClassName
{
background-color: #DCE3CD;
}
</style>
border-color css
<style>
span { border-color: #DCE3CD; }
span { border-color: rgb(220,227,205); }
td.TdClassName
{
border-color: #DCE3CD;
}
.TagClassName
{
border-color: #DCE3CD;
}
</style>