Shades of Ottoman #CCE0B5
Tints of Ottoman #CCE0B5
RGB
CMYK
RGB Variations
Color information
#CCE0B5 (or 0xCCE0B5) is known color: Ottoman. HEX triplet: CC, E0 and B5. RGB value is (204,224,181). Sum of RGB (Red+Green+Blue) = 204+224+181=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0B5 is #331F4A. Grayscale: #D5D5D5. Windows color (decimal): -3350347 or 11919564. OLE color: 11919564.
HSL color Cylindrical-coordinate representation of color #CCE0B5: hue angle of 87.91º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE0B5 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 181 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.12 |
| HSL | 87.91º | 0.41% | 0.79% | - |
| HSV(B) | 87.91º | 0.19% | 0.88% | - |
| XYZ | 59.9 | 69.48 | 53.97 | - |
| YUV | 213.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 181 | 0.09 | 0 | 0.19 | 0.12 | 87.91 | 0.41 | 0.79 |
| Hex | CC | E0 | B5 | 9 | 0 | 13 | C | 58 | 29 | 4F |
| Octal | 314 | 340 | 265 | 11 | 0 | 23 | 14 | 130 | 51 | 117 |
| Binary | 11001100 | 11100000 | 10110101 | 1001 | 0 | 10011 | 1100 | 1011000 | 101001 | 1001111 |
Color Harmonies of #CCE0B5
Complementary color
Monochromatic Colors of #CCE0B5
Black with #CCE0B5
Text Example
Text Example
White with #CCE0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0B5; }
p { color: rgb(204,224,181); }
H1.HeaderClassName
{
color: #CCE0B5;
}
.AnyTagClassName
{
color: #CCE0B5;
}
</style>
background-color css
<style>
a { background-color: #CCE0B5; }
a { background-color: rgb(204,224,181); }
div.DivClassName
{
background-color: #CCE0B5;
}
.BgClassName
{
background-color: #CCE0B5;
}
</style>
border-color css
<style>
span { border-color: #CCE0B5; }
span { border-color: rgb(204,224,181); }
td.TdClassName
{
border-color: #CCE0B5;
}
.TagClassName
{
border-color: #CCE0B5;
}
</style>