Shades of Ottoman #CDD8BD
Tints of Ottoman #CDD8BD
RGB
CMYK
RGB Variations
Color information
#CDD8BD (or 0xCDD8BD) is known color: Ottoman. HEX triplet: CD, D8 and BD. RGB value is (205,216,189). Sum of RGB (Red+Green+Blue) = 205+216+189=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8BD is #322742. Grayscale: #D1D1D1. Windows color (decimal): -3286851 or 12441805. OLE color: 12441805.
HSL color Cylindrical-coordinate representation of color #CDD8BD: hue angle of 84.44º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD8BD is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 189 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.15 |
| HSL | 84.44º | 0.26% | 0.79% | - |
| HSV(B) | 84.44º | 0.13% | 0.85% | - |
| XYZ | 58.92 | 65.77 | 57.73 | - |
| YUV | 209.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 189 | 0.05 | 0 | 0.12 | 0.15 | 84.44 | 0.26 | 0.79 |
| Hex | CD | D8 | BD | 5 | 0 | C | F | 54 | 1A | 4F |
| Octal | 315 | 330 | 275 | 5 | 0 | 14 | 17 | 124 | 32 | 117 |
| Binary | 11001101 | 11011000 | 10111101 | 101 | 0 | 1100 | 1111 | 1010100 | 11010 | 1001111 |
Color Harmonies of #CDD8BD
Complementary color
Monochromatic Colors of #CDD8BD
Black with #CDD8BD
Text Example
Text Example
White with #CDD8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8BD; }
p { color: rgb(205,216,189); }
H1.HeaderClassName
{
color: #CDD8BD;
}
.AnyTagClassName
{
color: #CDD8BD;
}
</style>
background-color css
<style>
a { background-color: #CDD8BD; }
a { background-color: rgb(205,216,189); }
div.DivClassName
{
background-color: #CDD8BD;
}
.BgClassName
{
background-color: #CDD8BD;
}
</style>
border-color css
<style>
span { border-color: #CDD8BD; }
span { border-color: rgb(205,216,189); }
td.TdClassName
{
border-color: #CDD8BD;
}
.TagClassName
{
border-color: #CDD8BD;
}
</style>