Shades of Ottoman #CCD3C6
Tints of Ottoman #CCD3C6
RGB
CMYK
RGB Variations
Color information
#CCD3C6 (or 0xCCD3C6) is known color: Ottoman. HEX triplet: CC, D3 and C6. RGB value is (204,211,198). Sum of RGB (Red+Green+Blue) = 204+211+198=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3C6 is #332C39. Grayscale: #CFCFCF. Windows color (decimal): -3353658 or 13030348. OLE color: 13030348.
HSL color Cylindrical-coordinate representation of color #CCD3C6: hue angle of 92.31º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD3C6 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 198 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.17 |
| HSL | 92.31º | 0.13% | 0.8% | - |
| HSV(B) | 92.31º | 0.06% | 0.83% | - |
| XYZ | 58.39 | 63.5 | 62.61 | - |
| YUV | 207.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 198 | 0.03 | 0 | 0.06 | 0.17 | 92.31 | 0.13 | 0.8 |
| Hex | CC | D3 | C6 | 3 | 0 | 6 | 11 | 5C | D | 50 |
| Octal | 314 | 323 | 306 | 3 | 0 | 6 | 21 | 134 | 15 | 120 |
| Binary | 11001100 | 11010011 | 11000110 | 11 | 0 | 110 | 10001 | 1011100 | 1101 | 1010000 |
Color Harmonies of #CCD3C6
Complementary color
Monochromatic Colors of #CCD3C6
Black with #CCD3C6
Text Example
Text Example
White with #CCD3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3C6; }
p { color: rgb(204,211,198); }
H1.HeaderClassName
{
color: #CCD3C6;
}
.AnyTagClassName
{
color: #CCD3C6;
}
</style>
background-color css
<style>
a { background-color: #CCD3C6; }
a { background-color: rgb(204,211,198); }
div.DivClassName
{
background-color: #CCD3C6;
}
.BgClassName
{
background-color: #CCD3C6;
}
</style>
border-color css
<style>
span { border-color: #CCD3C6; }
span { border-color: rgb(204,211,198); }
td.TdClassName
{
border-color: #CCD3C6;
}
.TagClassName
{
border-color: #CCD3C6;
}
</style>