Shades of Ottoman #CCD4C5
Tints of Ottoman #CCD4C5
RGB
CMYK
RGB Variations
Color information
#CCD4C5 (or 0xCCD4C5) is known color: Ottoman. HEX triplet: CC, D4 and C5. RGB value is (204,212,197). Sum of RGB (Red+Green+Blue) = 204+212+197=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4C5 is #332B3A. Grayscale: #CFCFCF. Windows color (decimal): -3353403 or 12965068. OLE color: 12965068.
HSL color Cylindrical-coordinate representation of color #CCD4C5: hue angle of 92º degrees, saturation: 0.15, 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 #CCD4C5 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
RGB | 204 | 212 | 197 | - |
CMYK | 0.04 | 0 | 0.07 | 0.17 |
HSL | 92º | 0.15% | 0.8% | - |
HSV(B) | 92º | 0.07% | 0.83% | - |
XYZ | 58.52 | 63.96 | 62.08 | - |
YUV | 207.9 | 121.85 | 125.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 212 | 197 | 0.04 | 0 | 0.07 | 0.17 | 92 | 0.15 | 0.8 |
Hex | CC | D4 | C5 | 4 | 0 | 7 | 11 | 5C | F | 50 |
Octal | 314 | 324 | 305 | 4 | 0 | 7 | 21 | 134 | 17 | 120 |
Binary | 11001100 | 11010100 | 11000101 | 100 | 0 | 111 | 10001 | 1011100 | 1111 | 1010000 |
Color Harmonies of #CCD4C5
Complementary color
Monochromatic Colors of #CCD4C5
Black with #CCD4C5
Text Example
Text Example
White with #CCD4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4C5; }
p { color: rgb(204,212,197); }
H1.HeaderClassName
{
color: #CCD4C5;
}
.AnyTagClassName
{
color: #CCD4C5;
}
</style>
background-color css
<style>
a { background-color: #CCD4C5; }
a { background-color: rgb(204,212,197); }
div.DivClassName
{
background-color: #CCD4C5;
}
.BgClassName
{
background-color: #CCD4C5;
}
</style>
border-color css
<style>
span { border-color: #CCD4C5; }
span { border-color: rgb(204,212,197); }
td.TdClassName
{
border-color: #CCD4C5;
}
.TagClassName
{
border-color: #CCD4C5;
}
</style>