Shades of Ottoman #CCDCC0
Tints of Ottoman #CCDCC0
RGB
CMYK
RGB Variations
Color information
#CCDCC0 (or 0xCCDCC0) is known color: Ottoman. HEX triplet: CC, DC and C0. RGB value is (204,220,192). Sum of RGB (Red+Green+Blue) = 204+220+192=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCC0 is #33233F. Grayscale: #D4D4D4. Windows color (decimal): -3351360 or 12639436. OLE color: 12639436.
HSL color Cylindrical-coordinate representation of color #CCDCC0: hue angle of 94.29º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCDCC0 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 220 | 192 | - |
CMYK | 0.07 | 0 | 0.13 | 0.14 |
HSL | 94.29º | 0.29% | 0.81% | - |
HSV(B) | 94.29º | 0.13% | 0.86% | - |
XYZ | 60.01 | 67.83 | 59.8 | - |
YUV | 212.02 | 116.7 | 122.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 192 | 0.07 | 0 | 0.13 | 0.14 | 94.29 | 0.29 | 0.81 |
Hex | CC | DC | C0 | 7 | 0 | D | E | 5E | 1D | 51 |
Octal | 314 | 334 | 300 | 7 | 0 | 15 | 16 | 136 | 35 | 121 |
Binary | 11001100 | 11011100 | 11000000 | 111 | 0 | 1101 | 1110 | 1011110 | 11101 | 1010001 |
Color Harmonies of #CCDCC0
Complementary color
Monochromatic Colors of #CCDCC0
Black with #CCDCC0
Text Example
Text Example
White with #CCDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCC0; }
p { color: rgb(204,220,192); }
H1.HeaderClassName
{
color: #CCDCC0;
}
.AnyTagClassName
{
color: #CCDCC0;
}
</style>
background-color css
<style>
a { background-color: #CCDCC0; }
a { background-color: rgb(204,220,192); }
div.DivClassName
{
background-color: #CCDCC0;
}
.BgClassName
{
background-color: #CCDCC0;
}
</style>
border-color css
<style>
span { border-color: #CCDCC0; }
span { border-color: rgb(204,220,192); }
td.TdClassName
{
border-color: #CCDCC0;
}
.TagClassName
{
border-color: #CCDCC0;
}
</style>