Shades of Ottoman #CDD9BC
Tints of Ottoman #CDD9BC
RGB
CMYK
RGB Variations
Color information
#CDD9BC (or 0xCDD9BC) is known color: Ottoman. HEX triplet: CD, D9 and BC. RGB value is (205,217,188). Sum of RGB (Red+Green+Blue) = 205+217+188=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9BC is #322643. Grayscale: #D2D2D2. Windows color (decimal): -3286596 or 12376525. OLE color: 12376525.
HSL color Cylindrical-coordinate representation of color #CDD9BC: hue angle of 84.83º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDD9BC is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 188 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.15 |
| HSL | 84.83º | 0.28% | 0.79% | - |
| HSV(B) | 84.83º | 0.13% | 0.85% | - |
| XYZ | 59.07 | 66.24 | 57.25 | - |
| YUV | 210.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 188 | 0.06 | 0 | 0.13 | 0.15 | 84.83 | 0.28 | 0.79 |
| Hex | CD | D9 | BC | 6 | 0 | D | F | 55 | 1C | 4F |
| Octal | 315 | 331 | 274 | 6 | 0 | 15 | 17 | 125 | 34 | 117 |
| Binary | 11001101 | 11011001 | 10111100 | 110 | 0 | 1101 | 1111 | 1010101 | 11100 | 1001111 |
Color Harmonies of #CDD9BC
Complementary color
Monochromatic Colors of #CDD9BC
Black with #CDD9BC
Text Example
Text Example
White with #CDD9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9BC; }
p { color: rgb(205,217,188); }
H1.HeaderClassName
{
color: #CDD9BC;
}
.AnyTagClassName
{
color: #CDD9BC;
}
</style>
background-color css
<style>
a { background-color: #CDD9BC; }
a { background-color: rgb(205,217,188); }
div.DivClassName
{
background-color: #CDD9BC;
}
.BgClassName
{
background-color: #CDD9BC;
}
</style>
border-color css
<style>
span { border-color: #CDD9BC; }
span { border-color: rgb(205,217,188); }
td.TdClassName
{
border-color: #CDD9BC;
}
.TagClassName
{
border-color: #CDD9BC;
}
</style>