Shades of Ottoman #CCDCC3
Tints of Ottoman #CCDCC3
RGB
CMYK
RGB Variations
Color information
#CCDCC3 (or 0xCCDCC3) is known color: Ottoman. HEX triplet: CC, DC and C3. RGB value is (204,220,195). Sum of RGB (Red+Green+Blue) = 204+220+195=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCC3 is #33233C. Grayscale: #D4D4D4. Windows color (decimal): -3351357 or 12836044. OLE color: 12836044.
HSL color Cylindrical-coordinate representation of color #CCDCC3: hue angle of 98.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCDCC3 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 195 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.14 |
| HSL | 98.4º | 0.26% | 0.81% | - |
| HSV(B) | 98.4º | 0.11% | 0.86% | - |
| XYZ | 60.35 | 67.96 | 61.57 | - |
| YUV | 212.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 195 | 0.07 | 0 | 0.11 | 0.14 | 98.4 | 0.26 | 0.81 |
| Hex | CC | DC | C3 | 7 | 0 | B | E | 62 | 1A | 51 |
| Octal | 314 | 334 | 303 | 7 | 0 | 13 | 16 | 142 | 32 | 121 |
| Binary | 11001100 | 11011100 | 11000011 | 111 | 0 | 1011 | 1110 | 1100010 | 11010 | 1010001 |
Color Harmonies of #CCDCC3
Complementary color
Monochromatic Colors of #CCDCC3
Black with #CCDCC3
Text Example
Text Example
White with #CCDCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCC3; }
p { color: rgb(204,220,195); }
H1.HeaderClassName
{
color: #CCDCC3;
}
.AnyTagClassName
{
color: #CCDCC3;
}
</style>
background-color css
<style>
a { background-color: #CCDCC3; }
a { background-color: rgb(204,220,195); }
div.DivClassName
{
background-color: #CCDCC3;
}
.BgClassName
{
background-color: #CCDCC3;
}
</style>
border-color css
<style>
span { border-color: #CCDCC3; }
span { border-color: rgb(204,220,195); }
td.TdClassName
{
border-color: #CCDCC3;
}
.TagClassName
{
border-color: #CCDCC3;
}
</style>