Shades of Feta #DDE1D1
Tints of Feta #DDE1D1
RGB
CMYK
RGB Variations
Color information
#DDE1D1 (or 0xDDE1D1) is known color: Feta. HEX triplet: DD, E1 and D1. RGB value is (221,225,209). Sum of RGB (Red+Green+Blue) = 221+225+209=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1D1 is #221E2E. Grayscale: #DEDEDE. Windows color (decimal): -2235951 or 13754845. OLE color: 13754845.
HSL color Cylindrical-coordinate representation of color #DDE1D1: hue angle of 75º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDE1D1 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 209 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.12 |
| HSL | 75º | 0.21% | 0.85% | - |
| HSV(B) | 75º | 0.07% | 0.88% | - |
| XYZ | 68.25 | 73.83 | 70.97 | - |
| YUV | 221.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 209 | 0.02 | 0 | 0.07 | 0.12 | 75 | 0.21 | 0.85 |
| Hex | DD | E1 | D1 | 2 | 0 | 7 | C | 4B | 15 | 55 |
| Octal | 335 | 341 | 321 | 2 | 0 | 7 | 14 | 113 | 25 | 125 |
| Binary | 11011101 | 11100001 | 11010001 | 10 | 0 | 111 | 1100 | 1001011 | 10101 | 1010101 |
Color Harmonies of #DDE1D1
Complementary color
Monochromatic Colors of #DDE1D1
Black with #DDE1D1
Text Example
Text Example
White with #DDE1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1D1; }
p { color: rgb(221,225,209); }
H1.HeaderClassName
{
color: #DDE1D1;
}
.AnyTagClassName
{
color: #DDE1D1;
}
</style>
background-color css
<style>
a { background-color: #DDE1D1; }
a { background-color: rgb(221,225,209); }
div.DivClassName
{
background-color: #DDE1D1;
}
.BgClassName
{
background-color: #DDE1D1;
}
</style>
border-color css
<style>
span { border-color: #DDE1D1; }
span { border-color: rgb(221,225,209); }
td.TdClassName
{
border-color: #DDE1D1;
}
.TagClassName
{
border-color: #DDE1D1;
}
</style>