Shades of Feta #DFE2D6
Tints of Feta #DFE2D6
RGB
CMYK
RGB Variations
Color information
#DFE2D6 (or 0xDFE2D6) is known color: Feta. HEX triplet: DF, E2 and D6. RGB value is (223,226,214). Sum of RGB (Red+Green+Blue) = 223+226+214=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 214 (83.98% from 255 or 32.28% from 663); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2D6 is #201D29. Grayscale: #DFDFDF. Windows color (decimal): -2104618 or 14082783. OLE color: 14082783.
HSL color Cylindrical-coordinate representation of color #DFE2D6: hue angle of 75º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFE2D6 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 226 | 214 | - |
CMYK | 0.01 | 0 | 0.05 | 0.11 |
HSL | 75º | 0.17% | 0.86% | - |
HSV(B) | 75º | 0.05% | 0.89% | - |
XYZ | 69.77 | 74.94 | 74.41 | - |
YUV | 223.74 | 122.51 | 127.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 226 | 214 | 0.01 | 0 | 0.05 | 0.11 | 75 | 0.17 | 0.86 |
Hex | DF | E2 | D6 | 1 | 0 | 5 | B | 4B | 11 | 56 |
Octal | 337 | 342 | 326 | 1 | 0 | 5 | 13 | 113 | 21 | 126 |
Binary | 11011111 | 11100010 | 11010110 | 1 | 0 | 101 | 1011 | 1001011 | 10001 | 1010110 |
Color Harmonies of #DFE2D6
Complementary color
Monochromatic Colors of #DFE2D6
Black with #DFE2D6
Text Example
Text Example
White with #DFE2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2D6; }
p { color: rgb(223,226,214); }
H1.HeaderClassName
{
color: #DFE2D6;
}
.AnyTagClassName
{
color: #DFE2D6;
}
</style>
background-color css
<style>
a { background-color: #DFE2D6; }
a { background-color: rgb(223,226,214); }
div.DivClassName
{
background-color: #DFE2D6;
}
.BgClassName
{
background-color: #DFE2D6;
}
</style>
border-color css
<style>
span { border-color: #DFE2D6; }
span { border-color: rgb(223,226,214); }
td.TdClassName
{
border-color: #DFE2D6;
}
.TagClassName
{
border-color: #DFE2D6;
}
</style>