Shades of Feta #D9DCD4
Tints of Feta #D9DCD4
RGB
CMYK
RGB Variations
Color information
#D9DCD4 (or 0xD9DCD4) is known color: Feta. HEX triplet: D9, DC and D4. RGB value is (217,220,212). Sum of RGB (Red+Green+Blue) = 217+220+212=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCD4 is #26232B. Grayscale: #DADADA. Windows color (decimal): -2499372 or 13950169. OLE color: 13950169.
HSL color Cylindrical-coordinate representation of color #D9DCD4: hue angle of 82.5º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D9DCD4 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 212 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.14 |
| HSL | 82.5º | 0.1% | 0.85% | - |
| HSV(B) | 82.5º | 0.04% | 0.86% | - |
| XYZ | 66.09 | 70.69 | 72.45 | - |
| YUV | 218.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 212 | 0.01 | 0 | 0.04 | 0.14 | 82.5 | 0.1 | 0.85 |
| Hex | D9 | DC | D4 | 1 | 0 | 4 | E | 52 | A | 55 |
| Octal | 331 | 334 | 324 | 1 | 0 | 4 | 16 | 122 | 12 | 125 |
| Binary | 11011001 | 11011100 | 11010100 | 1 | 0 | 100 | 1110 | 1010010 | 1010 | 1010101 |
Color Harmonies of #D9DCD4
Complementary color
Monochromatic Colors of #D9DCD4
Black with #D9DCD4
Text Example
Text Example
White with #D9DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCD4; }
p { color: rgb(217,220,212); }
H1.HeaderClassName
{
color: #D9DCD4;
}
.AnyTagClassName
{
color: #D9DCD4;
}
</style>
background-color css
<style>
a { background-color: #D9DCD4; }
a { background-color: rgb(217,220,212); }
div.DivClassName
{
background-color: #D9DCD4;
}
.BgClassName
{
background-color: #D9DCD4;
}
</style>
border-color css
<style>
span { border-color: #D9DCD4; }
span { border-color: rgb(217,220,212); }
td.TdClassName
{
border-color: #D9DCD4;
}
.TagClassName
{
border-color: #D9DCD4;
}
</style>