Shades of Ottoman #CEE1BB
Tints of Ottoman #CEE1BB
RGB
CMYK
RGB Variations
Color information
#CEE1BB (or 0xCEE1BB) is known color: Ottoman. HEX triplet: CE, E1 and BB. RGB value is (206,225,187). Sum of RGB (Red+Green+Blue) = 206+225+187=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1BB is #311E44. Grayscale: #D7D7D7. Windows color (decimal): -3219013 or 12313038. OLE color: 12313038.
HSL color Cylindrical-coordinate representation of color #CEE1BB: hue angle of 90º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEE1BB is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 187 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.12 |
| HSL | 90º | 0.39% | 0.81% | - |
| HSV(B) | 90º | 0.17% | 0.88% | - |
| XYZ | 61.35 | 70.56 | 57.4 | - |
| YUV | 214.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 187 | 0.08 | 0 | 0.17 | 0.12 | 90 | 0.39 | 0.81 |
| Hex | CE | E1 | BB | 8 | 0 | 11 | C | 5A | 27 | 51 |
| Octal | 316 | 341 | 273 | 10 | 0 | 21 | 14 | 132 | 47 | 121 |
| Binary | 11001110 | 11100001 | 10111011 | 1000 | 0 | 10001 | 1100 | 1011010 | 100111 | 1010001 |
Color Harmonies of #CEE1BB
Complementary color
Monochromatic Colors of #CEE1BB
Black with #CEE1BB
Text Example
Text Example
White with #CEE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1BB; }
p { color: rgb(206,225,187); }
H1.HeaderClassName
{
color: #CEE1BB;
}
.AnyTagClassName
{
color: #CEE1BB;
}
</style>
background-color css
<style>
a { background-color: #CEE1BB; }
a { background-color: rgb(206,225,187); }
div.DivClassName
{
background-color: #CEE1BB;
}
.BgClassName
{
background-color: #CEE1BB;
}
</style>
border-color css
<style>
span { border-color: #CEE1BB; }
span { border-color: rgb(206,225,187); }
td.TdClassName
{
border-color: #CEE1BB;
}
.TagClassName
{
border-color: #CEE1BB;
}
</style>