Shades of Feta #D8DBCF
Tints of Feta #D8DBCF
RGB
CMYK
RGB Variations
Color information
#D8DBCF (or 0xD8DBCF) is known color: Feta. HEX triplet: D8, DB and CF. RGB value is (216,219,207). Sum of RGB (Red+Green+Blue) = 216+219+207=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBCF is #272430. Grayscale: #D8D8D8. Windows color (decimal): -2565169 or 13622232. OLE color: 13622232.
HSL color Cylindrical-coordinate representation of color #D8DBCF: hue angle of 75º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D8DBCF is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 207 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.14 |
| HSL | 75º | 0.14% | 0.84% | - |
| HSV(B) | 75º | 0.05% | 0.86% | - |
| XYZ | 64.91 | 69.77 | 69.08 | - |
| YUV | 216.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 207 | 0.01 | 0 | 0.05 | 0.14 | 75 | 0.14 | 0.84 |
| Hex | D8 | DB | CF | 1 | 0 | 5 | E | 4B | E | 54 |
| Octal | 330 | 333 | 317 | 1 | 0 | 5 | 16 | 113 | 16 | 124 |
| Binary | 11011000 | 11011011 | 11001111 | 1 | 0 | 101 | 1110 | 1001011 | 1110 | 1010100 |
Color Harmonies of #D8DBCF
Complementary color
Monochromatic Colors of #D8DBCF
Black with #D8DBCF
Text Example
Text Example
White with #D8DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBCF; }
p { color: rgb(216,219,207); }
H1.HeaderClassName
{
color: #D8DBCF;
}
.AnyTagClassName
{
color: #D8DBCF;
}
</style>
background-color css
<style>
a { background-color: #D8DBCF; }
a { background-color: rgb(216,219,207); }
div.DivClassName
{
background-color: #D8DBCF;
}
.BgClassName
{
background-color: #D8DBCF;
}
</style>
border-color css
<style>
span { border-color: #D8DBCF; }
span { border-color: rgb(216,219,207); }
td.TdClassName
{
border-color: #D8DBCF;
}
.TagClassName
{
border-color: #D8DBCF;
}
</style>