Shades of Ottoman #CCE0B3
Tints of Ottoman #CCE0B3
RGB
CMYK
RGB Variations
Color information
#CCE0B3 (or 0xCCE0B3) is known color: Ottoman. HEX triplet: CC, E0 and B3. RGB value is (204,224,179). Sum of RGB (Red+Green+Blue) = 204+224+179=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0B3 is #331F4C. Grayscale: #D5D5D5. Windows color (decimal): -3350349 or 11788492. OLE color: 11788492.
HSL color Cylindrical-coordinate representation of color #CCE0B3: hue angle of 86.67º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE0B3 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 179 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.12 |
| HSL | 86.67º | 0.42% | 0.79% | - |
| HSV(B) | 86.67º | 0.2% | 0.88% | - |
| XYZ | 59.69 | 69.4 | 52.9 | - |
| YUV | 212.89 | 108.87 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 179 | 0.09 | 0 | 0.20 | 0.12 | 86.67 | 0.42 | 0.79 |
| Hex | CC | E0 | B3 | 9 | 0 | 14 | C | 57 | 2A | 4F |
| Octal | 314 | 340 | 263 | 11 | 0 | 24 | 14 | 127 | 52 | 117 |
| Binary | 11001100 | 11100000 | 10110011 | 1001 | 0 | 10100 | 1100 | 1010111 | 101010 | 1001111 |
Color Harmonies of #CCE0B3
Complementary color
Monochromatic Colors of #CCE0B3
Black with #CCE0B3
Text Example
Text Example
White with #CCE0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0B3; }
p { color: rgb(204,224,179); }
H1.HeaderClassName
{
color: #CCE0B3;
}
.AnyTagClassName
{
color: #CCE0B3;
}
</style>
background-color css
<style>
a { background-color: #CCE0B3; }
a { background-color: rgb(204,224,179); }
div.DivClassName
{
background-color: #CCE0B3;
}
.BgClassName
{
background-color: #CCE0B3;
}
</style>
border-color css
<style>
span { border-color: #CCE0B3; }
span { border-color: rgb(204,224,179); }
td.TdClassName
{
border-color: #CCE0B3;
}
.TagClassName
{
border-color: #CCE0B3;
}
</style>