Shades of Feta #D9DDD1
Tints of Feta #D9DDD1
RGB
CMYK
RGB Variations
Color information
#D9DDD1 (or 0xD9DDD1) is known color: Feta. HEX triplet: D9, DD and D1. RGB value is (217,221,209). Sum of RGB (Red+Green+Blue) = 217+221+209=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDD1 is #26222E. Grayscale: #DADADA. Windows color (decimal): -2499119 or 13753817. OLE color: 13753817.
HSL color Cylindrical-coordinate representation of color #D9DDD1: hue angle of 80º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9DDD1 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 209 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.13 |
| HSL | 80º | 0.15% | 0.84% | - |
| HSV(B) | 80º | 0.05% | 0.87% | - |
| XYZ | 65.98 | 71.07 | 70.56 | - |
| YUV | 218.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 209 | 0.02 | 0 | 0.05 | 0.13 | 80 | 0.15 | 0.84 |
| Hex | D9 | DD | D1 | 2 | 0 | 5 | D | 50 | F | 54 |
| Octal | 331 | 335 | 321 | 2 | 0 | 5 | 15 | 120 | 17 | 124 |
| Binary | 11011001 | 11011101 | 11010001 | 10 | 0 | 101 | 1101 | 1010000 | 1111 | 1010100 |
Color Harmonies of #D9DDD1
Complementary color
Monochromatic Colors of #D9DDD1
Black with #D9DDD1
Text Example
Text Example
White with #D9DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDD1; }
p { color: rgb(217,221,209); }
H1.HeaderClassName
{
color: #D9DDD1;
}
.AnyTagClassName
{
color: #D9DDD1;
}
</style>
background-color css
<style>
a { background-color: #D9DDD1; }
a { background-color: rgb(217,221,209); }
div.DivClassName
{
background-color: #D9DDD1;
}
.BgClassName
{
background-color: #D9DDD1;
}
</style>
border-color css
<style>
span { border-color: #D9DDD1; }
span { border-color: rgb(217,221,209); }
td.TdClassName
{
border-color: #D9DDD1;
}
.TagClassName
{
border-color: #D9DDD1;
}
</style>