Shades of Ottoman #CEDDBB
Tints of Ottoman #CEDDBB
RGB
CMYK
RGB Variations
Color information
#CEDDBB (or 0xCEDDBB) is known color: Ottoman. HEX triplet: CE, DD and BB. RGB value is (206,221,187). Sum of RGB (Red+Green+Blue) = 206+221+187=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDBB is #312244. Grayscale: #D4D4D4. Windows color (decimal): -3220037 or 12312014. OLE color: 12312014.
HSL color Cylindrical-coordinate representation of color #CEDDBB: hue angle of 86.47º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEDDBB is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 187 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.13 |
| HSL | 86.47º | 0.33% | 0.8% | - |
| HSV(B) | 86.47º | 0.15% | 0.87% | - |
| XYZ | 60.28 | 68.42 | 57.04 | - |
| YUV | 212.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 187 | 0.07 | 0 | 0.15 | 0.13 | 86.47 | 0.33 | 0.8 |
| Hex | CE | DD | BB | 7 | 0 | F | D | 56 | 21 | 50 |
| Octal | 316 | 335 | 273 | 7 | 0 | 17 | 15 | 126 | 41 | 120 |
| Binary | 11001110 | 11011101 | 10111011 | 111 | 0 | 1111 | 1101 | 1010110 | 100001 | 1010000 |
Color Harmonies of #CEDDBB
Complementary color
Monochromatic Colors of #CEDDBB
Black with #CEDDBB
Text Example
Text Example
White with #CEDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDBB; }
p { color: rgb(206,221,187); }
H1.HeaderClassName
{
color: #CEDDBB;
}
.AnyTagClassName
{
color: #CEDDBB;
}
</style>
background-color css
<style>
a { background-color: #CEDDBB; }
a { background-color: rgb(206,221,187); }
div.DivClassName
{
background-color: #CEDDBB;
}
.BgClassName
{
background-color: #CEDDBB;
}
</style>
border-color css
<style>
span { border-color: #CEDDBB; }
span { border-color: rgb(206,221,187); }
td.TdClassName
{
border-color: #CEDDBB;
}
.TagClassName
{
border-color: #CEDDBB;
}
</style>