Shades of Ottoman #CCD8BB
Tints of Ottoman #CCD8BB
RGB
CMYK
RGB Variations
Color information
#CCD8BB (or 0xCCD8BB) is known color: Ottoman. HEX triplet: CC, D8 and BB. RGB value is (204,216,187). Sum of RGB (Red+Green+Blue) = 204+216+187=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8BB is #332744. Grayscale: #D1D1D1. Windows color (decimal): -3352389 or 12310732. OLE color: 12310732.
HSL color Cylindrical-coordinate representation of color #CCD8BB: hue angle of 84.83º degrees, saturation: 0.27, 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 #CCD8BB is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 187 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.15 |
| HSL | 84.83º | 0.27% | 0.79% | - |
| HSV(B) | 84.83º | 0.13% | 0.85% | - |
| XYZ | 58.43 | 65.54 | 56.58 | - |
| YUV | 209.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 187 | 0.06 | 0 | 0.13 | 0.15 | 84.83 | 0.27 | 0.79 |
| Hex | CC | D8 | BB | 6 | 0 | D | F | 55 | 1B | 4F |
| Octal | 314 | 330 | 273 | 6 | 0 | 15 | 17 | 125 | 33 | 117 |
| Binary | 11001100 | 11011000 | 10111011 | 110 | 0 | 1101 | 1111 | 1010101 | 11011 | 1001111 |
Color Harmonies of #CCD8BB
Complementary color
Monochromatic Colors of #CCD8BB
Black with #CCD8BB
Text Example
Text Example
White with #CCD8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8BB; }
p { color: rgb(204,216,187); }
H1.HeaderClassName
{
color: #CCD8BB;
}
.AnyTagClassName
{
color: #CCD8BB;
}
</style>
background-color css
<style>
a { background-color: #CCD8BB; }
a { background-color: rgb(204,216,187); }
div.DivClassName
{
background-color: #CCD8BB;
}
.BgClassName
{
background-color: #CCD8BB;
}
</style>
border-color css
<style>
span { border-color: #CCD8BB; }
span { border-color: rgb(204,216,187); }
td.TdClassName
{
border-color: #CCD8BB;
}
.TagClassName
{
border-color: #CCD8BB;
}
</style>