Shades of Ottoman #CEDEBD
Tints of Ottoman #CEDEBD
RGB
CMYK
RGB Variations
Color information
#CEDEBD (or 0xCEDEBD) is known color: Ottoman. HEX triplet: CE, DE and BD. RGB value is (206,222,189). Sum of RGB (Red+Green+Blue) = 206+222+189=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEBD is #312142. Grayscale: #D5D5D5. Windows color (decimal): -3219779 or 12443342. OLE color: 12443342.
HSL color Cylindrical-coordinate representation of color #CEDEBD: hue angle of 89.09º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEDEBD is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 189 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.13 |
| HSL | 89.09º | 0.33% | 0.81% | - |
| HSV(B) | 89.09º | 0.15% | 0.87% | - |
| XYZ | 60.76 | 69.04 | 58.27 | - |
| YUV | 213.45 | 114.2 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 189 | 0.07 | 0 | 0.15 | 0.13 | 89.09 | 0.33 | 0.81 |
| Hex | CE | DE | BD | 7 | 0 | F | D | 59 | 21 | 51 |
| Octal | 316 | 336 | 275 | 7 | 0 | 17 | 15 | 131 | 41 | 121 |
| Binary | 11001110 | 11011110 | 10111101 | 111 | 0 | 1111 | 1101 | 1011001 | 100001 | 1010001 |
Color Harmonies of #CEDEBD
Complementary color
Monochromatic Colors of #CEDEBD
Black with #CEDEBD
Text Example
Text Example
White with #CEDEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEBD; }
p { color: rgb(206,222,189); }
H1.HeaderClassName
{
color: #CEDEBD;
}
.AnyTagClassName
{
color: #CEDEBD;
}
</style>
background-color css
<style>
a { background-color: #CEDEBD; }
a { background-color: rgb(206,222,189); }
div.DivClassName
{
background-color: #CEDEBD;
}
.BgClassName
{
background-color: #CEDEBD;
}
</style>
border-color css
<style>
span { border-color: #CEDEBD; }
span { border-color: rgb(206,222,189); }
td.TdClassName
{
border-color: #CEDEBD;
}
.TagClassName
{
border-color: #CEDEBD;
}
</style>