Shades of Ottoman #CBDBB9
Tints of Ottoman #CBDBB9
RGB
CMYK
RGB Variations
Color information
#CBDBB9 (or 0xCBDBB9) is known color: Ottoman. HEX triplet: CB, DB and B9. RGB value is (203,219,185). Sum of RGB (Red+Green+Blue) = 203+219+185=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBB9 is #342446. Grayscale: #D2D2D2. Windows color (decimal): -3417159 or 12180427. OLE color: 12180427.
HSL color Cylindrical-coordinate representation of color #CBDBB9: hue angle of 88.24º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBDBB9 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 185 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.14 |
| HSL | 88.24º | 0.32% | 0.79% | - |
| HSV(B) | 88.24º | 0.16% | 0.86% | - |
| XYZ | 58.72 | 66.86 | 55.71 | - |
| YUV | 210.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 185 | 0.07 | 0 | 0.16 | 0.14 | 88.24 | 0.32 | 0.79 |
| Hex | CB | DB | B9 | 7 | 0 | 10 | E | 58 | 20 | 4F |
| Octal | 313 | 333 | 271 | 7 | 0 | 20 | 16 | 130 | 40 | 117 |
| Binary | 11001011 | 11011011 | 10111001 | 111 | 0 | 10000 | 1110 | 1011000 | 100000 | 1001111 |
Color Harmonies of #CBDBB9
Complementary color
Monochromatic Colors of #CBDBB9
Black with #CBDBB9
Text Example
Text Example
White with #CBDBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDBB9; }
p { color: rgb(203,219,185); }
H1.HeaderClassName
{
color: #CBDBB9;
}
.AnyTagClassName
{
color: #CBDBB9;
}
</style>
background-color css
<style>
a { background-color: #CBDBB9; }
a { background-color: rgb(203,219,185); }
div.DivClassName
{
background-color: #CBDBB9;
}
.BgClassName
{
background-color: #CBDBB9;
}
</style>
border-color css
<style>
span { border-color: #CBDBB9; }
span { border-color: rgb(203,219,185); }
td.TdClassName
{
border-color: #CBDBB9;
}
.TagClassName
{
border-color: #CBDBB9;
}
</style>