Shades of Feta #D8DAD0
Tints of Feta #D8DAD0
RGB
CMYK
RGB Variations
Color information
#D8DAD0 (or 0xD8DAD0) is known color: Feta. HEX triplet: D8, DA and D0. RGB value is (216,218,208). Sum of RGB (Red+Green+Blue) = 216+218+208=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DAD0 is #27252F. Grayscale: #D8D8D8. Windows color (decimal): -2565424 or 13687512. OLE color: 13687512.
HSL color Cylindrical-coordinate representation of color #D8DAD0: hue angle of 72º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D8DAD0 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 208 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.15 |
| HSL | 72º | 0.12% | 0.84% | - |
| HSV(B) | 72º | 0.05% | 0.85% | - |
| XYZ | 64.78 | 69.3 | 69.64 | - |
| YUV | 216.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 208 | 0.01 | 0 | 0.05 | 0.15 | 72 | 0.12 | 0.84 |
| Hex | D8 | DA | D0 | 1 | 0 | 5 | F | 48 | C | 54 |
| Octal | 330 | 332 | 320 | 1 | 0 | 5 | 17 | 110 | 14 | 124 |
| Binary | 11011000 | 11011010 | 11010000 | 1 | 0 | 101 | 1111 | 1001000 | 1100 | 1010100 |
Color Harmonies of #D8DAD0
Complementary color
Monochromatic Colors of #D8DAD0
Black with #D8DAD0
Text Example
Text Example
White with #D8DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DAD0; }
p { color: rgb(216,218,208); }
H1.HeaderClassName
{
color: #D8DAD0;
}
.AnyTagClassName
{
color: #D8DAD0;
}
</style>
background-color css
<style>
a { background-color: #D8DAD0; }
a { background-color: rgb(216,218,208); }
div.DivClassName
{
background-color: #D8DAD0;
}
.BgClassName
{
background-color: #D8DAD0;
}
</style>
border-color css
<style>
span { border-color: #D8DAD0; }
span { border-color: rgb(216,218,208); }
td.TdClassName
{
border-color: #D8DAD0;
}
.TagClassName
{
border-color: #D8DAD0;
}
</style>