Shades of Ottoman #D1DCC2
Tints of Ottoman #D1DCC2
RGB
CMYK
RGB Variations
Color information
#D1DCC2 (or 0xD1DCC2) is known color: Ottoman. HEX triplet: D1, DC and C2. RGB value is (209,220,194). Sum of RGB (Red+Green+Blue) = 209+220+194=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCC2 is #2E233D. Grayscale: #D5D5D5. Windows color (decimal): -3023678 or 12770513. OLE color: 12770513.
HSL color Cylindrical-coordinate representation of color #D1DCC2: hue angle of 85.38º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1DCC2 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 194 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.14 |
| HSL | 85.38º | 0.27% | 0.81% | - |
| HSV(B) | 85.38º | 0.12% | 0.86% | - |
| XYZ | 61.63 | 68.64 | 61.04 | - |
| YUV | 213.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 194 | 0.05 | 0 | 0.12 | 0.14 | 85.38 | 0.27 | 0.81 |
| Hex | D1 | DC | C2 | 5 | 0 | C | E | 55 | 1B | 51 |
| Octal | 321 | 334 | 302 | 5 | 0 | 14 | 16 | 125 | 33 | 121 |
| Binary | 11010001 | 11011100 | 11000010 | 101 | 0 | 1100 | 1110 | 1010101 | 11011 | 1010001 |
Color Harmonies of #D1DCC2
Complementary color
Monochromatic Colors of #D1DCC2
Black with #D1DCC2
Text Example
Text Example
White with #D1DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCC2; }
p { color: rgb(209,220,194); }
H1.HeaderClassName
{
color: #D1DCC2;
}
.AnyTagClassName
{
color: #D1DCC2;
}
</style>
background-color css
<style>
a { background-color: #D1DCC2; }
a { background-color: rgb(209,220,194); }
div.DivClassName
{
background-color: #D1DCC2;
}
.BgClassName
{
background-color: #D1DCC2;
}
</style>
border-color css
<style>
span { border-color: #D1DCC2; }
span { border-color: rgb(209,220,194); }
td.TdClassName
{
border-color: #D1DCC2;
}
.TagClassName
{
border-color: #D1DCC2;
}
</style>