Shades of Ottoman #CCD9BF
Tints of Ottoman #CCD9BF
RGB
CMYK
RGB Variations
Color information
#CCD9BF (or 0xCCD9BF) is known color: Ottoman. HEX triplet: CC, D9 and BF. RGB value is (204,217,191). Sum of RGB (Red+Green+Blue) = 204+217+191=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9BF is #332640. Grayscale: #D2D2D2. Windows color (decimal): -3352129 or 12573132. OLE color: 12573132.
HSL color Cylindrical-coordinate representation of color #CCD9BF: hue angle of 90º degrees, saturation: 0.25, 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 #CCD9BF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 191 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.15 |
| HSL | 90º | 0.25% | 0.8% | - |
| HSV(B) | 90º | 0.12% | 0.85% | - |
| XYZ | 59.12 | 66.22 | 58.96 | - |
| YUV | 210.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 191 | 0.06 | 0 | 0.12 | 0.15 | 90 | 0.25 | 0.8 |
| Hex | CC | D9 | BF | 6 | 0 | C | F | 5A | 19 | 50 |
| Octal | 314 | 331 | 277 | 6 | 0 | 14 | 17 | 132 | 31 | 120 |
| Binary | 11001100 | 11011001 | 10111111 | 110 | 0 | 1100 | 1111 | 1011010 | 11001 | 1010000 |
Color Harmonies of #CCD9BF
Complementary color
Monochromatic Colors of #CCD9BF
Black with #CCD9BF
Text Example
Text Example
White with #CCD9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9BF; }
p { color: rgb(204,217,191); }
H1.HeaderClassName
{
color: #CCD9BF;
}
.AnyTagClassName
{
color: #CCD9BF;
}
</style>
background-color css
<style>
a { background-color: #CCD9BF; }
a { background-color: rgb(204,217,191); }
div.DivClassName
{
background-color: #CCD9BF;
}
.BgClassName
{
background-color: #CCD9BF;
}
</style>
border-color css
<style>
span { border-color: #CCD9BF; }
span { border-color: rgb(204,217,191); }
td.TdClassName
{
border-color: #CCD9BF;
}
.TagClassName
{
border-color: #CCD9BF;
}
</style>