Shades of Feta #D9DBD5
Tints of Feta #D9DBD5
RGB
CMYK
RGB Variations
Color information
#D9DBD5 (or 0xD9DBD5) is known color: Feta. HEX triplet: D9, DB and D5. RGB value is (217,219,213). Sum of RGB (Red+Green+Blue) = 217+219+213=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBD5 is #26242A. Grayscale: #D9D9D9. Windows color (decimal): -2499627 or 14015449. OLE color: 14015449.
HSL color Cylindrical-coordinate representation of color #D9DBD5: hue angle of 80º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9DBD5 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 219 | 213 | - |
CMYK | 0.01 | 0 | 0.03 | 0.14 |
HSL | 80º | 0.08% | 0.85% | - |
HSV(B) | 80º | 0.03% | 0.86% | - |
XYZ | 65.96 | 70.22 | 73.03 | - |
YUV | 217.72 | 125.34 | 127.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 219 | 213 | 0.01 | 0 | 0.03 | 0.14 | 80 | 0.08 | 0.85 |
Hex | D9 | DB | D5 | 1 | 0 | 3 | E | 50 | 8 | 55 |
Octal | 331 | 333 | 325 | 1 | 0 | 3 | 16 | 120 | 10 | 125 |
Binary | 11011001 | 11011011 | 11010101 | 1 | 0 | 11 | 1110 | 1010000 | 1000 | 1010101 |
Color Harmonies of #D9DBD5
Complementary color
Monochromatic Colors of #D9DBD5
Black with #D9DBD5
Text Example
Text Example
White with #D9DBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBD5; }
p { color: rgb(217,219,213); }
H1.HeaderClassName
{
color: #D9DBD5;
}
.AnyTagClassName
{
color: #D9DBD5;
}
</style>
background-color css
<style>
a { background-color: #D9DBD5; }
a { background-color: rgb(217,219,213); }
div.DivClassName
{
background-color: #D9DBD5;
}
.BgClassName
{
background-color: #D9DBD5;
}
</style>
border-color css
<style>
span { border-color: #D9DBD5; }
span { border-color: rgb(217,219,213); }
td.TdClassName
{
border-color: #D9DBD5;
}
.TagClassName
{
border-color: #D9DBD5;
}
</style>