Shades of Ottoman #CCD8C3
Tints of Ottoman #CCD8C3
RGB
CMYK
RGB Variations
Color information
#CCD8C3 (or 0xCCD8C3) is known color: Ottoman. HEX triplet: CC, D8 and C3. RGB value is (204,216,195). Sum of RGB (Red+Green+Blue) = 204+216+195=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8C3 is #33273C. Grayscale: #D2D2D2. Windows color (decimal): -3352381 or 12835020. OLE color: 12835020.
HSL color Cylindrical-coordinate representation of color #CCD8C3: hue angle of 94.29º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCD8C3 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 195 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.15 |
| HSL | 94.29º | 0.21% | 0.81% | - |
| HSV(B) | 94.29º | 0.1% | 0.85% | - |
| XYZ | 59.31 | 65.89 | 61.22 | - |
| YUV | 210.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 195 | 0.06 | 0 | 0.10 | 0.15 | 94.29 | 0.21 | 0.81 |
| Hex | CC | D8 | C3 | 6 | 0 | A | F | 5E | 15 | 51 |
| Octal | 314 | 330 | 303 | 6 | 0 | 12 | 17 | 136 | 25 | 121 |
| Binary | 11001100 | 11011000 | 11000011 | 110 | 0 | 1010 | 1111 | 1011110 | 10101 | 1010001 |
Color Harmonies of #CCD8C3
Complementary color
Monochromatic Colors of #CCD8C3
Black with #CCD8C3
Text Example
Text Example
White with #CCD8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8C3; }
p { color: rgb(204,216,195); }
H1.HeaderClassName
{
color: #CCD8C3;
}
.AnyTagClassName
{
color: #CCD8C3;
}
</style>
background-color css
<style>
a { background-color: #CCD8C3; }
a { background-color: rgb(204,216,195); }
div.DivClassName
{
background-color: #CCD8C3;
}
.BgClassName
{
background-color: #CCD8C3;
}
</style>
border-color css
<style>
span { border-color: #CCD8C3; }
span { border-color: rgb(204,216,195); }
td.TdClassName
{
border-color: #CCD8C3;
}
.TagClassName
{
border-color: #CCD8C3;
}
</style>