Shades of Ottoman #CDD0CB
Tints of Ottoman #CDD0CB
RGB
CMYK
RGB Variations
Color information
#CDD0CB (or 0xCDD0CB) is known color: Ottoman. HEX triplet: CD, D0 and CB. RGB value is (205,208,203). Sum of RGB (Red+Green+Blue) = 205+208+203=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0CB is #322F34. Grayscale: #CECECE. Windows color (decimal): -3288885 or 13357261. OLE color: 13357261.
HSL color Cylindrical-coordinate representation of color #CDD0CB: hue angle of 96º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CDD0CB is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 203 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.18 |
| HSL | 96º | 0.05% | 0.81% | - |
| HSV(B) | 96º | 0.02% | 0.82% | - |
| XYZ | 58.51 | 62.4 | 65.46 | - |
| YUV | 206.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 203 | 0.01 | 0 | 0.02 | 0.18 | 96 | 0.05 | 0.81 |
| Hex | CD | D0 | CB | 1 | 0 | 2 | 12 | 60 | 5 | 51 |
| Octal | 315 | 320 | 313 | 1 | 0 | 2 | 22 | 140 | 5 | 121 |
| Binary | 11001101 | 11010000 | 11001011 | 1 | 0 | 10 | 10010 | 1100000 | 101 | 1010001 |
Color Harmonies of #CDD0CB
Complementary color
Monochromatic Colors of #CDD0CB
Black with #CDD0CB
Text Example
Text Example
White with #CDD0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0CB; }
p { color: rgb(205,208,203); }
H1.HeaderClassName
{
color: #CDD0CB;
}
.AnyTagClassName
{
color: #CDD0CB;
}
</style>
background-color css
<style>
a { background-color: #CDD0CB; }
a { background-color: rgb(205,208,203); }
div.DivClassName
{
background-color: #CDD0CB;
}
.BgClassName
{
background-color: #CDD0CB;
}
</style>
border-color css
<style>
span { border-color: #CDD0CB; }
span { border-color: rgb(205,208,203); }
td.TdClassName
{
border-color: #CDD0CB;
}
.TagClassName
{
border-color: #CDD0CB;
}
</style>