Shades of Ottoman #CDDCBC
Tints of Ottoman #CDDCBC
RGB
CMYK
RGB Variations
Color information
#CDDCBC (or 0xCDDCBC) is known color: Ottoman. HEX triplet: CD, DC and BC. RGB value is (205,220,188). Sum of RGB (Red+Green+Blue) = 205+220+188=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCBC is #322343. Grayscale: #D3D3D3. Windows color (decimal): -3285828 or 12377293. OLE color: 12377293.
HSL color Cylindrical-coordinate representation of color #CDDCBC: hue angle of 88.12º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDDCBC is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 188 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.14 |
| HSL | 88.13º | 0.31% | 0.8% | - |
| HSV(B) | 88.13º | 0.15% | 0.86% | - |
| XYZ | 59.85 | 67.8 | 57.51 | - |
| YUV | 211.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 188 | 0.07 | 0 | 0.15 | 0.14 | 88.13 | 0.31 | 0.8 |
| Hex | CD | DC | BC | 7 | 0 | F | E | 58 | 1F | 50 |
| Octal | 315 | 334 | 274 | 7 | 0 | 17 | 16 | 130 | 37 | 120 |
| Binary | 11001101 | 11011100 | 10111100 | 111 | 0 | 1111 | 1110 | 1011000 | 11111 | 1010000 |
Color Harmonies of #CDDCBC
Complementary color
Monochromatic Colors of #CDDCBC
Black with #CDDCBC
Text Example
Text Example
White with #CDDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCBC; }
p { color: rgb(205,220,188); }
H1.HeaderClassName
{
color: #CDDCBC;
}
.AnyTagClassName
{
color: #CDDCBC;
}
</style>
background-color css
<style>
a { background-color: #CDDCBC; }
a { background-color: rgb(205,220,188); }
div.DivClassName
{
background-color: #CDDCBC;
}
.BgClassName
{
background-color: #CDDCBC;
}
</style>
border-color css
<style>
span { border-color: #CDDCBC; }
span { border-color: rgb(205,220,188); }
td.TdClassName
{
border-color: #CDDCBC;
}
.TagClassName
{
border-color: #CDDCBC;
}
</style>