Shades of Ottoman #D5DDCD
Tints of Ottoman #D5DDCD
RGB
CMYK
RGB Variations
Color information
#D5DDCD (or 0xD5DDCD) is known color: Ottoman. HEX triplet: D5, DD and CD. RGB value is (213,221,205). Sum of RGB (Red+Green+Blue) = 213+221+205=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDCD is #2A2232. Grayscale: #D8D8D8. Windows color (decimal): -2761267 or 13491669. OLE color: 13491669.
HSL color Cylindrical-coordinate representation of color #D5DDCD: hue angle of 90º degrees, saturation: 0.19, 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 #D5DDCD is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 221 | 205 | - |
CMYK | 0.04 | 0 | 0.07 | 0.13 |
HSL | 90º | 0.19% | 0.84% | - |
HSV(B) | 90º | 0.07% | 0.87% | - |
XYZ | 64.32 | 70.27 | 67.93 | - |
YUV | 216.78 | 121.35 | 125.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 221 | 205 | 0.04 | 0 | 0.07 | 0.13 | 90 | 0.19 | 0.84 |
Hex | D5 | DD | CD | 4 | 0 | 7 | D | 5A | 13 | 54 |
Octal | 325 | 335 | 315 | 4 | 0 | 7 | 15 | 132 | 23 | 124 |
Binary | 11010101 | 11011101 | 11001101 | 100 | 0 | 111 | 1101 | 1011010 | 10011 | 1010100 |
Color Harmonies of #D5DDCD
Complementary color
Monochromatic Colors of #D5DDCD
Black with #D5DDCD
Text Example
Text Example
White with #D5DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDCD; }
p { color: rgb(213,221,205); }
H1.HeaderClassName
{
color: #D5DDCD;
}
.AnyTagClassName
{
color: #D5DDCD;
}
</style>
background-color css
<style>
a { background-color: #D5DDCD; }
a { background-color: rgb(213,221,205); }
div.DivClassName
{
background-color: #D5DDCD;
}
.BgClassName
{
background-color: #D5DDCD;
}
</style>
border-color css
<style>
span { border-color: #D5DDCD; }
span { border-color: rgb(213,221,205); }
td.TdClassName
{
border-color: #D5DDCD;
}
.TagClassName
{
border-color: #D5DDCD;
}
</style>