Shades of Ottoman #CBDBB6
Tints of Ottoman #CBDBB6
RGB
CMYK
RGB Variations
Color information
#CBDBB6 (or 0xCBDBB6) is known color: Ottoman. HEX triplet: CB, DB and B6. RGB value is (203,219,182). Sum of RGB (Red+Green+Blue) = 203+219+182=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBB6 is #342449. Grayscale: #D2D2D2. Windows color (decimal): -3417162 or 11983819. OLE color: 11983819.
HSL color Cylindrical-coordinate representation of color #CBDBB6: hue angle of 85.95º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBDBB6 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 182 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.14 |
| HSL | 85.95º | 0.34% | 0.79% | - |
| HSV(B) | 85.95º | 0.17% | 0.86% | - |
| XYZ | 58.4 | 66.74 | 54.06 | - |
| YUV | 210 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 182 | 0.07 | 0 | 0.17 | 0.14 | 85.95 | 0.34 | 0.79 |
| Hex | CB | DB | B6 | 7 | 0 | 11 | E | 56 | 22 | 4F |
| Octal | 313 | 333 | 266 | 7 | 0 | 21 | 16 | 126 | 42 | 117 |
| Binary | 11001011 | 11011011 | 10110110 | 111 | 0 | 10001 | 1110 | 1010110 | 100010 | 1001111 |
Color Harmonies of #CBDBB6
Complementary color
Monochromatic Colors of #CBDBB6
Black with #CBDBB6
Text Example
Text Example
White with #CBDBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDBB6; }
p { color: rgb(203,219,182); }
H1.HeaderClassName
{
color: #CBDBB6;
}
.AnyTagClassName
{
color: #CBDBB6;
}
</style>
background-color css
<style>
a { background-color: #CBDBB6; }
a { background-color: rgb(203,219,182); }
div.DivClassName
{
background-color: #CBDBB6;
}
.BgClassName
{
background-color: #CBDBB6;
}
</style>
border-color css
<style>
span { border-color: #CBDBB6; }
span { border-color: rgb(203,219,182); }
td.TdClassName
{
border-color: #CBDBB6;
}
.TagClassName
{
border-color: #CBDBB6;
}
</style>