Shades of Ottoman #D5DDCE
Tints of Ottoman #D5DDCE
RGB
CMYK
RGB Variations
Color information
#D5DDCE (or 0xD5DDCE) is known color: Ottoman. HEX triplet: D5, DD and CE. RGB value is (213,221,206). Sum of RGB (Red+Green+Blue) = 213+221+206=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDCE is #2A2231. Grayscale: #D8D8D8. Windows color (decimal): -2761266 or 13557205. OLE color: 13557205.
HSL color Cylindrical-coordinate representation of color #D5DDCE: hue angle of 92º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5DDCE is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 206 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.13 |
| HSL | 92º | 0.18% | 0.84% | - |
| HSV(B) | 92º | 0.07% | 0.87% | - |
| XYZ | 64.44 | 70.32 | 68.57 | - |
| YUV | 216.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 206 | 0.04 | 0 | 0.07 | 0.13 | 92 | 0.18 | 0.84 |
| Hex | D5 | DD | CE | 4 | 0 | 7 | D | 5C | 12 | 54 |
| Octal | 325 | 335 | 316 | 4 | 0 | 7 | 15 | 134 | 22 | 124 |
| Binary | 11010101 | 11011101 | 11001110 | 100 | 0 | 111 | 1101 | 1011100 | 10010 | 1010100 |
Color Harmonies of #D5DDCE
Complementary color
Monochromatic Colors of #D5DDCE
Black with #D5DDCE
Text Example
Text Example
White with #D5DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDCE; }
p { color: rgb(213,221,206); }
H1.HeaderClassName
{
color: #D5DDCE;
}
.AnyTagClassName
{
color: #D5DDCE;
}
</style>
background-color css
<style>
a { background-color: #D5DDCE; }
a { background-color: rgb(213,221,206); }
div.DivClassName
{
background-color: #D5DDCE;
}
.BgClassName
{
background-color: #D5DDCE;
}
</style>
border-color css
<style>
span { border-color: #D5DDCE; }
span { border-color: rgb(213,221,206); }
td.TdClassName
{
border-color: #D5DDCE;
}
.TagClassName
{
border-color: #D5DDCE;
}
</style>