Shades of Ottoman #D5DBCE
Tints of Ottoman #D5DBCE
RGB
CMYK
RGB Variations
Color information
#D5DBCE (or 0xD5DBCE) is known color: Ottoman. HEX triplet: D5, DB and CE. RGB value is (213,219,206). Sum of RGB (Red+Green+Blue) = 213+219+206=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBCE is #2A2431. Grayscale: #D7D7D7. Windows color (decimal): -2761778 or 13556693. OLE color: 13556693.
HSL color Cylindrical-coordinate representation of color #D5DBCE: hue angle of 87.69º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5DBCE is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 206 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.14 |
| HSL | 87.69º | 0.15% | 0.83% | - |
| HSV(B) | 87.69º | 0.06% | 0.86% | - |
| XYZ | 63.91 | 69.27 | 68.39 | - |
| YUV | 215.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 206 | 0.03 | 0 | 0.06 | 0.14 | 87.69 | 0.15 | 0.83 |
| Hex | D5 | DB | CE | 3 | 0 | 6 | E | 58 | F | 53 |
| Octal | 325 | 333 | 316 | 3 | 0 | 6 | 16 | 130 | 17 | 123 |
| Binary | 11010101 | 11011011 | 11001110 | 11 | 0 | 110 | 1110 | 1011000 | 1111 | 1010011 |
Color Harmonies of #D5DBCE
Complementary color
Monochromatic Colors of #D5DBCE
Black with #D5DBCE
Text Example
Text Example
White with #D5DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBCE; }
p { color: rgb(213,219,206); }
H1.HeaderClassName
{
color: #D5DBCE;
}
.AnyTagClassName
{
color: #D5DBCE;
}
</style>
background-color css
<style>
a { background-color: #D5DBCE; }
a { background-color: rgb(213,219,206); }
div.DivClassName
{
background-color: #D5DBCE;
}
.BgClassName
{
background-color: #D5DBCE;
}
</style>
border-color css
<style>
span { border-color: #D5DBCE; }
span { border-color: rgb(213,219,206); }
td.TdClassName
{
border-color: #D5DBCE;
}
.TagClassName
{
border-color: #D5DBCE;
}
</style>