Shades of Ottoman #CEE1C0
Tints of Ottoman #CEE1C0
RGB
CMYK
RGB Variations
Color information
#CEE1C0 (or 0xCEE1C0) is known color: Ottoman. HEX triplet: CE, E1 and C0. RGB value is (206,225,192). Sum of RGB (Red+Green+Blue) = 206+225+192=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1C0 is #311E3F. Grayscale: #D7D7D7. Windows color (decimal): -3219008 or 12640718. OLE color: 12640718.
HSL color Cylindrical-coordinate representation of color #CEE1C0: hue angle of 94.55º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEE1C0 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 192 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.12 |
| HSL | 94.55º | 0.35% | 0.82% | - |
| HSV(B) | 94.55º | 0.15% | 0.88% | - |
| XYZ | 61.89 | 70.78 | 60.27 | - |
| YUV | 215.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 192 | 0.08 | 0 | 0.15 | 0.12 | 94.55 | 0.35 | 0.82 |
| Hex | CE | E1 | C0 | 8 | 0 | F | C | 5F | 23 | 52 |
| Octal | 316 | 341 | 300 | 10 | 0 | 17 | 14 | 137 | 43 | 122 |
| Binary | 11001110 | 11100001 | 11000000 | 1000 | 0 | 1111 | 1100 | 1011111 | 100011 | 1010010 |
Color Harmonies of #CEE1C0
Complementary color
Monochromatic Colors of #CEE1C0
Black with #CEE1C0
Text Example
Text Example
White with #CEE1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1C0; }
p { color: rgb(206,225,192); }
H1.HeaderClassName
{
color: #CEE1C0;
}
.AnyTagClassName
{
color: #CEE1C0;
}
</style>
background-color css
<style>
a { background-color: #CEE1C0; }
a { background-color: rgb(206,225,192); }
div.DivClassName
{
background-color: #CEE1C0;
}
.BgClassName
{
background-color: #CEE1C0;
}
</style>
border-color css
<style>
span { border-color: #CEE1C0; }
span { border-color: rgb(206,225,192); }
td.TdClassName
{
border-color: #CEE1C0;
}
.TagClassName
{
border-color: #CEE1C0;
}
</style>