Shades of Ottoman #CEE1BC
Tints of Ottoman #CEE1BC
RGB
CMYK
RGB Variations
Color information
#CEE1BC (or 0xCEE1BC) is known color: Ottoman. HEX triplet: CE, E1 and BC. RGB value is (206,225,188). Sum of RGB (Red+Green+Blue) = 206+225+188=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1BC is #311E43. Grayscale: #D7D7D7. Windows color (decimal): -3219012 or 12378574. OLE color: 12378574.
HSL color Cylindrical-coordinate representation of color #CEE1BC: hue angle of 90.81º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEE1BC is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 188 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.12 |
| HSL | 90.81º | 0.38% | 0.81% | - |
| HSV(B) | 90.81º | 0.16% | 0.88% | - |
| XYZ | 61.46 | 70.6 | 57.97 | - |
| YUV | 215.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 188 | 0.08 | 0 | 0.16 | 0.12 | 90.81 | 0.38 | 0.81 |
| Hex | CE | E1 | BC | 8 | 0 | 10 | C | 5B | 26 | 51 |
| Octal | 316 | 341 | 274 | 10 | 0 | 20 | 14 | 133 | 46 | 121 |
| Binary | 11001110 | 11100001 | 10111100 | 1000 | 0 | 10000 | 1100 | 1011011 | 100110 | 1010001 |
Color Harmonies of #CEE1BC
Complementary color
Monochromatic Colors of #CEE1BC
Black with #CEE1BC
Text Example
Text Example
White with #CEE1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1BC; }
p { color: rgb(206,225,188); }
H1.HeaderClassName
{
color: #CEE1BC;
}
.AnyTagClassName
{
color: #CEE1BC;
}
</style>
background-color css
<style>
a { background-color: #CEE1BC; }
a { background-color: rgb(206,225,188); }
div.DivClassName
{
background-color: #CEE1BC;
}
.BgClassName
{
background-color: #CEE1BC;
}
</style>
border-color css
<style>
span { border-color: #CEE1BC; }
span { border-color: rgb(206,225,188); }
td.TdClassName
{
border-color: #CEE1BC;
}
.TagClassName
{
border-color: #CEE1BC;
}
</style>