Shades of Ottoman #CBD8BC
Tints of Ottoman #CBD8BC
RGB
CMYK
RGB Variations
Color information
#CBD8BC (or 0xCBD8BC) is known color: Ottoman. HEX triplet: CB, D8 and BC. RGB value is (203,216,188). Sum of RGB (Red+Green+Blue) = 203+216+188=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD8BC is #342743. Grayscale: #D1D1D1. Windows color (decimal): -3417924 or 12376267. OLE color: 12376267.
HSL color Cylindrical-coordinate representation of color #CBD8BC: hue angle of 87.86º degrees, saturation: 0.26, 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 #CBD8BC is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 216 | 188 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.15 |
| HSL | 87.86º | 0.26% | 0.79% | - |
| HSV(B) | 87.86º | 0.13% | 0.85% | - |
| XYZ | 58.26 | 65.44 | 57.14 | - |
| YUV | 208.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 188 | 0.06 | 0 | 0.13 | 0.15 | 87.86 | 0.26 | 0.79 |
| Hex | CB | D8 | BC | 6 | 0 | D | F | 58 | 1A | 4F |
| Octal | 313 | 330 | 274 | 6 | 0 | 15 | 17 | 130 | 32 | 117 |
| Binary | 11001011 | 11011000 | 10111100 | 110 | 0 | 1101 | 1111 | 1011000 | 11010 | 1001111 |
Color Harmonies of #CBD8BC
Complementary color
Monochromatic Colors of #CBD8BC
Black with #CBD8BC
Text Example
Text Example
White with #CBD8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD8BC; }
p { color: rgb(203,216,188); }
H1.HeaderClassName
{
color: #CBD8BC;
}
.AnyTagClassName
{
color: #CBD8BC;
}
</style>
background-color css
<style>
a { background-color: #CBD8BC; }
a { background-color: rgb(203,216,188); }
div.DivClassName
{
background-color: #CBD8BC;
}
.BgClassName
{
background-color: #CBD8BC;
}
</style>
border-color css
<style>
span { border-color: #CBD8BC; }
span { border-color: rgb(203,216,188); }
td.TdClassName
{
border-color: #CBD8BC;
}
.TagClassName
{
border-color: #CBD8BC;
}
</style>