Shades of Ottoman #CCD9BD
Tints of Ottoman #CCD9BD
RGB
CMYK
RGB Variations
Color information
#CCD9BD (or 0xCCD9BD) is known color: Ottoman. HEX triplet: CC, D9 and BD. RGB value is (204,217,189). Sum of RGB (Red+Green+Blue) = 204+217+189=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9BD is #332642. Grayscale: #D2D2D2. Windows color (decimal): -3352131 or 12442060. OLE color: 12442060.
HSL color Cylindrical-coordinate representation of color #CCD9BD: hue angle of 87.86º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD9BD is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 189 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.15 |
| HSL | 87.86º | 0.27% | 0.8% | - |
| HSV(B) | 87.86º | 0.13% | 0.85% | - |
| XYZ | 58.9 | 66.14 | 57.81 | - |
| YUV | 209.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 189 | 0.06 | 0 | 0.13 | 0.15 | 87.86 | 0.27 | 0.8 |
| Hex | CC | D9 | BD | 6 | 0 | D | F | 58 | 1B | 50 |
| Octal | 314 | 331 | 275 | 6 | 0 | 15 | 17 | 130 | 33 | 120 |
| Binary | 11001100 | 11011001 | 10111101 | 110 | 0 | 1101 | 1111 | 1011000 | 11011 | 1010000 |
Color Harmonies of #CCD9BD
Complementary color
Monochromatic Colors of #CCD9BD
Black with #CCD9BD
Text Example
Text Example
White with #CCD9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9BD; }
p { color: rgb(204,217,189); }
H1.HeaderClassName
{
color: #CCD9BD;
}
.AnyTagClassName
{
color: #CCD9BD;
}
</style>
background-color css
<style>
a { background-color: #CCD9BD; }
a { background-color: rgb(204,217,189); }
div.DivClassName
{
background-color: #CCD9BD;
}
.BgClassName
{
background-color: #CCD9BD;
}
</style>
border-color css
<style>
span { border-color: #CCD9BD; }
span { border-color: rgb(204,217,189); }
td.TdClassName
{
border-color: #CCD9BD;
}
.TagClassName
{
border-color: #CCD9BD;
}
</style>