Shades of Ottoman #CCD4C4
Tints of Ottoman #CCD4C4
RGB
CMYK
RGB Variations
Color information
#CCD4C4 (or 0xCCD4C4) is known color: Ottoman. HEX triplet: CC, D4 and C4. RGB value is (204,212,196). Sum of RGB (Red+Green+Blue) = 204+212+196=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4C4 is #332B3B. Grayscale: #CFCFCF. Windows color (decimal): -3353404 or 12899532. OLE color: 12899532.
HSL color Cylindrical-coordinate representation of color #CCD4C4: hue angle of 90º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD4C4 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 196 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.17 |
| HSL | 90º | 0.16% | 0.8% | - |
| HSV(B) | 90º | 0.08% | 0.83% | - |
| XYZ | 58.41 | 63.91 | 61.48 | - |
| YUV | 207.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 196 | 0.04 | 0 | 0.08 | 0.17 | 90 | 0.16 | 0.8 |
| Hex | CC | D4 | C4 | 4 | 0 | 8 | 11 | 5A | 10 | 50 |
| Octal | 314 | 324 | 304 | 4 | 0 | 10 | 21 | 132 | 20 | 120 |
| Binary | 11001100 | 11010100 | 11000100 | 100 | 0 | 1000 | 10001 | 1011010 | 10000 | 1010000 |
Color Harmonies of #CCD4C4
Complementary color
Monochromatic Colors of #CCD4C4
Black with #CCD4C4
Text Example
Text Example
White with #CCD4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4C4; }
p { color: rgb(204,212,196); }
H1.HeaderClassName
{
color: #CCD4C4;
}
.AnyTagClassName
{
color: #CCD4C4;
}
</style>
background-color css
<style>
a { background-color: #CCD4C4; }
a { background-color: rgb(204,212,196); }
div.DivClassName
{
background-color: #CCD4C4;
}
.BgClassName
{
background-color: #CCD4C4;
}
</style>
border-color css
<style>
span { border-color: #CCD4C4; }
span { border-color: rgb(204,212,196); }
td.TdClassName
{
border-color: #CCD4C4;
}
.TagClassName
{
border-color: #CCD4C4;
}
</style>