Shades of Feta #DDE0D0
Tints of Feta #DDE0D0
RGB
CMYK
RGB Variations
Color information
#DDE0D0 (or 0xDDE0D0) is known color: Feta. HEX triplet: DD, E0 and D0. RGB value is (221,224,208). Sum of RGB (Red+Green+Blue) = 221+224+208=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0D0 is #221F2F. Grayscale: #DDDDDD. Windows color (decimal): -2236208 or 13689053. OLE color: 13689053.
HSL color Cylindrical-coordinate representation of color #DDE0D0: hue angle of 71.25º 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 #DDE0D0 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 208 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.12 |
| HSL | 71.25º | 0.21% | 0.85% | - |
| HSV(B) | 71.25º | 0.07% | 0.88% | - |
| XYZ | 67.86 | 73.24 | 70.23 | - |
| YUV | 221.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 208 | 0.01 | 0 | 0.07 | 0.12 | 71.25 | 0.21 | 0.85 |
| Hex | DD | E0 | D0 | 1 | 0 | 7 | C | 47 | 15 | 55 |
| Octal | 335 | 340 | 320 | 1 | 0 | 7 | 14 | 107 | 25 | 125 |
| Binary | 11011101 | 11100000 | 11010000 | 1 | 0 | 111 | 1100 | 1000111 | 10101 | 1010101 |
Color Harmonies of #DDE0D0
Complementary color
Monochromatic Colors of #DDE0D0
Black with #DDE0D0
Text Example
Text Example
White with #DDE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0D0; }
p { color: rgb(221,224,208); }
H1.HeaderClassName
{
color: #DDE0D0;
}
.AnyTagClassName
{
color: #DDE0D0;
}
</style>
background-color css
<style>
a { background-color: #DDE0D0; }
a { background-color: rgb(221,224,208); }
div.DivClassName
{
background-color: #DDE0D0;
}
.BgClassName
{
background-color: #DDE0D0;
}
</style>
border-color css
<style>
span { border-color: #DDE0D0; }
span { border-color: rgb(221,224,208); }
td.TdClassName
{
border-color: #DDE0D0;
}
.TagClassName
{
border-color: #DDE0D0;
}
</style>