Shades of Ottoman #CCDCBF
Tints of Ottoman #CCDCBF
RGB
CMYK
RGB Variations
Color information
#CCDCBF (or 0xCCDCBF) is known color: Ottoman. HEX triplet: CC, DC and BF. RGB value is (204,220,191). Sum of RGB (Red+Green+Blue) = 204+220+191=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCBF is #332340. Grayscale: #D4D4D4. Windows color (decimal): -3351361 or 12573900. OLE color: 12573900.
HSL color Cylindrical-coordinate representation of color #CCDCBF: hue angle of 93.1º 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 #CCDCBF is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 191 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.14 |
| HSL | 93.1º | 0.29% | 0.81% | - |
| HSV(B) | 93.1º | 0.13% | 0.86% | - |
| XYZ | 59.9 | 67.79 | 59.22 | - |
| YUV | 211.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 191 | 0.07 | 0 | 0.13 | 0.14 | 93.1 | 0.29 | 0.81 |
| Hex | CC | DC | BF | 7 | 0 | D | E | 5D | 1D | 51 |
| Octal | 314 | 334 | 277 | 7 | 0 | 15 | 16 | 135 | 35 | 121 |
| Binary | 11001100 | 11011100 | 10111111 | 111 | 0 | 1101 | 1110 | 1011101 | 11101 | 1010001 |
Color Harmonies of #CCDCBF
Complementary color
Monochromatic Colors of #CCDCBF
Black with #CCDCBF
Text Example
Text Example
White with #CCDCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCBF; }
p { color: rgb(204,220,191); }
H1.HeaderClassName
{
color: #CCDCBF;
}
.AnyTagClassName
{
color: #CCDCBF;
}
</style>
background-color css
<style>
a { background-color: #CCDCBF; }
a { background-color: rgb(204,220,191); }
div.DivClassName
{
background-color: #CCDCBF;
}
.BgClassName
{
background-color: #CCDCBF;
}
</style>
border-color css
<style>
span { border-color: #CCDCBF; }
span { border-color: rgb(204,220,191); }
td.TdClassName
{
border-color: #CCDCBF;
}
.TagClassName
{
border-color: #CCDCBF;
}
</style>