Shades of Ottoman #CEDABB
Tints of Ottoman #CEDABB
RGB
CMYK
RGB Variations
Color information
#CEDABB (or 0xCEDABB) is known color: Ottoman. HEX triplet: CE, DA and BB. RGB value is (206,218,187). Sum of RGB (Red+Green+Blue) = 206+218+187=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDABB is #312544. Grayscale: #D2D2D2. Windows color (decimal): -3220805 or 12311246. OLE color: 12311246.
HSL color Cylindrical-coordinate representation of color #CEDABB: hue angle of 83.23º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEDABB is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 187 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.15 |
| HSL | 83.23º | 0.3% | 0.79% | - |
| HSV(B) | 83.23º | 0.14% | 0.85% | - |
| XYZ | 59.49 | 66.85 | 56.78 | - |
| YUV | 210.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 187 | 0.06 | 0 | 0.14 | 0.15 | 83.23 | 0.3 | 0.79 |
| Hex | CE | DA | BB | 6 | 0 | E | F | 53 | 1E | 4F |
| Octal | 316 | 332 | 273 | 6 | 0 | 16 | 17 | 123 | 36 | 117 |
| Binary | 11001110 | 11011010 | 10111011 | 110 | 0 | 1110 | 1111 | 1010011 | 11110 | 1001111 |
Color Harmonies of #CEDABB
Complementary color
Monochromatic Colors of #CEDABB
Black with #CEDABB
Text Example
Text Example
White with #CEDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDABB; }
p { color: rgb(206,218,187); }
H1.HeaderClassName
{
color: #CEDABB;
}
.AnyTagClassName
{
color: #CEDABB;
}
</style>
background-color css
<style>
a { background-color: #CEDABB; }
a { background-color: rgb(206,218,187); }
div.DivClassName
{
background-color: #CEDABB;
}
.BgClassName
{
background-color: #CEDABB;
}
</style>
border-color css
<style>
span { border-color: #CEDABB; }
span { border-color: rgb(206,218,187); }
td.TdClassName
{
border-color: #CEDABB;
}
.TagClassName
{
border-color: #CEDABB;
}
</style>