Shades of Ottoman #CCDCC1
Tints of Ottoman #CCDCC1
RGB
CMYK
RGB Variations
Color information
#CCDCC1 (or 0xCCDCC1) is known color: Ottoman. HEX triplet: CC, DC and C1. RGB value is (204,220,193). Sum of RGB (Red+Green+Blue) = 204+220+193=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCC1 is #33233E. Grayscale: #D4D4D4. Windows color (decimal): -3351359 or 12704972. OLE color: 12704972.
HSL color Cylindrical-coordinate representation of color #CCDCC1: hue angle of 95.56º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDCC1 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 193 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.14 |
| HSL | 95.56º | 0.28% | 0.81% | - |
| HSV(B) | 95.56º | 0.12% | 0.86% | - |
| XYZ | 60.12 | 67.87 | 60.38 | - |
| YUV | 212.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 193 | 0.07 | 0 | 0.12 | 0.14 | 95.56 | 0.28 | 0.81 |
| Hex | CC | DC | C1 | 7 | 0 | C | E | 60 | 1C | 51 |
| Octal | 314 | 334 | 301 | 7 | 0 | 14 | 16 | 140 | 34 | 121 |
| Binary | 11001100 | 11011100 | 11000001 | 111 | 0 | 1100 | 1110 | 1100000 | 11100 | 1010001 |
Color Harmonies of #CCDCC1
Complementary color
Monochromatic Colors of #CCDCC1
Black with #CCDCC1
Text Example
Text Example
White with #CCDCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCC1; }
p { color: rgb(204,220,193); }
H1.HeaderClassName
{
color: #CCDCC1;
}
.AnyTagClassName
{
color: #CCDCC1;
}
</style>
background-color css
<style>
a { background-color: #CCDCC1; }
a { background-color: rgb(204,220,193); }
div.DivClassName
{
background-color: #CCDCC1;
}
.BgClassName
{
background-color: #CCDCC1;
}
</style>
border-color css
<style>
span { border-color: #CCDCC1; }
span { border-color: rgb(204,220,193); }
td.TdClassName
{
border-color: #CCDCC1;
}
.TagClassName
{
border-color: #CCDCC1;
}
</style>