Shades of Feta #D9DAD6
Tints of Feta #D9DAD6
RGB
CMYK
RGB Variations
Color information
#D9DAD6 (or 0xD9DAD6) is known color: Feta. HEX triplet: D9, DA and D6. RGB value is (217,218,214). Sum of RGB (Red+Green+Blue) = 217+218+214=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 214 (83.98% from 255 or 32.97% from 649); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DAD6 is #262529. Grayscale: #D9D9D9. Windows color (decimal): -2499882 or 14080729. OLE color: 14080729.
HSL color Cylindrical-coordinate representation of color #D9DAD6: hue angle of 75º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9DAD6 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 218 | 214 | - |
CMYK | 0.00 | 0 | 0.02 | 0.15 |
HSL | 75º | 0.05% | 0.85% | - |
HSV(B) | 75º | 0.02% | 0.85% | - |
XYZ | 65.82 | 69.75 | 73.61 | - |
YUV | 217.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 218 | 214 | 0.00 | 0 | 0.02 | 0.15 | 75 | 0.05 | 0.85 |
Hex | D9 | DA | D6 | 0 | 0 | 2 | F | 4B | 5 | 55 |
Octal | 331 | 332 | 326 | 0 | 0 | 2 | 17 | 113 | 5 | 125 |
Binary | 11011001 | 11011010 | 11010110 | 0 | 0 | 10 | 1111 | 1001011 | 101 | 1010101 |
Color Harmonies of #D9DAD6
Complementary color
Monochromatic Colors of #D9DAD6
Black with #D9DAD6
Text Example
Text Example
White with #D9DAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DAD6; }
p { color: rgb(217,218,214); }
H1.HeaderClassName
{
color: #D9DAD6;
}
.AnyTagClassName
{
color: #D9DAD6;
}
</style>
background-color css
<style>
a { background-color: #D9DAD6; }
a { background-color: rgb(217,218,214); }
div.DivClassName
{
background-color: #D9DAD6;
}
.BgClassName
{
background-color: #D9DAD6;
}
</style>
border-color css
<style>
span { border-color: #D9DAD6; }
span { border-color: rgb(217,218,214); }
td.TdClassName
{
border-color: #D9DAD6;
}
.TagClassName
{
border-color: #D9DAD6;
}
</style>