Shades of Ottoman #D5DBCD
Tints of Ottoman #D5DBCD
RGB
CMYK
RGB Variations
Color information
#D5DBCD (or 0xD5DBCD) is known color: Ottoman. HEX triplet: D5, DB and CD. RGB value is (213,219,205). Sum of RGB (Red+Green+Blue) = 213+219+205=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBCD is #2A2432. Grayscale: #D7D7D7. Windows color (decimal): -2761779 or 13491157. OLE color: 13491157.
HSL color Cylindrical-coordinate representation of color #D5DBCD: hue angle of 85.71º degrees, saturation: 0.16, 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 #D5DBCD is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 219 | 205 | - |
CMYK | 0.03 | 0 | 0.06 | 0.14 |
HSL | 85.71º | 0.16% | 0.83% | - |
HSV(B) | 85.71º | 0.06% | 0.86% | - |
XYZ | 63.79 | 69.22 | 67.76 | - |
YUV | 215.61 | 122.01 | 126.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 219 | 205 | 0.03 | 0 | 0.06 | 0.14 | 85.71 | 0.16 | 0.83 |
Hex | D5 | DB | CD | 3 | 0 | 6 | E | 56 | 10 | 53 |
Octal | 325 | 333 | 315 | 3 | 0 | 6 | 16 | 126 | 20 | 123 |
Binary | 11010101 | 11011011 | 11001101 | 11 | 0 | 110 | 1110 | 1010110 | 10000 | 1010011 |
Color Harmonies of #D5DBCD
Complementary color
Monochromatic Colors of #D5DBCD
Black with #D5DBCD
Text Example
Text Example
White with #D5DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBCD; }
p { color: rgb(213,219,205); }
H1.HeaderClassName
{
color: #D5DBCD;
}
.AnyTagClassName
{
color: #D5DBCD;
}
</style>
background-color css
<style>
a { background-color: #D5DBCD; }
a { background-color: rgb(213,219,205); }
div.DivClassName
{
background-color: #D5DBCD;
}
.BgClassName
{
background-color: #D5DBCD;
}
</style>
border-color css
<style>
span { border-color: #D5DBCD; }
span { border-color: rgb(213,219,205); }
td.TdClassName
{
border-color: #D5DBCD;
}
.TagClassName
{
border-color: #D5DBCD;
}
</style>