Shades of Ottoman #CBDBB5
Tints of Ottoman #CBDBB5
RGB
CMYK
RGB Variations
Color information
#CBDBB5 (or 0xCBDBB5) is known color: Ottoman. HEX triplet: CB, DB and B5. RGB value is (203,219,181). Sum of RGB (Red+Green+Blue) = 203+219+181=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBB5 is #34244A. Grayscale: #D2D2D2. Windows color (decimal): -3417163 or 11918283. OLE color: 11918283.
HSL color Cylindrical-coordinate representation of color #CBDBB5: hue angle of 85.26º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBDBB5 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 181 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.14 |
| HSL | 85.26º | 0.35% | 0.78% | - |
| HSV(B) | 85.26º | 0.17% | 0.86% | - |
| XYZ | 58.3 | 66.7 | 53.52 | - |
| YUV | 209.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 181 | 0.07 | 0 | 0.17 | 0.14 | 85.26 | 0.35 | 0.78 |
| Hex | CB | DB | B5 | 7 | 0 | 11 | E | 55 | 23 | 4E |
| Octal | 313 | 333 | 265 | 7 | 0 | 21 | 16 | 125 | 43 | 116 |
| Binary | 11001011 | 11011011 | 10110101 | 111 | 0 | 10001 | 1110 | 1010101 | 100011 | 1001110 |
Color Harmonies of #CBDBB5
Complementary color
Monochromatic Colors of #CBDBB5
Black with #CBDBB5
Text Example
Text Example
White with #CBDBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDBB5; }
p { color: rgb(203,219,181); }
H1.HeaderClassName
{
color: #CBDBB5;
}
.AnyTagClassName
{
color: #CBDBB5;
}
</style>
background-color css
<style>
a { background-color: #CBDBB5; }
a { background-color: rgb(203,219,181); }
div.DivClassName
{
background-color: #CBDBB5;
}
.BgClassName
{
background-color: #CBDBB5;
}
</style>
border-color css
<style>
span { border-color: #CBDBB5; }
span { border-color: rgb(203,219,181); }
td.TdClassName
{
border-color: #CBDBB5;
}
.TagClassName
{
border-color: #CBDBB5;
}
</style>