Shades of Feta #D8D9D3
Tints of Feta #D8D9D3
RGB
CMYK
RGB Variations
Color information
#D8D9D3 (or 0xD8D9D3) is known color: Feta. HEX triplet: D8, D9 and D3. RGB value is (216,217,211). Sum of RGB (Red+Green+Blue) = 216+217+211=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D9D3 is #27262C. Grayscale: #D8D8D8. Windows color (decimal): -2565677 or 13883864. OLE color: 13883864.
HSL color Cylindrical-coordinate representation of color #D8D9D3: hue angle of 70º degrees, saturation: 0.07, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8D9D3 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 217 | 211 | - |
CMYK | 0.00 | 0 | 0.03 | 0.15 |
HSL | 70º | 0.07% | 0.84% | - |
HSV(B) | 70º | 0.03% | 0.85% | - |
XYZ | 64.89 | 68.93 | 71.51 | - |
YUV | 216.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 217 | 211 | 0.00 | 0 | 0.03 | 0.15 | 70 | 0.07 | 0.84 |
Hex | D8 | D9 | D3 | 0 | 0 | 3 | F | 46 | 7 | 54 |
Octal | 330 | 331 | 323 | 0 | 0 | 3 | 17 | 106 | 7 | 124 |
Binary | 11011000 | 11011001 | 11010011 | 0 | 0 | 11 | 1111 | 1000110 | 111 | 1010100 |
Color Harmonies of #D8D9D3
Complementary color
Monochromatic Colors of #D8D9D3
Black with #D8D9D3
Text Example
Text Example
White with #D8D9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9D3; }
p { color: rgb(216,217,211); }
H1.HeaderClassName
{
color: #D8D9D3;
}
.AnyTagClassName
{
color: #D8D9D3;
}
</style>
background-color css
<style>
a { background-color: #D8D9D3; }
a { background-color: rgb(216,217,211); }
div.DivClassName
{
background-color: #D8D9D3;
}
.BgClassName
{
background-color: #D8D9D3;
}
</style>
border-color css
<style>
span { border-color: #D8D9D3; }
span { border-color: rgb(216,217,211); }
td.TdClassName
{
border-color: #D8D9D3;
}
.TagClassName
{
border-color: #D8D9D3;
}
</style>