Shades of Feta #D9DCCC
Tints of Feta #D9DCCC
RGB
CMYK
RGB Variations
Color information
#D9DCCC (or 0xD9DCCC) is known color: Feta. HEX triplet: D9, DC and CC. RGB value is (217,220,204). Sum of RGB (Red+Green+Blue) = 217+220+204=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCCC is #262333. Grayscale: #D9D9D9. Windows color (decimal): -2499380 or 13425881. OLE color: 13425881.
HSL color Cylindrical-coordinate representation of color #D9DCCC: hue angle of 71.25º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9DCCC is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 204 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.14 |
| HSL | 71.25º | 0.19% | 0.83% | - |
| HSV(B) | 71.25º | 0.07% | 0.86% | - |
| XYZ | 65.11 | 70.3 | 67.26 | - |
| YUV | 217.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 204 | 0.01 | 0 | 0.07 | 0.14 | 71.25 | 0.19 | 0.83 |
| Hex | D9 | DC | CC | 1 | 0 | 7 | E | 47 | 13 | 53 |
| Octal | 331 | 334 | 314 | 1 | 0 | 7 | 16 | 107 | 23 | 123 |
| Binary | 11011001 | 11011100 | 11001100 | 1 | 0 | 111 | 1110 | 1000111 | 10011 | 1010011 |
Color Harmonies of #D9DCCC
Complementary color
Monochromatic Colors of #D9DCCC
Black with #D9DCCC
Text Example
Text Example
White with #D9DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCCC; }
p { color: rgb(217,220,204); }
H1.HeaderClassName
{
color: #D9DCCC;
}
.AnyTagClassName
{
color: #D9DCCC;
}
</style>
background-color css
<style>
a { background-color: #D9DCCC; }
a { background-color: rgb(217,220,204); }
div.DivClassName
{
background-color: #D9DCCC;
}
.BgClassName
{
background-color: #D9DCCC;
}
</style>
border-color css
<style>
span { border-color: #D9DCCC; }
span { border-color: rgb(217,220,204); }
td.TdClassName
{
border-color: #D9DCCC;
}
.TagClassName
{
border-color: #D9DCCC;
}
</style>