Shades of Ottoman #CCE0BE
Tints of Ottoman #CCE0BE
RGB
CMYK
RGB Variations
Color information
#CCE0BE (or 0xCCE0BE) is known color: Ottoman. HEX triplet: CC, E0 and BE. RGB value is (204,224,190). Sum of RGB (Red+Green+Blue) = 204+224+190=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0BE is #331F41. Grayscale: #D6D6D6. Windows color (decimal): -3350338 or 12509388. OLE color: 12509388.
HSL color Cylindrical-coordinate representation of color #CCE0BE: hue angle of 95.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE0BE is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 190 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.12 |
| HSL | 95.29º | 0.35% | 0.81% | - |
| HSV(B) | 95.29º | 0.15% | 0.88% | - |
| XYZ | 60.85 | 69.87 | 58.99 | - |
| YUV | 214.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 190 | 0.09 | 0 | 0.15 | 0.12 | 95.29 | 0.35 | 0.81 |
| Hex | CC | E0 | BE | 9 | 0 | F | C | 5F | 23 | 51 |
| Octal | 314 | 340 | 276 | 11 | 0 | 17 | 14 | 137 | 43 | 121 |
| Binary | 11001100 | 11100000 | 10111110 | 1001 | 0 | 1111 | 1100 | 1011111 | 100011 | 1010001 |
Color Harmonies of #CCE0BE
Complementary color
Monochromatic Colors of #CCE0BE
Black with #CCE0BE
Text Example
Text Example
White with #CCE0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0BE; }
p { color: rgb(204,224,190); }
H1.HeaderClassName
{
color: #CCE0BE;
}
.AnyTagClassName
{
color: #CCE0BE;
}
</style>
background-color css
<style>
a { background-color: #CCE0BE; }
a { background-color: rgb(204,224,190); }
div.DivClassName
{
background-color: #CCE0BE;
}
.BgClassName
{
background-color: #CCE0BE;
}
</style>
border-color css
<style>
span { border-color: #CCE0BE; }
span { border-color: rgb(204,224,190); }
td.TdClassName
{
border-color: #CCE0BE;
}
.TagClassName
{
border-color: #CCE0BE;
}
</style>