Shades of Feta #DDE0D3
Tints of Feta #DDE0D3
RGB
CMYK
RGB Variations
Color information
#DDE0D3 (or 0xDDE0D3) is known color: Feta. HEX triplet: DD, E0 and D3. RGB value is (221,224,211). Sum of RGB (Red+Green+Blue) = 221+224+211=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0D3 is #221F2C. Grayscale: #DDDDDD. Windows color (decimal): -2236205 or 13885661. OLE color: 13885661.
HSL color Cylindrical-coordinate representation of color #DDE0D3: hue angle of 73.85º degrees, saturation: 0.17, 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 #DDE0D3 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 211 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.12 |
| HSL | 73.85º | 0.17% | 0.85% | - |
| HSV(B) | 73.85º | 0.06% | 0.88% | - |
| XYZ | 68.23 | 73.39 | 72.2 | - |
| YUV | 221.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 211 | 0.01 | 0 | 0.06 | 0.12 | 73.85 | 0.17 | 0.85 |
| Hex | DD | E0 | D3 | 1 | 0 | 6 | C | 4A | 11 | 55 |
| Octal | 335 | 340 | 323 | 1 | 0 | 6 | 14 | 112 | 21 | 125 |
| Binary | 11011101 | 11100000 | 11010011 | 1 | 0 | 110 | 1100 | 1001010 | 10001 | 1010101 |
Color Harmonies of #DDE0D3
Complementary color
Monochromatic Colors of #DDE0D3
Black with #DDE0D3
Text Example
Text Example
White with #DDE0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0D3; }
p { color: rgb(221,224,211); }
H1.HeaderClassName
{
color: #DDE0D3;
}
.AnyTagClassName
{
color: #DDE0D3;
}
</style>
background-color css
<style>
a { background-color: #DDE0D3; }
a { background-color: rgb(221,224,211); }
div.DivClassName
{
background-color: #DDE0D3;
}
.BgClassName
{
background-color: #DDE0D3;
}
</style>
border-color css
<style>
span { border-color: #DDE0D3; }
span { border-color: rgb(221,224,211); }
td.TdClassName
{
border-color: #DDE0D3;
}
.TagClassName
{
border-color: #DDE0D3;
}
</style>