Shades of Ottoman #CCD8BD
Tints of Ottoman #CCD8BD
RGB
CMYK
RGB Variations
Color information
#CCD8BD (or 0xCCD8BD) is known color: Ottoman. HEX triplet: CC, D8 and BD. RGB value is (204,216,189). Sum of RGB (Red+Green+Blue) = 204+216+189=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8BD is #332742. Grayscale: #D1D1D1. Windows color (decimal): -3352387 or 12441804. OLE color: 12441804.
HSL color Cylindrical-coordinate representation of color #CCD8BD: hue angle of 86.67º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCD8BD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 189 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.15 |
| HSL | 86.67º | 0.26% | 0.79% | - |
| HSV(B) | 86.67º | 0.13% | 0.85% | - |
| XYZ | 58.64 | 65.62 | 57.72 | - |
| YUV | 209.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 189 | 0.06 | 0 | 0.12 | 0.15 | 86.67 | 0.26 | 0.79 |
| Hex | CC | D8 | BD | 6 | 0 | C | F | 57 | 1A | 4F |
| Octal | 314 | 330 | 275 | 6 | 0 | 14 | 17 | 127 | 32 | 117 |
| Binary | 11001100 | 11011000 | 10111101 | 110 | 0 | 1100 | 1111 | 1010111 | 11010 | 1001111 |
Color Harmonies of #CCD8BD
Complementary color
Monochromatic Colors of #CCD8BD
Black with #CCD8BD
Text Example
Text Example
White with #CCD8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8BD; }
p { color: rgb(204,216,189); }
H1.HeaderClassName
{
color: #CCD8BD;
}
.AnyTagClassName
{
color: #CCD8BD;
}
</style>
background-color css
<style>
a { background-color: #CCD8BD; }
a { background-color: rgb(204,216,189); }
div.DivClassName
{
background-color: #CCD8BD;
}
.BgClassName
{
background-color: #CCD8BD;
}
</style>
border-color css
<style>
span { border-color: #CCD8BD; }
span { border-color: rgb(204,216,189); }
td.TdClassName
{
border-color: #CCD8BD;
}
.TagClassName
{
border-color: #CCD8BD;
}
</style>