Shades of Ottoman #CCD9BE
Tints of Ottoman #CCD9BE
RGB
CMYK
RGB Variations
Color information
#CCD9BE (or 0xCCD9BE) is known color: Ottoman. HEX triplet: CC, D9 and BE. RGB value is (204,217,190). Sum of RGB (Red+Green+Blue) = 204+217+190=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9BE is #332641. Grayscale: #D2D2D2. Windows color (decimal): -3352130 or 12507596. OLE color: 12507596.
HSL color Cylindrical-coordinate representation of color #CCD9BE: hue angle of 88.89º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCD9BE is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 190 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.15 |
| HSL | 88.89º | 0.26% | 0.8% | - |
| HSV(B) | 88.89º | 0.12% | 0.85% | - |
| XYZ | 59.01 | 66.18 | 58.38 | - |
| YUV | 210.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 190 | 0.06 | 0 | 0.12 | 0.15 | 88.89 | 0.26 | 0.8 |
| Hex | CC | D9 | BE | 6 | 0 | C | F | 59 | 1A | 50 |
| Octal | 314 | 331 | 276 | 6 | 0 | 14 | 17 | 131 | 32 | 120 |
| Binary | 11001100 | 11011001 | 10111110 | 110 | 0 | 1100 | 1111 | 1011001 | 11010 | 1010000 |
Color Harmonies of #CCD9BE
Complementary color
Monochromatic Colors of #CCD9BE
Black with #CCD9BE
Text Example
Text Example
White with #CCD9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9BE; }
p { color: rgb(204,217,190); }
H1.HeaderClassName
{
color: #CCD9BE;
}
.AnyTagClassName
{
color: #CCD9BE;
}
</style>
background-color css
<style>
a { background-color: #CCD9BE; }
a { background-color: rgb(204,217,190); }
div.DivClassName
{
background-color: #CCD9BE;
}
.BgClassName
{
background-color: #CCD9BE;
}
</style>
border-color css
<style>
span { border-color: #CCD9BE; }
span { border-color: rgb(204,217,190); }
td.TdClassName
{
border-color: #CCD9BE;
}
.TagClassName
{
border-color: #CCD9BE;
}
</style>