Shades of Ottoman #D1DCC8
Tints of Ottoman #D1DCC8
RGB
CMYK
RGB Variations
Color information
#D1DCC8 (or 0xD1DCC8) is known color: Ottoman. HEX triplet: D1, DC and C8. RGB value is (209,220,200). Sum of RGB (Red+Green+Blue) = 209+220+200=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCC8 is #2E2337. Grayscale: #D6D6D6. Windows color (decimal): -3023672 or 13163729. OLE color: 13163729.
HSL color Cylindrical-coordinate representation of color #D1DCC8: hue angle of 93º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1DCC8 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 200 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.14 |
| HSL | 93º | 0.22% | 0.82% | - |
| HSV(B) | 93º | 0.09% | 0.86% | - |
| XYZ | 62.31 | 68.91 | 64.66 | - |
| YUV | 214.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 200 | 0.05 | 0 | 0.09 | 0.14 | 93 | 0.22 | 0.82 |
| Hex | D1 | DC | C8 | 5 | 0 | 9 | E | 5D | 16 | 52 |
| Octal | 321 | 334 | 310 | 5 | 0 | 11 | 16 | 135 | 26 | 122 |
| Binary | 11010001 | 11011100 | 11001000 | 101 | 0 | 1001 | 1110 | 1011101 | 10110 | 1010010 |
Color Harmonies of #D1DCC8
Complementary color
Monochromatic Colors of #D1DCC8
Black with #D1DCC8
Text Example
Text Example
White with #D1DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCC8; }
p { color: rgb(209,220,200); }
H1.HeaderClassName
{
color: #D1DCC8;
}
.AnyTagClassName
{
color: #D1DCC8;
}
</style>
background-color css
<style>
a { background-color: #D1DCC8; }
a { background-color: rgb(209,220,200); }
div.DivClassName
{
background-color: #D1DCC8;
}
.BgClassName
{
background-color: #D1DCC8;
}
</style>
border-color css
<style>
span { border-color: #D1DCC8; }
span { border-color: rgb(209,220,200); }
td.TdClassName
{
border-color: #D1DCC8;
}
.TagClassName
{
border-color: #D1DCC8;
}
</style>