Shades of Ottoman #CCDCB5
Tints of Ottoman #CCDCB5
RGB
CMYK
RGB Variations
Color information
#CCDCB5 (or 0xCCDCB5) is known color: Ottoman. HEX triplet: CC, DC and B5. RGB value is (204,220,181). Sum of RGB (Red+Green+Blue) = 204+220+181=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCB5 is #33234A. Grayscale: #D2D2D2. Windows color (decimal): -3351371 or 11918540. OLE color: 11918540.
HSL color Cylindrical-coordinate representation of color #CCDCB5: hue angle of 84.62º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCDCB5 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 181 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.14 |
| HSL | 84.62º | 0.36% | 0.79% | - |
| HSV(B) | 84.62º | 0.18% | 0.86% | - |
| XYZ | 58.84 | 67.36 | 53.62 | - |
| YUV | 210.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 181 | 0.07 | 0 | 0.18 | 0.14 | 84.62 | 0.36 | 0.79 |
| Hex | CC | DC | B5 | 7 | 0 | 12 | E | 55 | 24 | 4F |
| Octal | 314 | 334 | 265 | 7 | 0 | 22 | 16 | 125 | 44 | 117 |
| Binary | 11001100 | 11011100 | 10110101 | 111 | 0 | 10010 | 1110 | 1010101 | 100100 | 1001111 |
Color Harmonies of #CCDCB5
Complementary color
Monochromatic Colors of #CCDCB5
Black with #CCDCB5
Text Example
Text Example
White with #CCDCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCB5; }
p { color: rgb(204,220,181); }
H1.HeaderClassName
{
color: #CCDCB5;
}
.AnyTagClassName
{
color: #CCDCB5;
}
</style>
background-color css
<style>
a { background-color: #CCDCB5; }
a { background-color: rgb(204,220,181); }
div.DivClassName
{
background-color: #CCDCB5;
}
.BgClassName
{
background-color: #CCDCB5;
}
</style>
border-color css
<style>
span { border-color: #CCDCB5; }
span { border-color: rgb(204,220,181); }
td.TdClassName
{
border-color: #CCDCB5;
}
.TagClassName
{
border-color: #CCDCB5;
}
</style>