Shades of Ottoman #CEE2BC
Tints of Ottoman #CEE2BC
RGB
CMYK
RGB Variations
Color information
#CEE2BC (or 0xCEE2BC) is known color: Ottoman. HEX triplet: CE, E2 and BC. RGB value is (206,226,188). Sum of RGB (Red+Green+Blue) = 206+226+188=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE2BC is #311D43. Grayscale: #D7D7D7. Windows color (decimal): -3218756 or 12378830. OLE color: 12378830.
HSL color Cylindrical-coordinate representation of color #CEE2BC: hue angle of 91.58º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEE2BC is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 188 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.11 |
| HSL | 91.58º | 0.4% | 0.81% | - |
| HSV(B) | 91.58º | 0.17% | 0.89% | - |
| XYZ | 61.73 | 71.15 | 58.06 | - |
| YUV | 215.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 188 | 0.09 | 0 | 0.17 | 0.11 | 91.58 | 0.4 | 0.81 |
| Hex | CE | E2 | BC | 9 | 0 | 11 | B | 5C | 28 | 51 |
| Octal | 316 | 342 | 274 | 11 | 0 | 21 | 13 | 134 | 50 | 121 |
| Binary | 11001110 | 11100010 | 10111100 | 1001 | 0 | 10001 | 1011 | 1011100 | 101000 | 1010001 |
Color Harmonies of #CEE2BC
Complementary color
Monochromatic Colors of #CEE2BC
Black with #CEE2BC
Text Example
Text Example
White with #CEE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE2BC; }
p { color: rgb(206,226,188); }
H1.HeaderClassName
{
color: #CEE2BC;
}
.AnyTagClassName
{
color: #CEE2BC;
}
</style>
background-color css
<style>
a { background-color: #CEE2BC; }
a { background-color: rgb(206,226,188); }
div.DivClassName
{
background-color: #CEE2BC;
}
.BgClassName
{
background-color: #CEE2BC;
}
</style>
border-color css
<style>
span { border-color: #CEE2BC; }
span { border-color: rgb(206,226,188); }
td.TdClassName
{
border-color: #CEE2BC;
}
.TagClassName
{
border-color: #CEE2BC;
}
</style>