Shades of Ottoman #CCDDBB
Tints of Ottoman #CCDDBB
RGB
CMYK
RGB Variations
Color information
#CCDDBB (or 0xCCDDBB) is known color: Ottoman. HEX triplet: CC, DD and BB. RGB value is (204,221,187). Sum of RGB (Red+Green+Blue) = 204+221+187=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDBB is #332244. Grayscale: #D4D4D4. Windows color (decimal): -3351109 or 12312012. OLE color: 12312012.
HSL color Cylindrical-coordinate representation of color #CCDDBB: hue angle of 90º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCDDBB is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 187 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.13 |
| HSL | 90º | 0.33% | 0.8% | - |
| HSV(B) | 90º | 0.15% | 0.87% | - |
| XYZ | 59.73 | 68.14 | 57.02 | - |
| YUV | 212.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 187 | 0.08 | 0 | 0.15 | 0.13 | 90 | 0.33 | 0.8 |
| Hex | CC | DD | BB | 8 | 0 | F | D | 5A | 21 | 50 |
| Octal | 314 | 335 | 273 | 10 | 0 | 17 | 15 | 132 | 41 | 120 |
| Binary | 11001100 | 11011101 | 10111011 | 1000 | 0 | 1111 | 1101 | 1011010 | 100001 | 1010000 |
Color Harmonies of #CCDDBB
Complementary color
Monochromatic Colors of #CCDDBB
Black with #CCDDBB
Text Example
Text Example
White with #CCDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDBB; }
p { color: rgb(204,221,187); }
H1.HeaderClassName
{
color: #CCDDBB;
}
.AnyTagClassName
{
color: #CCDDBB;
}
</style>
background-color css
<style>
a { background-color: #CCDDBB; }
a { background-color: rgb(204,221,187); }
div.DivClassName
{
background-color: #CCDDBB;
}
.BgClassName
{
background-color: #CCDDBB;
}
</style>
border-color css
<style>
span { border-color: #CCDDBB; }
span { border-color: rgb(204,221,187); }
td.TdClassName
{
border-color: #CCDDBB;
}
.TagClassName
{
border-color: #CCDDBB;
}
</style>