Shades of Feta #DEE3D5
Tints of Feta #DEE3D5
RGB
CMYK
RGB Variations
Color information
#DEE3D5 (or 0xDEE3D5) is known color: Feta. HEX triplet: DE, E3 and D5. RGB value is (222,227,213). Sum of RGB (Red+Green+Blue) = 222+227+213=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 227 (89.06% from 255 or 34.29% from 662); Blue value is 213 (83.59% from 255 or 32.18% from 662); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3D5 is #211C2A. Grayscale: #DFDFDF. Windows color (decimal): -2169899 or 14017502. OLE color: 14017502.
HSL color Cylindrical-coordinate representation of color #DEE3D5: hue angle of 81.43º degrees, saturation: 0.2, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEE3D5 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 227 | 213 | - |
CMYK | 0.02 | 0 | 0.06 | 0.11 |
HSL | 81.43º | 0.2% | 0.86% | - |
HSV(B) | 81.43º | 0.06% | 0.89% | - |
XYZ | 69.6 | 75.27 | 73.81 | - |
YUV | 223.91 | 121.84 | 126.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 227 | 213 | 0.02 | 0 | 0.06 | 0.11 | 81.43 | 0.2 | 0.86 |
Hex | DE | E3 | D5 | 2 | 0 | 6 | B | 51 | 14 | 56 |
Octal | 336 | 343 | 325 | 2 | 0 | 6 | 13 | 121 | 24 | 126 |
Binary | 11011110 | 11100011 | 11010101 | 10 | 0 | 110 | 1011 | 1010001 | 10100 | 1010110 |
Color Harmonies of #DEE3D5
Complementary color
Monochromatic Colors of #DEE3D5
Black with #DEE3D5
Text Example
Text Example
White with #DEE3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3D5; }
p { color: rgb(222,227,213); }
H1.HeaderClassName
{
color: #DEE3D5;
}
.AnyTagClassName
{
color: #DEE3D5;
}
</style>
background-color css
<style>
a { background-color: #DEE3D5; }
a { background-color: rgb(222,227,213); }
div.DivClassName
{
background-color: #DEE3D5;
}
.BgClassName
{
background-color: #DEE3D5;
}
</style>
border-color css
<style>
span { border-color: #DEE3D5; }
span { border-color: rgb(222,227,213); }
td.TdClassName
{
border-color: #DEE3D5;
}
.TagClassName
{
border-color: #DEE3D5;
}
</style>