Shades of Feta #D9DCCF
Tints of Feta #D9DCCF
RGB
CMYK
RGB Variations
Color information
#D9DCCF (or 0xD9DCCF) is known color: Feta. HEX triplet: D9, DC and CF. RGB value is (217,220,207). Sum of RGB (Red+Green+Blue) = 217+220+207=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCCF is #262330. Grayscale: #D9D9D9. Windows color (decimal): -2499377 or 13622489. OLE color: 13622489.
HSL color Cylindrical-coordinate representation of color #D9DCCF: hue angle of 73.85º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9DCCF is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 207 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.14 |
| HSL | 73.85º | 0.16% | 0.84% | - |
| HSV(B) | 73.85º | 0.06% | 0.86% | - |
| XYZ | 65.47 | 70.44 | 69.18 | - |
| YUV | 217.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 207 | 0.01 | 0 | 0.06 | 0.14 | 73.85 | 0.16 | 0.84 |
| Hex | D9 | DC | CF | 1 | 0 | 6 | E | 4A | 10 | 54 |
| Octal | 331 | 334 | 317 | 1 | 0 | 6 | 16 | 112 | 20 | 124 |
| Binary | 11011001 | 11011100 | 11001111 | 1 | 0 | 110 | 1110 | 1001010 | 10000 | 1010100 |
Color Harmonies of #D9DCCF
Complementary color
Monochromatic Colors of #D9DCCF
Black with #D9DCCF
Text Example
Text Example
White with #D9DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCCF; }
p { color: rgb(217,220,207); }
H1.HeaderClassName
{
color: #D9DCCF;
}
.AnyTagClassName
{
color: #D9DCCF;
}
</style>
background-color css
<style>
a { background-color: #D9DCCF; }
a { background-color: rgb(217,220,207); }
div.DivClassName
{
background-color: #D9DCCF;
}
.BgClassName
{
background-color: #D9DCCF;
}
</style>
border-color css
<style>
span { border-color: #D9DCCF; }
span { border-color: rgb(217,220,207); }
td.TdClassName
{
border-color: #D9DCCF;
}
.TagClassName
{
border-color: #D9DCCF;
}
</style>