Shades of Ottoman #CBDABD
Tints of Ottoman #CBDABD
RGB
CMYK
RGB Variations
Color information
#CBDABD (or 0xCBDABD) is known color: Ottoman. HEX triplet: CB, DA and BD. RGB value is (203,218,189). Sum of RGB (Red+Green+Blue) = 203+218+189=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDABD is #342542. Grayscale: #D2D2D2. Windows color (decimal): -3417411 or 12442315. OLE color: 12442315.
HSL color Cylindrical-coordinate representation of color #CBDABD: hue angle of 91.03º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBDABD is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 189 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.15 |
| HSL | 91.03º | 0.28% | 0.8% | - |
| HSV(B) | 91.03º | 0.13% | 0.85% | - |
| XYZ | 58.89 | 66.51 | 57.88 | - |
| YUV | 210.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 189 | 0.07 | 0 | 0.13 | 0.15 | 91.03 | 0.28 | 0.8 |
| Hex | CB | DA | BD | 7 | 0 | D | F | 5B | 1C | 50 |
| Octal | 313 | 332 | 275 | 7 | 0 | 15 | 17 | 133 | 34 | 120 |
| Binary | 11001011 | 11011010 | 10111101 | 111 | 0 | 1101 | 1111 | 1011011 | 11100 | 1010000 |
Color Harmonies of #CBDABD
Complementary color
Monochromatic Colors of #CBDABD
Black with #CBDABD
Text Example
Text Example
White with #CBDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDABD; }
p { color: rgb(203,218,189); }
H1.HeaderClassName
{
color: #CBDABD;
}
.AnyTagClassName
{
color: #CBDABD;
}
</style>
background-color css
<style>
a { background-color: #CBDABD; }
a { background-color: rgb(203,218,189); }
div.DivClassName
{
background-color: #CBDABD;
}
.BgClassName
{
background-color: #CBDABD;
}
</style>
border-color css
<style>
span { border-color: #CBDABD; }
span { border-color: rgb(203,218,189); }
td.TdClassName
{
border-color: #CBDABD;
}
.TagClassName
{
border-color: #CBDABD;
}
</style>