Shades of Ottoman #CCD8BC
Tints of Ottoman #CCD8BC
RGB
CMYK
RGB Variations
Color information
#CCD8BC (or 0xCCD8BC) is known color: Ottoman. HEX triplet: CC, D8 and BC. RGB value is (204,216,188). Sum of RGB (Red+Green+Blue) = 204+216+188=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8BC is #332743. Grayscale: #D1D1D1. Windows color (decimal): -3352388 or 12376268. OLE color: 12376268.
HSL color Cylindrical-coordinate representation of color #CCD8BC: hue angle of 85.71º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD8BC is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 188 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.15 |
| HSL | 85.71º | 0.26% | 0.79% | - |
| HSV(B) | 85.71º | 0.13% | 0.85% | - |
| XYZ | 58.53 | 65.58 | 57.15 | - |
| YUV | 209.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 188 | 0.06 | 0 | 0.13 | 0.15 | 85.71 | 0.26 | 0.79 |
| Hex | CC | D8 | BC | 6 | 0 | D | F | 56 | 1A | 4F |
| Octal | 314 | 330 | 274 | 6 | 0 | 15 | 17 | 126 | 32 | 117 |
| Binary | 11001100 | 11011000 | 10111100 | 110 | 0 | 1101 | 1111 | 1010110 | 11010 | 1001111 |
Color Harmonies of #CCD8BC
Complementary color
Monochromatic Colors of #CCD8BC
Black with #CCD8BC
Text Example
Text Example
White with #CCD8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8BC; }
p { color: rgb(204,216,188); }
H1.HeaderClassName
{
color: #CCD8BC;
}
.AnyTagClassName
{
color: #CCD8BC;
}
</style>
background-color css
<style>
a { background-color: #CCD8BC; }
a { background-color: rgb(204,216,188); }
div.DivClassName
{
background-color: #CCD8BC;
}
.BgClassName
{
background-color: #CCD8BC;
}
</style>
border-color css
<style>
span { border-color: #CCD8BC; }
span { border-color: rgb(204,216,188); }
td.TdClassName
{
border-color: #CCD8BC;
}
.TagClassName
{
border-color: #CCD8BC;
}
</style>