Shades of Ottoman #CBDBBD
Tints of Ottoman #CBDBBD
RGB
CMYK
RGB Variations
Color information
#CBDBBD (or 0xCBDBBD) is known color: Ottoman. HEX triplet: CB, DB and BD. RGB value is (203,219,189). Sum of RGB (Red+Green+Blue) = 203+219+189=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBBD is #342442. Grayscale: #D2D2D2. Windows color (decimal): -3417155 or 12442571. OLE color: 12442571.
HSL color Cylindrical-coordinate representation of color #CBDBBD: hue angle of 92º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBDBBD is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 189 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.14 |
| HSL | 92º | 0.29% | 0.8% | - |
| HSV(B) | 92º | 0.14% | 0.86% | - |
| XYZ | 59.15 | 67.03 | 57.97 | - |
| YUV | 210.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 189 | 0.07 | 0 | 0.14 | 0.14 | 92 | 0.29 | 0.8 |
| Hex | CB | DB | BD | 7 | 0 | E | E | 5C | 1D | 50 |
| Octal | 313 | 333 | 275 | 7 | 0 | 16 | 16 | 134 | 35 | 120 |
| Binary | 11001011 | 11011011 | 10111101 | 111 | 0 | 1110 | 1110 | 1011100 | 11101 | 1010000 |
Color Harmonies of #CBDBBD
Complementary color
Monochromatic Colors of #CBDBBD
Black with #CBDBBD
Text Example
Text Example
White with #CBDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDBBD; }
p { color: rgb(203,219,189); }
H1.HeaderClassName
{
color: #CBDBBD;
}
.AnyTagClassName
{
color: #CBDBBD;
}
</style>
background-color css
<style>
a { background-color: #CBDBBD; }
a { background-color: rgb(203,219,189); }
div.DivClassName
{
background-color: #CBDBBD;
}
.BgClassName
{
background-color: #CBDBBD;
}
</style>
border-color css
<style>
span { border-color: #CBDBBD; }
span { border-color: rgb(203,219,189); }
td.TdClassName
{
border-color: #CBDBBD;
}
.TagClassName
{
border-color: #CBDBBD;
}
</style>