Shades of Ottoman #CEDCBD
Tints of Ottoman #CEDCBD
RGB
CMYK
RGB Variations
Color information
#CEDCBD (or 0xCEDCBD) is known color: Ottoman. HEX triplet: CE, DC and BD. RGB value is (206,220,189). Sum of RGB (Red+Green+Blue) = 206+220+189=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCBD is #312342. Grayscale: #D4D4D4. Windows color (decimal): -3220291 or 12442830. OLE color: 12442830.
HSL color Cylindrical-coordinate representation of color #CEDCBD: hue angle of 87.1º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEDCBD is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 189 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.14 |
| HSL | 87.1º | 0.31% | 0.8% | - |
| HSV(B) | 87.1º | 0.14% | 0.86% | - |
| XYZ | 60.23 | 67.98 | 58.09 | - |
| YUV | 212.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 189 | 0.06 | 0 | 0.14 | 0.14 | 87.1 | 0.31 | 0.8 |
| Hex | CE | DC | BD | 6 | 0 | E | E | 57 | 1F | 50 |
| Octal | 316 | 334 | 275 | 6 | 0 | 16 | 16 | 127 | 37 | 120 |
| Binary | 11001110 | 11011100 | 10111101 | 110 | 0 | 1110 | 1110 | 1010111 | 11111 | 1010000 |
Color Harmonies of #CEDCBD
Complementary color
Monochromatic Colors of #CEDCBD
Black with #CEDCBD
Text Example
Text Example
White with #CEDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCBD; }
p { color: rgb(206,220,189); }
H1.HeaderClassName
{
color: #CEDCBD;
}
.AnyTagClassName
{
color: #CEDCBD;
}
</style>
background-color css
<style>
a { background-color: #CEDCBD; }
a { background-color: rgb(206,220,189); }
div.DivClassName
{
background-color: #CEDCBD;
}
.BgClassName
{
background-color: #CEDCBD;
}
</style>
border-color css
<style>
span { border-color: #CEDCBD; }
span { border-color: rgb(206,220,189); }
td.TdClassName
{
border-color: #CEDCBD;
}
.TagClassName
{
border-color: #CEDCBD;
}
</style>