Shades of Ottoman #D1DDC0
Tints of Ottoman #D1DDC0
RGB
CMYK
RGB Variations
Color information
#D1DDC0 (or 0xD1DDC0) is known color: Ottoman. HEX triplet: D1, DD and C0. RGB value is (209,221,192). Sum of RGB (Red+Green+Blue) = 209+221+192=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDC0 is #2E223F. Grayscale: #D6D6D6. Windows color (decimal): -3023424 or 12639697. OLE color: 12639697.
HSL color Cylindrical-coordinate representation of color #D1DDC0: hue angle of 84.83º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1DDC0 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 192 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.13 |
| HSL | 84.83º | 0.3% | 0.81% | - |
| HSV(B) | 84.83º | 0.13% | 0.87% | - |
| XYZ | 61.67 | 69.07 | 59.95 | - |
| YUV | 214.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 192 | 0.05 | 0 | 0.13 | 0.13 | 84.83 | 0.3 | 0.81 |
| Hex | D1 | DD | C0 | 5 | 0 | D | D | 55 | 1E | 51 |
| Octal | 321 | 335 | 300 | 5 | 0 | 15 | 15 | 125 | 36 | 121 |
| Binary | 11010001 | 11011101 | 11000000 | 101 | 0 | 1101 | 1101 | 1010101 | 11110 | 1010001 |
Color Harmonies of #D1DDC0
Complementary color
Monochromatic Colors of #D1DDC0
Black with #D1DDC0
Text Example
Text Example
White with #D1DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDC0; }
p { color: rgb(209,221,192); }
H1.HeaderClassName
{
color: #D1DDC0;
}
.AnyTagClassName
{
color: #D1DDC0;
}
</style>
background-color css
<style>
a { background-color: #D1DDC0; }
a { background-color: rgb(209,221,192); }
div.DivClassName
{
background-color: #D1DDC0;
}
.BgClassName
{
background-color: #D1DDC0;
}
</style>
border-color css
<style>
span { border-color: #D1DDC0; }
span { border-color: rgb(209,221,192); }
td.TdClassName
{
border-color: #D1DDC0;
}
.TagClassName
{
border-color: #D1DDC0;
}
</style>