Shades of Ottoman #CDD0CA
Tints of Ottoman #CDD0CA
RGB
CMYK
RGB Variations
Color information
#CDD0CA (or 0xCDD0CA) is known color: Ottoman. HEX triplet: CD, D0 and CA. RGB value is (205,208,202). Sum of RGB (Red+Green+Blue) = 205+208+202=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0CA is #322F35. Grayscale: #CECECE. Windows color (decimal): -3288886 or 13291725. OLE color: 13291725.
HSL color Cylindrical-coordinate representation of color #CDD0CA: hue angle of 90º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CDD0CA is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 202 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.18 |
| HSL | 90º | 0.06% | 0.8% | - |
| HSV(B) | 90º | 0.03% | 0.82% | - |
| XYZ | 58.39 | 62.36 | 64.84 | - |
| YUV | 206.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 202 | 0.01 | 0 | 0.03 | 0.18 | 90 | 0.06 | 0.8 |
| Hex | CD | D0 | CA | 1 | 0 | 3 | 12 | 5A | 6 | 50 |
| Octal | 315 | 320 | 312 | 1 | 0 | 3 | 22 | 132 | 6 | 120 |
| Binary | 11001101 | 11010000 | 11001010 | 1 | 0 | 11 | 10010 | 1011010 | 110 | 1010000 |
Color Harmonies of #CDD0CA
Complementary color
Monochromatic Colors of #CDD0CA
Black with #CDD0CA
Text Example
Text Example
White with #CDD0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0CA; }
p { color: rgb(205,208,202); }
H1.HeaderClassName
{
color: #CDD0CA;
}
.AnyTagClassName
{
color: #CDD0CA;
}
</style>
background-color css
<style>
a { background-color: #CDD0CA; }
a { background-color: rgb(205,208,202); }
div.DivClassName
{
background-color: #CDD0CA;
}
.BgClassName
{
background-color: #CDD0CA;
}
</style>
border-color css
<style>
span { border-color: #CDD0CA; }
span { border-color: rgb(205,208,202); }
td.TdClassName
{
border-color: #CDD0CA;
}
.TagClassName
{
border-color: #CDD0CA;
}
</style>