Shades of Feta #D9DDD0
Tints of Feta #D9DDD0
RGB
CMYK
RGB Variations
Color information
#D9DDD0 (or 0xD9DDD0) is known color: Feta. HEX triplet: D9, DD and D0. RGB value is (217,221,208). Sum of RGB (Red+Green+Blue) = 217+221+208=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDD0 is #26222F. Grayscale: #DADADA. Windows color (decimal): -2499120 or 13688281. OLE color: 13688281.
HSL color Cylindrical-coordinate representation of color #D9DDD0: hue angle of 78.46º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9DDD0 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 221 | 208 | - |
CMYK | 0.02 | 0 | 0.06 | 0.13 |
HSL | 78.46º | 0.16% | 0.84% | - |
HSV(B) | 78.46º | 0.06% | 0.87% | - |
XYZ | 65.86 | 71.02 | 69.91 | - |
YUV | 218.32 | 122.17 | 127.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 221 | 208 | 0.02 | 0 | 0.06 | 0.13 | 78.46 | 0.16 | 0.84 |
Hex | D9 | DD | D0 | 2 | 0 | 6 | D | 4E | 10 | 54 |
Octal | 331 | 335 | 320 | 2 | 0 | 6 | 15 | 116 | 20 | 124 |
Binary | 11011001 | 11011101 | 11010000 | 10 | 0 | 110 | 1101 | 1001110 | 10000 | 1010100 |
Color Harmonies of #D9DDD0
Complementary color
Monochromatic Colors of #D9DDD0
Black with #D9DDD0
Text Example
Text Example
White with #D9DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDD0; }
p { color: rgb(217,221,208); }
H1.HeaderClassName
{
color: #D9DDD0;
}
.AnyTagClassName
{
color: #D9DDD0;
}
</style>
background-color css
<style>
a { background-color: #D9DDD0; }
a { background-color: rgb(217,221,208); }
div.DivClassName
{
background-color: #D9DDD0;
}
.BgClassName
{
background-color: #D9DDD0;
}
</style>
border-color css
<style>
span { border-color: #D9DDD0; }
span { border-color: rgb(217,221,208); }
td.TdClassName
{
border-color: #D9DDD0;
}
.TagClassName
{
border-color: #D9DDD0;
}
</style>