Shades of Ottoman #CEDCBE
Tints of Ottoman #CEDCBE
RGB
CMYK
RGB Variations
Color information
#CEDCBE (or 0xCEDCBE) is known color: Ottoman. HEX triplet: CE, DC and BE. RGB value is (206,220,190). Sum of RGB (Red+Green+Blue) = 206+220+190=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCBE is #312341. Grayscale: #D4D4D4. Windows color (decimal): -3220290 or 12508366. OLE color: 12508366.
HSL color Cylindrical-coordinate representation of color #CEDCBE: hue angle of 88º degrees, saturation: 0.3, 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 #CEDCBE is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 190 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.14 |
| HSL | 88º | 0.3% | 0.8% | - |
| HSV(B) | 88º | 0.14% | 0.86% | - |
| XYZ | 60.34 | 68.03 | 58.67 | - |
| YUV | 212.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 190 | 0.06 | 0 | 0.14 | 0.14 | 88 | 0.3 | 0.8 |
| Hex | CE | DC | BE | 6 | 0 | E | E | 58 | 1E | 50 |
| Octal | 316 | 334 | 276 | 6 | 0 | 16 | 16 | 130 | 36 | 120 |
| Binary | 11001110 | 11011100 | 10111110 | 110 | 0 | 1110 | 1110 | 1011000 | 11110 | 1010000 |
Color Harmonies of #CEDCBE
Complementary color
Monochromatic Colors of #CEDCBE
Black with #CEDCBE
Text Example
Text Example
White with #CEDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCBE; }
p { color: rgb(206,220,190); }
H1.HeaderClassName
{
color: #CEDCBE;
}
.AnyTagClassName
{
color: #CEDCBE;
}
</style>
background-color css
<style>
a { background-color: #CEDCBE; }
a { background-color: rgb(206,220,190); }
div.DivClassName
{
background-color: #CEDCBE;
}
.BgClassName
{
background-color: #CEDCBE;
}
</style>
border-color css
<style>
span { border-color: #CEDCBE; }
span { border-color: rgb(206,220,190); }
td.TdClassName
{
border-color: #CEDCBE;
}
.TagClassName
{
border-color: #CEDCBE;
}
</style>