Shades of Feta #DEE0D9
Tints of Feta #DEE0D9
RGB
CMYK
RGB Variations
Color information
#DEE0D9 (or 0xDEE0D9) is known color: Feta. HEX triplet: DE, E0 and D9. RGB value is (222,224,217). Sum of RGB (Red+Green+Blue) = 222+224+217=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 217 (85.16% from 255 or 32.73% from 663); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0D9 is #211F26. Grayscale: #DEDEDE. Windows color (decimal): -2170663 or 14278878. OLE color: 14278878.
HSL color Cylindrical-coordinate representation of color #DEE0D9: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE0D9 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 217 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.12 |
| HSL | 77.14º | 0.1% | 0.86% | - |
| HSV(B) | 77.14º | 0.03% | 0.88% | - |
| XYZ | 69.3 | 73.85 | 76.25 | - |
| YUV | 222.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 217 | 0.01 | 0 | 0.03 | 0.12 | 77.14 | 0.1 | 0.86 |
| Hex | DE | E0 | D9 | 1 | 0 | 3 | C | 4D | A | 56 |
| Octal | 336 | 340 | 331 | 1 | 0 | 3 | 14 | 115 | 12 | 126 |
| Binary | 11011110 | 11100000 | 11011001 | 1 | 0 | 11 | 1100 | 1001101 | 1010 | 1010110 |
Color Harmonies of #DEE0D9
Complementary color
Monochromatic Colors of #DEE0D9
Black with #DEE0D9
Text Example
Text Example
White with #DEE0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0D9; }
p { color: rgb(222,224,217); }
H1.HeaderClassName
{
color: #DEE0D9;
}
.AnyTagClassName
{
color: #DEE0D9;
}
</style>
background-color css
<style>
a { background-color: #DEE0D9; }
a { background-color: rgb(222,224,217); }
div.DivClassName
{
background-color: #DEE0D9;
}
.BgClassName
{
background-color: #DEE0D9;
}
</style>
border-color css
<style>
span { border-color: #DEE0D9; }
span { border-color: rgb(222,224,217); }
td.TdClassName
{
border-color: #DEE0D9;
}
.TagClassName
{
border-color: #DEE0D9;
}
</style>