Shades of Feta #D9DCD1
Tints of Feta #D9DCD1
RGB
CMYK
RGB Variations
Color information
#D9DCD1 (or 0xD9DCD1) is known color: Feta. HEX triplet: D9, DC and D1. RGB value is (217,220,209). Sum of RGB (Red+Green+Blue) = 217+220+209=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCD1 is #26232E. Grayscale: #D9D9D9. Windows color (decimal): -2499375 or 13753561. OLE color: 13753561.
HSL color Cylindrical-coordinate representation of color #D9DCD1: hue angle of 76.36º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9DCD1 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 209 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.14 |
| HSL | 76.36º | 0.14% | 0.84% | - |
| HSV(B) | 76.36º | 0.05% | 0.86% | - |
| XYZ | 65.72 | 70.54 | 70.47 | - |
| YUV | 217.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 209 | 0.01 | 0 | 0.05 | 0.14 | 76.36 | 0.14 | 0.84 |
| Hex | D9 | DC | D1 | 1 | 0 | 5 | E | 4C | E | 54 |
| Octal | 331 | 334 | 321 | 1 | 0 | 5 | 16 | 114 | 16 | 124 |
| Binary | 11011001 | 11011100 | 11010001 | 1 | 0 | 101 | 1110 | 1001100 | 1110 | 1010100 |
Color Harmonies of #D9DCD1
Complementary color
Monochromatic Colors of #D9DCD1
Black with #D9DCD1
Text Example
Text Example
White with #D9DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCD1; }
p { color: rgb(217,220,209); }
H1.HeaderClassName
{
color: #D9DCD1;
}
.AnyTagClassName
{
color: #D9DCD1;
}
</style>
background-color css
<style>
a { background-color: #D9DCD1; }
a { background-color: rgb(217,220,209); }
div.DivClassName
{
background-color: #D9DCD1;
}
.BgClassName
{
background-color: #D9DCD1;
}
</style>
border-color css
<style>
span { border-color: #D9DCD1; }
span { border-color: rgb(217,220,209); }
td.TdClassName
{
border-color: #D9DCD1;
}
.TagClassName
{
border-color: #D9DCD1;
}
</style>