Shades of Feta #DEE2D2
Tints of Feta #DEE2D2
RGB
CMYK
RGB Variations
Color information
#DEE2D2 (or 0xDEE2D2) is known color: Feta. HEX triplet: DE, E2 and D2. RGB value is (222,226,210). Sum of RGB (Red+Green+Blue) = 222+226+210=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 226 (88.67% from 255 or 34.35% from 658); Blue value is 210 (82.42% from 255 or 31.91% from 658); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2D2 is #211D2D. Grayscale: #DFDFDF. Windows color (decimal): -2170158 or 13820638. OLE color: 13820638.
HSL color Cylindrical-coordinate representation of color #DEE2D2: hue angle of 75º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE2D2 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 210 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.11 |
| HSL | 75º | 0.22% | 0.85% | - |
| HSV(B) | 75º | 0.07% | 0.89% | - |
| XYZ | 68.95 | 74.58 | 71.73 | - |
| YUV | 222.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 210 | 0.02 | 0 | 0.07 | 0.11 | 75 | 0.22 | 0.85 |
| Hex | DE | E2 | D2 | 2 | 0 | 7 | B | 4B | 16 | 55 |
| Octal | 336 | 342 | 322 | 2 | 0 | 7 | 13 | 113 | 26 | 125 |
| Binary | 11011110 | 11100010 | 11010010 | 10 | 0 | 111 | 1011 | 1001011 | 10110 | 1010101 |
Color Harmonies of #DEE2D2
Complementary color
Monochromatic Colors of #DEE2D2
Black with #DEE2D2
Text Example
Text Example
White with #DEE2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE2D2; }
p { color: rgb(222,226,210); }
H1.HeaderClassName
{
color: #DEE2D2;
}
.AnyTagClassName
{
color: #DEE2D2;
}
</style>
background-color css
<style>
a { background-color: #DEE2D2; }
a { background-color: rgb(222,226,210); }
div.DivClassName
{
background-color: #DEE2D2;
}
.BgClassName
{
background-color: #DEE2D2;
}
</style>
border-color css
<style>
span { border-color: #DEE2D2; }
span { border-color: rgb(222,226,210); }
td.TdClassName
{
border-color: #DEE2D2;
}
.TagClassName
{
border-color: #DEE2D2;
}
</style>