Shades of Ottoman #D1DBC1
Tints of Ottoman #D1DBC1
RGB
CMYK
RGB Variations
Color information
#D1DBC1 (or 0xD1DBC1) is known color: Ottoman. HEX triplet: D1, DB and C1. RGB value is (209,219,193). Sum of RGB (Red+Green+Blue) = 209+219+193=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBC1 is #2E243E. Grayscale: #D5D5D5. Windows color (decimal): -3023935 or 12704721. OLE color: 12704721.
HSL color Cylindrical-coordinate representation of color #D1DBC1: hue angle of 83.08º 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 #D1DBC1 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 193 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.14 |
| HSL | 83.08º | 0.27% | 0.81% | - |
| HSV(B) | 83.08º | 0.12% | 0.86% | - |
| XYZ | 61.25 | 68.07 | 60.36 | - |
| YUV | 213.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 193 | 0.05 | 0 | 0.12 | 0.14 | 83.08 | 0.27 | 0.81 |
| Hex | D1 | DB | C1 | 5 | 0 | C | E | 53 | 1B | 51 |
| Octal | 321 | 333 | 301 | 5 | 0 | 14 | 16 | 123 | 33 | 121 |
| Binary | 11010001 | 11011011 | 11000001 | 101 | 0 | 1100 | 1110 | 1010011 | 11011 | 1010001 |
Color Harmonies of #D1DBC1
Complementary color
Monochromatic Colors of #D1DBC1
Black with #D1DBC1
Text Example
Text Example
White with #D1DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DBC1; }
p { color: rgb(209,219,193); }
H1.HeaderClassName
{
color: #D1DBC1;
}
.AnyTagClassName
{
color: #D1DBC1;
}
</style>
background-color css
<style>
a { background-color: #D1DBC1; }
a { background-color: rgb(209,219,193); }
div.DivClassName
{
background-color: #D1DBC1;
}
.BgClassName
{
background-color: #D1DBC1;
}
</style>
border-color css
<style>
span { border-color: #D1DBC1; }
span { border-color: rgb(209,219,193); }
td.TdClassName
{
border-color: #D1DBC1;
}
.TagClassName
{
border-color: #D1DBC1;
}
</style>