Shades of Ottoman #CCDBBD
Tints of Ottoman #CCDBBD
RGB
CMYK
RGB Variations
Color information
#CCDBBD (or 0xCCDBBD) is known color: Ottoman. HEX triplet: CC, DB and BD. RGB value is (204,219,189). Sum of RGB (Red+Green+Blue) = 204+219+189=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBBD is #332442. Grayscale: #D3D3D3. Windows color (decimal): -3351619 or 12442572. OLE color: 12442572.
HSL color Cylindrical-coordinate representation of color #CCDBBD: hue angle of 90º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCDBBD is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 189 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.14 |
| HSL | 90º | 0.29% | 0.8% | - |
| HSV(B) | 90º | 0.14% | 0.86% | - |
| XYZ | 59.42 | 67.17 | 57.98 | - |
| YUV | 211.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 189 | 0.07 | 0 | 0.14 | 0.14 | 90 | 0.29 | 0.8 |
| Hex | CC | DB | BD | 7 | 0 | E | E | 5A | 1D | 50 |
| Octal | 314 | 333 | 275 | 7 | 0 | 16 | 16 | 132 | 35 | 120 |
| Binary | 11001100 | 11011011 | 10111101 | 111 | 0 | 1110 | 1110 | 1011010 | 11101 | 1010000 |
Color Harmonies of #CCDBBD
Complementary color
Monochromatic Colors of #CCDBBD
Black with #CCDBBD
Text Example
Text Example
White with #CCDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBBD; }
p { color: rgb(204,219,189); }
H1.HeaderClassName
{
color: #CCDBBD;
}
.AnyTagClassName
{
color: #CCDBBD;
}
</style>
background-color css
<style>
a { background-color: #CCDBBD; }
a { background-color: rgb(204,219,189); }
div.DivClassName
{
background-color: #CCDBBD;
}
.BgClassName
{
background-color: #CCDBBD;
}
</style>
border-color css
<style>
span { border-color: #CCDBBD; }
span { border-color: rgb(204,219,189); }
td.TdClassName
{
border-color: #CCDBBD;
}
.TagClassName
{
border-color: #CCDBBD;
}
</style>