Shades of Ottoman #CBDDBE
Tints of Ottoman #CBDDBE
RGB
CMYK
RGB Variations
Color information
#CBDDBE (or 0xCBDDBE) is known color: Ottoman. HEX triplet: CB, DD and BE. RGB value is (203,221,190). Sum of RGB (Red+Green+Blue) = 203+221+190=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDBE is #342241. Grayscale: #D4D4D4. Windows color (decimal): -3416642 or 12508619. OLE color: 12508619.
HSL color Cylindrical-coordinate representation of color #CBDDBE: hue angle of 94.84º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBDDBE is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 190 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.13 |
| HSL | 94.84º | 0.31% | 0.81% | - |
| HSV(B) | 94.84º | 0.14% | 0.87% | - |
| XYZ | 59.78 | 68.13 | 58.71 | - |
| YUV | 212.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 190 | 0.08 | 0 | 0.14 | 0.13 | 94.84 | 0.31 | 0.81 |
| Hex | CB | DD | BE | 8 | 0 | E | D | 5F | 1F | 51 |
| Octal | 313 | 335 | 276 | 10 | 0 | 16 | 15 | 137 | 37 | 121 |
| Binary | 11001011 | 11011101 | 10111110 | 1000 | 0 | 1110 | 1101 | 1011111 | 11111 | 1010001 |
Color Harmonies of #CBDDBE
Complementary color
Monochromatic Colors of #CBDDBE
Black with #CBDDBE
Text Example
Text Example
White with #CBDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDBE; }
p { color: rgb(203,221,190); }
H1.HeaderClassName
{
color: #CBDDBE;
}
.AnyTagClassName
{
color: #CBDDBE;
}
</style>
background-color css
<style>
a { background-color: #CBDDBE; }
a { background-color: rgb(203,221,190); }
div.DivClassName
{
background-color: #CBDDBE;
}
.BgClassName
{
background-color: #CBDDBE;
}
</style>
border-color css
<style>
span { border-color: #CBDDBE; }
span { border-color: rgb(203,221,190); }
td.TdClassName
{
border-color: #CBDDBE;
}
.TagClassName
{
border-color: #CBDDBE;
}
</style>