Shades of Ottoman #CEDBBA
Tints of Ottoman #CEDBBA
RGB
CMYK
RGB Variations
Color information
#CEDBBA (or 0xCEDBBA) is known color: Ottoman. HEX triplet: CE, DB and BA. RGB value is (206,219,186). Sum of RGB (Red+Green+Blue) = 206+219+186=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBBA is #312445. Grayscale: #D3D3D3. Windows color (decimal): -3220550 or 12245966. OLE color: 12245966.
HSL color Cylindrical-coordinate representation of color #CEDBBA: hue angle of 83.64º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEDBBA is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 186 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.14 |
| HSL | 83.64º | 0.31% | 0.79% | - |
| HSV(B) | 83.64º | 0.15% | 0.86% | - |
| XYZ | 59.65 | 67.33 | 56.31 | - |
| YUV | 211.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 186 | 0.06 | 0 | 0.15 | 0.14 | 83.64 | 0.31 | 0.79 |
| Hex | CE | DB | BA | 6 | 0 | F | E | 54 | 1F | 4F |
| Octal | 316 | 333 | 272 | 6 | 0 | 17 | 16 | 124 | 37 | 117 |
| Binary | 11001110 | 11011011 | 10111010 | 110 | 0 | 1111 | 1110 | 1010100 | 11111 | 1001111 |
Color Harmonies of #CEDBBA
Complementary color
Monochromatic Colors of #CEDBBA
Black with #CEDBBA
Text Example
Text Example
White with #CEDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBBA; }
p { color: rgb(206,219,186); }
H1.HeaderClassName
{
color: #CEDBBA;
}
.AnyTagClassName
{
color: #CEDBBA;
}
</style>
background-color css
<style>
a { background-color: #CEDBBA; }
a { background-color: rgb(206,219,186); }
div.DivClassName
{
background-color: #CEDBBA;
}
.BgClassName
{
background-color: #CEDBBA;
}
</style>
border-color css
<style>
span { border-color: #CEDBBA; }
span { border-color: rgb(206,219,186); }
td.TdClassName
{
border-color: #CEDBBA;
}
.TagClassName
{
border-color: #CEDBBA;
}
</style>