Shades of Feta #DEE0D5
Tints of Feta #DEE0D5
RGB
CMYK
RGB Variations
Color information
#DEE0D5 (or 0xDEE0D5) is known color: Feta. HEX triplet: DE, E0 and D5. RGB value is (222,224,213). Sum of RGB (Red+Green+Blue) = 222+224+213=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0D5 is #211F2A. Grayscale: #DEDEDE. Windows color (decimal): -2170667 or 14016734. OLE color: 14016734.
HSL color Cylindrical-coordinate representation of color #DEE0D5: hue angle of 70.91º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEE0D5 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 213 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.12 |
| HSL | 70.91º | 0.15% | 0.86% | - |
| HSV(B) | 70.91º | 0.05% | 0.88% | - |
| XYZ | 68.79 | 73.65 | 73.54 | - |
| YUV | 222.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 213 | 0.01 | 0 | 0.05 | 0.12 | 70.91 | 0.15 | 0.86 |
| Hex | DE | E0 | D5 | 1 | 0 | 5 | C | 47 | F | 56 |
| Octal | 336 | 340 | 325 | 1 | 0 | 5 | 14 | 107 | 17 | 126 |
| Binary | 11011110 | 11100000 | 11010101 | 1 | 0 | 101 | 1100 | 1000111 | 1111 | 1010110 |
Color Harmonies of #DEE0D5
Complementary color
Monochromatic Colors of #DEE0D5
Black with #DEE0D5
Text Example
Text Example
White with #DEE0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0D5; }
p { color: rgb(222,224,213); }
H1.HeaderClassName
{
color: #DEE0D5;
}
.AnyTagClassName
{
color: #DEE0D5;
}
</style>
background-color css
<style>
a { background-color: #DEE0D5; }
a { background-color: rgb(222,224,213); }
div.DivClassName
{
background-color: #DEE0D5;
}
.BgClassName
{
background-color: #DEE0D5;
}
</style>
border-color css
<style>
span { border-color: #DEE0D5; }
span { border-color: rgb(222,224,213); }
td.TdClassName
{
border-color: #DEE0D5;
}
.TagClassName
{
border-color: #DEE0D5;
}
</style>