Shades of Ottoman #CBDDB5
Tints of Ottoman #CBDDB5
RGB
CMYK
RGB Variations
Color information
#CBDDB5 (or 0xCBDDB5) is known color: Ottoman. HEX triplet: CB, DD and B5. RGB value is (203,221,181). Sum of RGB (Red+Green+Blue) = 203+221+181=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDB5 is #34224A. Grayscale: #D3D3D3. Windows color (decimal): -3416651 or 11918795. OLE color: 11918795.
HSL color Cylindrical-coordinate representation of color #CBDDB5: hue angle of 87º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBDDB5 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 181 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.13 |
| HSL | 87º | 0.37% | 0.79% | - |
| HSV(B) | 87º | 0.18% | 0.87% | - |
| XYZ | 58.83 | 67.75 | 53.69 | - |
| YUV | 211.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 181 | 0.08 | 0 | 0.18 | 0.13 | 87 | 0.37 | 0.79 |
| Hex | CB | DD | B5 | 8 | 0 | 12 | D | 57 | 25 | 4F |
| Octal | 313 | 335 | 265 | 10 | 0 | 22 | 15 | 127 | 45 | 117 |
| Binary | 11001011 | 11011101 | 10110101 | 1000 | 0 | 10010 | 1101 | 1010111 | 100101 | 1001111 |
Color Harmonies of #CBDDB5
Complementary color
Monochromatic Colors of #CBDDB5
Black with #CBDDB5
Text Example
Text Example
White with #CBDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDB5; }
p { color: rgb(203,221,181); }
H1.HeaderClassName
{
color: #CBDDB5;
}
.AnyTagClassName
{
color: #CBDDB5;
}
</style>
background-color css
<style>
a { background-color: #CBDDB5; }
a { background-color: rgb(203,221,181); }
div.DivClassName
{
background-color: #CBDDB5;
}
.BgClassName
{
background-color: #CBDDB5;
}
</style>
border-color css
<style>
span { border-color: #CBDDB5; }
span { border-color: rgb(203,221,181); }
td.TdClassName
{
border-color: #CBDDB5;
}
.TagClassName
{
border-color: #CBDDB5;
}
</style>