Shades of Ottoman #CCD4C6
Tints of Ottoman #CCD4C6
RGB
CMYK
RGB Variations
Color information
#CCD4C6 (or 0xCCD4C6) is known color: Ottoman. HEX triplet: CC, D4 and C6. RGB value is (204,212,198). Sum of RGB (Red+Green+Blue) = 204+212+198=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4C6 is #332B39. Grayscale: #D0D0D0. Windows color (decimal): -3353402 or 13030604. OLE color: 13030604.
HSL color Cylindrical-coordinate representation of color #CCD4C6: hue angle of 94.29º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD4C6 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 198 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.17 |
| HSL | 94.29º | 0.14% | 0.8% | - |
| HSV(B) | 94.29º | 0.07% | 0.83% | - |
| XYZ | 58.64 | 64 | 62.69 | - |
| YUV | 208.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 198 | 0.04 | 0 | 0.07 | 0.17 | 94.29 | 0.14 | 0.8 |
| Hex | CC | D4 | C6 | 4 | 0 | 7 | 11 | 5E | E | 50 |
| Octal | 314 | 324 | 306 | 4 | 0 | 7 | 21 | 136 | 16 | 120 |
| Binary | 11001100 | 11010100 | 11000110 | 100 | 0 | 111 | 10001 | 1011110 | 1110 | 1010000 |
Color Harmonies of #CCD4C6
Complementary color
Monochromatic Colors of #CCD4C6
Black with #CCD4C6
Text Example
Text Example
White with #CCD4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4C6; }
p { color: rgb(204,212,198); }
H1.HeaderClassName
{
color: #CCD4C6;
}
.AnyTagClassName
{
color: #CCD4C6;
}
</style>
background-color css
<style>
a { background-color: #CCD4C6; }
a { background-color: rgb(204,212,198); }
div.DivClassName
{
background-color: #CCD4C6;
}
.BgClassName
{
background-color: #CCD4C6;
}
</style>
border-color css
<style>
span { border-color: #CCD4C6; }
span { border-color: rgb(204,212,198); }
td.TdClassName
{
border-color: #CCD4C6;
}
.TagClassName
{
border-color: #CCD4C6;
}
</style>