Shades of Feta #DDE1CF
Tints of Feta #DDE1CF
RGB
CMYK
RGB Variations
Color information
#DDE1CF (or 0xDDE1CF) is known color: Feta. HEX triplet: DD, E1 and CF. RGB value is (221,225,207). Sum of RGB (Red+Green+Blue) = 221+225+207=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1CF is #221E30. Grayscale: #DDDDDD. Windows color (decimal): -2235953 or 13623773. OLE color: 13623773.
HSL color Cylindrical-coordinate representation of color #DDE1CF: hue angle of 73.33º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE1CF is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 207 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.12 |
| HSL | 73.33º | 0.23% | 0.85% | - |
| HSV(B) | 73.33º | 0.08% | 0.88% | - |
| XYZ | 68.01 | 73.73 | 69.68 | - |
| YUV | 221.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 207 | 0.02 | 0 | 0.08 | 0.12 | 73.33 | 0.23 | 0.85 |
| Hex | DD | E1 | CF | 2 | 0 | 8 | C | 49 | 17 | 55 |
| Octal | 335 | 341 | 317 | 2 | 0 | 10 | 14 | 111 | 27 | 125 |
| Binary | 11011101 | 11100001 | 11001111 | 10 | 0 | 1000 | 1100 | 1001001 | 10111 | 1010101 |
Color Harmonies of #DDE1CF
Complementary color
Monochromatic Colors of #DDE1CF
Black with #DDE1CF
Text Example
Text Example
White with #DDE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1CF; }
p { color: rgb(221,225,207); }
H1.HeaderClassName
{
color: #DDE1CF;
}
.AnyTagClassName
{
color: #DDE1CF;
}
</style>
background-color css
<style>
a { background-color: #DDE1CF; }
a { background-color: rgb(221,225,207); }
div.DivClassName
{
background-color: #DDE1CF;
}
.BgClassName
{
background-color: #DDE1CF;
}
</style>
border-color css
<style>
span { border-color: #DDE1CF; }
span { border-color: rgb(221,225,207); }
td.TdClassName
{
border-color: #DDE1CF;
}
.TagClassName
{
border-color: #DDE1CF;
}
</style>