Shades of Ottoman #CCDDB5
Tints of Ottoman #CCDDB5
RGB
CMYK
RGB Variations
Color information
#CCDDB5 (or 0xCCDDB5) is known color: Ottoman. HEX triplet: CC, DD and B5. RGB value is (204,221,181). Sum of RGB (Red+Green+Blue) = 204+221+181=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDB5 is #33224A. Grayscale: #D3D3D3. Windows color (decimal): -3351115 or 11918796. OLE color: 11918796.
HSL color Cylindrical-coordinate representation of color #CCDDB5: hue angle of 85.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCDDB5 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 181 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.13 |
| HSL | 85.5º | 0.37% | 0.79% | - |
| HSV(B) | 85.5º | 0.18% | 0.87% | - |
| XYZ | 59.1 | 67.89 | 53.7 | - |
| YUV | 211.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 181 | 0.08 | 0 | 0.18 | 0.13 | 85.5 | 0.37 | 0.79 |
| Hex | CC | DD | B5 | 8 | 0 | 12 | D | 56 | 25 | 4F |
| Octal | 314 | 335 | 265 | 10 | 0 | 22 | 15 | 126 | 45 | 117 |
| Binary | 11001100 | 11011101 | 10110101 | 1000 | 0 | 10010 | 1101 | 1010110 | 100101 | 1001111 |
Color Harmonies of #CCDDB5
Complementary color
Monochromatic Colors of #CCDDB5
Black with #CCDDB5
Text Example
Text Example
White with #CCDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDB5; }
p { color: rgb(204,221,181); }
H1.HeaderClassName
{
color: #CCDDB5;
}
.AnyTagClassName
{
color: #CCDDB5;
}
</style>
background-color css
<style>
a { background-color: #CCDDB5; }
a { background-color: rgb(204,221,181); }
div.DivClassName
{
background-color: #CCDDB5;
}
.BgClassName
{
background-color: #CCDDB5;
}
</style>
border-color css
<style>
span { border-color: #CCDDB5; }
span { border-color: rgb(204,221,181); }
td.TdClassName
{
border-color: #CCDDB5;
}
.TagClassName
{
border-color: #CCDDB5;
}
</style>