Shades of Feta #DEE1D4
Tints of Feta #DEE1D4
RGB
CMYK
RGB Variations
Color information
#DEE1D4 (or 0xDEE1D4) is known color: Feta. HEX triplet: DE, E1 and D4. RGB value is (222,225,212). Sum of RGB (Red+Green+Blue) = 222+225+212=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1D4 is #211E2B. Grayscale: #DEDEDE. Windows color (decimal): -2170412 or 13951454. OLE color: 13951454.
HSL color Cylindrical-coordinate representation of color #DEE1D4: hue angle of 73.85º 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 #DEE1D4 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
RGB | 222 | 225 | 212 | - |
CMYK | 0.01 | 0 | 0.06 | 0.12 |
HSL | 73.85º | 0.18% | 0.86% | - |
HSV(B) | 73.85º | 0.06% | 0.88% | - |
XYZ | 68.93 | 74.13 | 72.96 | - |
YUV | 222.62 | 122.01 | 127.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 225 | 212 | 0.01 | 0 | 0.06 | 0.12 | 73.85 | 0.18 | 0.86 |
Hex | DE | E1 | D4 | 1 | 0 | 6 | C | 4A | 12 | 56 |
Octal | 336 | 341 | 324 | 1 | 0 | 6 | 14 | 112 | 22 | 126 |
Binary | 11011110 | 11100001 | 11010100 | 1 | 0 | 110 | 1100 | 1001010 | 10010 | 1010110 |
Color Harmonies of #DEE1D4
Complementary color
Monochromatic Colors of #DEE1D4
Black with #DEE1D4
Text Example
Text Example
White with #DEE1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1D4; }
p { color: rgb(222,225,212); }
H1.HeaderClassName
{
color: #DEE1D4;
}
.AnyTagClassName
{
color: #DEE1D4;
}
</style>
background-color css
<style>
a { background-color: #DEE1D4; }
a { background-color: rgb(222,225,212); }
div.DivClassName
{
background-color: #DEE1D4;
}
.BgClassName
{
background-color: #DEE1D4;
}
</style>
border-color css
<style>
span { border-color: #DEE1D4; }
span { border-color: rgb(222,225,212); }
td.TdClassName
{
border-color: #DEE1D4;
}
.TagClassName
{
border-color: #DEE1D4;
}
</style>