Shades of Ottoman #D5DCCB
Tints of Ottoman #D5DCCB
RGB
CMYK
RGB Variations
Color information
#D5DCCB (or 0xD5DCCB) is known color: Ottoman. HEX triplet: D5, DC and CB. RGB value is (213,220,203). Sum of RGB (Red+Green+Blue) = 213+220+203=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCCB is #2A2334. Grayscale: #D8D8D8. Windows color (decimal): -2761525 or 13360341. OLE color: 13360341.
HSL color Cylindrical-coordinate representation of color #D5DCCB: hue angle of 84.71º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5DCCB is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 203 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.14 |
| HSL | 84.71º | 0.2% | 0.83% | - |
| HSV(B) | 84.71º | 0.08% | 0.86% | - |
| XYZ | 63.81 | 69.64 | 66.58 | - |
| YUV | 215.97 | 120.68 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 203 | 0.03 | 0 | 0.08 | 0.14 | 84.71 | 0.2 | 0.83 |
| Hex | D5 | DC | CB | 3 | 0 | 8 | E | 55 | 14 | 53 |
| Octal | 325 | 334 | 313 | 3 | 0 | 10 | 16 | 125 | 24 | 123 |
| Binary | 11010101 | 11011100 | 11001011 | 11 | 0 | 1000 | 1110 | 1010101 | 10100 | 1010011 |
Color Harmonies of #D5DCCB
Complementary color
Monochromatic Colors of #D5DCCB
Black with #D5DCCB
Text Example
Text Example
White with #D5DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCCB; }
p { color: rgb(213,220,203); }
H1.HeaderClassName
{
color: #D5DCCB;
}
.AnyTagClassName
{
color: #D5DCCB;
}
</style>
background-color css
<style>
a { background-color: #D5DCCB; }
a { background-color: rgb(213,220,203); }
div.DivClassName
{
background-color: #D5DCCB;
}
.BgClassName
{
background-color: #D5DCCB;
}
</style>
border-color css
<style>
span { border-color: #D5DCCB; }
span { border-color: rgb(213,220,203); }
td.TdClassName
{
border-color: #D5DCCB;
}
.TagClassName
{
border-color: #D5DCCB;
}
</style>