Shades of Ottoman #CCD6C4
Tints of Ottoman #CCD6C4
RGB
CMYK
RGB Variations
Color information
#CCD6C4 (or 0xCCD6C4) is known color: Ottoman. HEX triplet: CC, D6 and C4. RGB value is (204,214,196). Sum of RGB (Red+Green+Blue) = 204+214+196=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6C4 is #33293B. Grayscale: #D1D1D1. Windows color (decimal): -3352892 or 12900044. OLE color: 12900044.
HSL color Cylindrical-coordinate representation of color #CCD6C4: hue angle of 93.33º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD6C4 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 196 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.16 |
| HSL | 93.33º | 0.18% | 0.8% | - |
| HSV(B) | 93.33º | 0.08% | 0.84% | - |
| XYZ | 58.91 | 64.92 | 61.65 | - |
| YUV | 208.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 196 | 0.05 | 0 | 0.08 | 0.16 | 93.33 | 0.18 | 0.8 |
| Hex | CC | D6 | C4 | 5 | 0 | 8 | 10 | 5D | 12 | 50 |
| Octal | 314 | 326 | 304 | 5 | 0 | 10 | 20 | 135 | 22 | 120 |
| Binary | 11001100 | 11010110 | 11000100 | 101 | 0 | 1000 | 10000 | 1011101 | 10010 | 1010000 |
Color Harmonies of #CCD6C4
Complementary color
Monochromatic Colors of #CCD6C4
Black with #CCD6C4
Text Example
Text Example
White with #CCD6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6C4; }
p { color: rgb(204,214,196); }
H1.HeaderClassName
{
color: #CCD6C4;
}
.AnyTagClassName
{
color: #CCD6C4;
}
</style>
background-color css
<style>
a { background-color: #CCD6C4; }
a { background-color: rgb(204,214,196); }
div.DivClassName
{
background-color: #CCD6C4;
}
.BgClassName
{
background-color: #CCD6C4;
}
</style>
border-color css
<style>
span { border-color: #CCD6C4; }
span { border-color: rgb(204,214,196); }
td.TdClassName
{
border-color: #CCD6C4;
}
.TagClassName
{
border-color: #CCD6C4;
}
</style>