Shades of Feta #D9DCD2
Tints of Feta #D9DCD2
RGB
CMYK
RGB Variations
Color information
#D9DCD2 (or 0xD9DCD2) is known color: Feta. HEX triplet: D9, DC and D2. RGB value is (217,220,210). Sum of RGB (Red+Green+Blue) = 217+220+210=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCD2 is #26232D. Grayscale: #D9D9D9. Windows color (decimal): -2499374 or 13819097. OLE color: 13819097.
HSL color Cylindrical-coordinate representation of color #D9DCD2: hue angle of 78º degrees, saturation: 0.12, 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 #D9DCD2 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 210 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.14 |
| HSL | 78º | 0.13% | 0.84% | - |
| HSV(B) | 78º | 0.05% | 0.86% | - |
| XYZ | 65.84 | 70.59 | 71.13 | - |
| YUV | 217.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 210 | 0.01 | 0 | 0.05 | 0.14 | 78 | 0.13 | 0.84 |
| Hex | D9 | DC | D2 | 1 | 0 | 5 | E | 4E | C | 54 |
| Octal | 331 | 334 | 322 | 1 | 0 | 5 | 16 | 116 | 14 | 124 |
| Binary | 11011001 | 11011100 | 11010010 | 1 | 0 | 101 | 1110 | 1001110 | 1100 | 1010100 |
Color Harmonies of #D9DCD2
Complementary color
Monochromatic Colors of #D9DCD2
Black with #D9DCD2
Text Example
Text Example
White with #D9DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCD2; }
p { color: rgb(217,220,210); }
H1.HeaderClassName
{
color: #D9DCD2;
}
.AnyTagClassName
{
color: #D9DCD2;
}
</style>
background-color css
<style>
a { background-color: #D9DCD2; }
a { background-color: rgb(217,220,210); }
div.DivClassName
{
background-color: #D9DCD2;
}
.BgClassName
{
background-color: #D9DCD2;
}
</style>
border-color css
<style>
span { border-color: #D9DCD2; }
span { border-color: rgb(217,220,210); }
td.TdClassName
{
border-color: #D9DCD2;
}
.TagClassName
{
border-color: #D9DCD2;
}
</style>