Shades of Ottoman #D5D8D1
Tints of Ottoman #D5D8D1
RGB
CMYK
RGB Variations
Color information
#D5D8D1 (or 0xD5D8D1) is known color: Ottoman. HEX triplet: D5, D8 and D1. RGB value is (213,216,209). Sum of RGB (Red+Green+Blue) = 213+216+209=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D8D1 is #2A272E. Grayscale: #D6D6D6. Windows color (decimal): -2762543 or 13752533. OLE color: 13752533.
HSL color Cylindrical-coordinate representation of color #D5D8D1: hue angle of 85.71º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5D8D1 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 209 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.15 |
| HSL | 85.71º | 0.08% | 0.83% | - |
| HSV(B) | 85.71º | 0.03% | 0.85% | - |
| XYZ | 63.51 | 67.86 | 70.07 | - |
| YUV | 214.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 209 | 0.01 | 0 | 0.03 | 0.15 | 85.71 | 0.08 | 0.83 |
| Hex | D5 | D8 | D1 | 1 | 0 | 3 | F | 56 | 8 | 53 |
| Octal | 325 | 330 | 321 | 1 | 0 | 3 | 17 | 126 | 10 | 123 |
| Binary | 11010101 | 11011000 | 11010001 | 1 | 0 | 11 | 1111 | 1010110 | 1000 | 1010011 |
Color Harmonies of #D5D8D1
Complementary color
Monochromatic Colors of #D5D8D1
Black with #D5D8D1
Text Example
Text Example
White with #D5D8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D8D1; }
p { color: rgb(213,216,209); }
H1.HeaderClassName
{
color: #D5D8D1;
}
.AnyTagClassName
{
color: #D5D8D1;
}
</style>
background-color css
<style>
a { background-color: #D5D8D1; }
a { background-color: rgb(213,216,209); }
div.DivClassName
{
background-color: #D5D8D1;
}
.BgClassName
{
background-color: #D5D8D1;
}
</style>
border-color css
<style>
span { border-color: #D5D8D1; }
span { border-color: rgb(213,216,209); }
td.TdClassName
{
border-color: #D5D8D1;
}
.TagClassName
{
border-color: #D5D8D1;
}
</style>