Shades of Feta #DEE4D5
Tints of Feta #DEE4D5
RGB
CMYK
RGB Variations
Color information
#DEE4D5 (or 0xDEE4D5) is known color: Feta. HEX triplet: DE, E4 and D5. RGB value is (222,228,213). Sum of RGB (Red+Green+Blue) = 222+228+213=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 228 (89.45% from 255 or 34.39% from 663); Blue value is 213 (83.59% from 255 or 32.13% from 663); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE4D5 is #211B2A. Grayscale: #E0E0E0. Windows color (decimal): -2169643 or 14017758. OLE color: 14017758.
HSL color Cylindrical-coordinate representation of color #DEE4D5: hue angle of 84º degrees, saturation: 0.22, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE4D5 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 228 | 213 | - |
CMYK | 0.03 | 0 | 0.07 | 0.11 |
HSL | 84º | 0.22% | 0.86% | - |
HSV(B) | 84º | 0.07% | 0.89% | - |
XYZ | 69.88 | 75.82 | 73.9 | - |
YUV | 224.5 | 121.51 | 126.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 228 | 213 | 0.03 | 0 | 0.07 | 0.11 | 84 | 0.22 | 0.86 |
Hex | DE | E4 | D5 | 3 | 0 | 7 | B | 54 | 16 | 56 |
Octal | 336 | 344 | 325 | 3 | 0 | 7 | 13 | 124 | 26 | 126 |
Binary | 11011110 | 11100100 | 11010101 | 11 | 0 | 111 | 1011 | 1010100 | 10110 | 1010110 |
Color Harmonies of #DEE4D5
Complementary color
Monochromatic Colors of #DEE4D5
Black with #DEE4D5
Text Example
Text Example
White with #DEE4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE4D5; }
p { color: rgb(222,228,213); }
H1.HeaderClassName
{
color: #DEE4D5;
}
.AnyTagClassName
{
color: #DEE4D5;
}
</style>
background-color css
<style>
a { background-color: #DEE4D5; }
a { background-color: rgb(222,228,213); }
div.DivClassName
{
background-color: #DEE4D5;
}
.BgClassName
{
background-color: #DEE4D5;
}
</style>
border-color css
<style>
span { border-color: #DEE4D5; }
span { border-color: rgb(222,228,213); }
td.TdClassName
{
border-color: #DEE4D5;
}
.TagClassName
{
border-color: #DEE4D5;
}
</style>