Shades of Feta #DDE1D3
Tints of Feta #DDE1D3
RGB
CMYK
RGB Variations
Color information
#DDE1D3 (or 0xDDE1D3) is known color: Feta. HEX triplet: DD, E1 and D3. RGB value is (221,225,211). Sum of RGB (Red+Green+Blue) = 221+225+211=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 211 (82.81% from 255 or 32.12% from 657); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1D3 is #221E2C. Grayscale: #DEDEDE. Windows color (decimal): -2235949 or 13885917. OLE color: 13885917.
HSL color Cylindrical-coordinate representation of color #DDE1D3: hue angle of 77.14º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE1D3 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 211 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.12 |
| HSL | 77.14º | 0.19% | 0.85% | - |
| HSV(B) | 77.14º | 0.06% | 0.88% | - |
| XYZ | 68.5 | 73.93 | 72.29 | - |
| YUV | 222.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 211 | 0.02 | 0 | 0.06 | 0.12 | 77.14 | 0.19 | 0.85 |
| Hex | DD | E1 | D3 | 2 | 0 | 6 | C | 4D | 13 | 55 |
| Octal | 335 | 341 | 323 | 2 | 0 | 6 | 14 | 115 | 23 | 125 |
| Binary | 11011101 | 11100001 | 11010011 | 10 | 0 | 110 | 1100 | 1001101 | 10011 | 1010101 |
Color Harmonies of #DDE1D3
Complementary color
Monochromatic Colors of #DDE1D3
Black with #DDE1D3
Text Example
Text Example
White with #DDE1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1D3; }
p { color: rgb(221,225,211); }
H1.HeaderClassName
{
color: #DDE1D3;
}
.AnyTagClassName
{
color: #DDE1D3;
}
</style>
background-color css
<style>
a { background-color: #DDE1D3; }
a { background-color: rgb(221,225,211); }
div.DivClassName
{
background-color: #DDE1D3;
}
.BgClassName
{
background-color: #DDE1D3;
}
</style>
border-color css
<style>
span { border-color: #DDE1D3; }
span { border-color: rgb(221,225,211); }
td.TdClassName
{
border-color: #DDE1D3;
}
.TagClassName
{
border-color: #DDE1D3;
}
</style>