Shades of Ottoman #CDD9C6
Tints of Ottoman #CDD9C6
RGB
CMYK
RGB Variations
Color information
#CDD9C6 (or 0xCDD9C6) is known color: Ottoman. HEX triplet: CD, D9 and C6. RGB value is (205,217,198). Sum of RGB (Red+Green+Blue) = 205+217+198=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9C6 is #322639. Grayscale: #D3D3D3. Windows color (decimal): -3286586 or 13031885. OLE color: 13031885.
HSL color Cylindrical-coordinate representation of color #CDD9C6: hue angle of 97.89º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDD9C6 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 198 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.15 |
| HSL | 97.89º | 0.2% | 0.81% | - |
| HSV(B) | 97.89º | 0.09% | 0.85% | - |
| XYZ | 60.18 | 66.68 | 63.13 | - |
| YUV | 211.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 198 | 0.06 | 0 | 0.09 | 0.15 | 97.89 | 0.2 | 0.81 |
| Hex | CD | D9 | C6 | 6 | 0 | 9 | F | 62 | 14 | 51 |
| Octal | 315 | 331 | 306 | 6 | 0 | 11 | 17 | 142 | 24 | 121 |
| Binary | 11001101 | 11011001 | 11000110 | 110 | 0 | 1001 | 1111 | 1100010 | 10100 | 1010001 |
Color Harmonies of #CDD9C6
Complementary color
Monochromatic Colors of #CDD9C6
Black with #CDD9C6
Text Example
Text Example
White with #CDD9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9C6; }
p { color: rgb(205,217,198); }
H1.HeaderClassName
{
color: #CDD9C6;
}
.AnyTagClassName
{
color: #CDD9C6;
}
</style>
background-color css
<style>
a { background-color: #CDD9C6; }
a { background-color: rgb(205,217,198); }
div.DivClassName
{
background-color: #CDD9C6;
}
.BgClassName
{
background-color: #CDD9C6;
}
</style>
border-color css
<style>
span { border-color: #CDD9C6; }
span { border-color: rgb(205,217,198); }
td.TdClassName
{
border-color: #CDD9C6;
}
.TagClassName
{
border-color: #CDD9C6;
}
</style>