Shades of Feta #D8DBCD
Tints of Feta #D8DBCD
RGB
CMYK
RGB Variations
Color information
#D8DBCD (or 0xD8DBCD) is known color: Feta. HEX triplet: D8, DB and CD. RGB value is (216,219,205). Sum of RGB (Red+Green+Blue) = 216+219+205=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBCD is #272432. Grayscale: #D8D8D8. Windows color (decimal): -2565171 or 13491160. OLE color: 13491160.
HSL color Cylindrical-coordinate representation of color #D8DBCD: hue angle of 72.86º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8DBCD is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 205 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.14 |
| HSL | 72.86º | 0.16% | 0.83% | - |
| HSV(B) | 72.86º | 0.06% | 0.86% | - |
| XYZ | 64.67 | 69.67 | 67.8 | - |
| YUV | 216.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 205 | 0.01 | 0 | 0.06 | 0.14 | 72.86 | 0.16 | 0.83 |
| Hex | D8 | DB | CD | 1 | 0 | 6 | E | 49 | 10 | 53 |
| Octal | 330 | 333 | 315 | 1 | 0 | 6 | 16 | 111 | 20 | 123 |
| Binary | 11011000 | 11011011 | 11001101 | 1 | 0 | 110 | 1110 | 1001001 | 10000 | 1010011 |
Color Harmonies of #D8DBCD
Complementary color
Monochromatic Colors of #D8DBCD
Black with #D8DBCD
Text Example
Text Example
White with #D8DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBCD; }
p { color: rgb(216,219,205); }
H1.HeaderClassName
{
color: #D8DBCD;
}
.AnyTagClassName
{
color: #D8DBCD;
}
</style>
background-color css
<style>
a { background-color: #D8DBCD; }
a { background-color: rgb(216,219,205); }
div.DivClassName
{
background-color: #D8DBCD;
}
.BgClassName
{
background-color: #D8DBCD;
}
</style>
border-color css
<style>
span { border-color: #D8DBCD; }
span { border-color: rgb(216,219,205); }
td.TdClassName
{
border-color: #D8DBCD;
}
.TagClassName
{
border-color: #D8DBCD;
}
</style>