Shades of Ottoman #CEE1B7
Tints of Ottoman #CEE1B7
RGB
CMYK
RGB Variations
Color information
#CEE1B7 (or 0xCEE1B7) is known color: Ottoman. HEX triplet: CE, E1 and B7. RGB value is (206,225,183). Sum of RGB (Red+Green+Blue) = 206+225+183=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 183 (71.88% from 255 or 29.80% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1B7 is #311E48. Grayscale: #D6D6D6. Windows color (decimal): -3219017 or 12050894. OLE color: 12050894.
HSL color Cylindrical-coordinate representation of color #CEE1B7: hue angle of 87.14º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEE1B7 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 183 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.12 |
| HSL | 87.14º | 0.41% | 0.8% | - |
| HSV(B) | 87.14º | 0.19% | 0.88% | - |
| XYZ | 60.93 | 70.39 | 55.18 | - |
| YUV | 214.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 183 | 0.08 | 0 | 0.19 | 0.12 | 87.14 | 0.41 | 0.8 |
| Hex | CE | E1 | B7 | 8 | 0 | 13 | C | 57 | 29 | 50 |
| Octal | 316 | 341 | 267 | 10 | 0 | 23 | 14 | 127 | 51 | 120 |
| Binary | 11001110 | 11100001 | 10110111 | 1000 | 0 | 10011 | 1100 | 1010111 | 101001 | 1010000 |
Color Harmonies of #CEE1B7
Complementary color
Monochromatic Colors of #CEE1B7
Black with #CEE1B7
Text Example
Text Example
White with #CEE1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1B7; }
p { color: rgb(206,225,183); }
H1.HeaderClassName
{
color: #CEE1B7;
}
.AnyTagClassName
{
color: #CEE1B7;
}
</style>
background-color css
<style>
a { background-color: #CEE1B7; }
a { background-color: rgb(206,225,183); }
div.DivClassName
{
background-color: #CEE1B7;
}
.BgClassName
{
background-color: #CEE1B7;
}
</style>
border-color css
<style>
span { border-color: #CEE1B7; }
span { border-color: rgb(206,225,183); }
td.TdClassName
{
border-color: #CEE1B7;
}
.TagClassName
{
border-color: #CEE1B7;
}
</style>