Shades of Ottoman #CEE3BA
Tints of Ottoman #CEE3BA
RGB
CMYK
RGB Variations
Color information
#CEE3BA (or 0xCEE3BA) is known color: Ottoman. HEX triplet: CE, E3 and BA. RGB value is (206,227,186). Sum of RGB (Red+Green+Blue) = 206+227+186=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE3BA is #311C45. Grayscale: #D8D8D8. Windows color (decimal): -3218502 or 12248014. OLE color: 12248014.
HSL color Cylindrical-coordinate representation of color #CEE3BA: hue angle of 90.73º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE3BA is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 186 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.11 |
| HSL | 90.73º | 0.42% | 0.81% | - |
| HSV(B) | 90.73º | 0.18% | 0.89% | - |
| XYZ | 61.79 | 71.61 | 57.02 | - |
| YUV | 216.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 186 | 0.09 | 0 | 0.18 | 0.11 | 90.73 | 0.42 | 0.81 |
| Hex | CE | E3 | BA | 9 | 0 | 12 | B | 5B | 2A | 51 |
| Octal | 316 | 343 | 272 | 11 | 0 | 22 | 13 | 133 | 52 | 121 |
| Binary | 11001110 | 11100011 | 10111010 | 1001 | 0 | 10010 | 1011 | 1011011 | 101010 | 1010001 |
Color Harmonies of #CEE3BA
Complementary color
Monochromatic Colors of #CEE3BA
Black with #CEE3BA
Text Example
Text Example
White with #CEE3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE3BA; }
p { color: rgb(206,227,186); }
H1.HeaderClassName
{
color: #CEE3BA;
}
.AnyTagClassName
{
color: #CEE3BA;
}
</style>
background-color css
<style>
a { background-color: #CEE3BA; }
a { background-color: rgb(206,227,186); }
div.DivClassName
{
background-color: #CEE3BA;
}
.BgClassName
{
background-color: #CEE3BA;
}
</style>
border-color css
<style>
span { border-color: #CEE3BA; }
span { border-color: rgb(206,227,186); }
td.TdClassName
{
border-color: #CEE3BA;
}
.TagClassName
{
border-color: #CEE3BA;
}
</style>