Shades of Ottoman #CDD6C2
Tints of Ottoman #CDD6C2
RGB
CMYK
RGB Variations
Color information
#CDD6C2 (or 0xCDD6C2) is known color: Ottoman. HEX triplet: CD, D6 and C2. RGB value is (205,214,194). Sum of RGB (Red+Green+Blue) = 205+214+194=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6C2 is #32293D. Grayscale: #D1D1D1. Windows color (decimal): -3287358 or 12768973. OLE color: 12768973.
HSL color Cylindrical-coordinate representation of color #CDD6C2: hue angle of 87º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDD6C2 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 194 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.16 |
| HSL | 87º | 0.2% | 0.8% | - |
| HSV(B) | 87º | 0.09% | 0.84% | - |
| XYZ | 58.96 | 64.97 | 60.47 | - |
| YUV | 209.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 194 | 0.04 | 0 | 0.09 | 0.16 | 87 | 0.2 | 0.8 |
| Hex | CD | D6 | C2 | 4 | 0 | 9 | 10 | 57 | 14 | 50 |
| Octal | 315 | 326 | 302 | 4 | 0 | 11 | 20 | 127 | 24 | 120 |
| Binary | 11001101 | 11010110 | 11000010 | 100 | 0 | 1001 | 10000 | 1010111 | 10100 | 1010000 |
Color Harmonies of #CDD6C2
Complementary color
Monochromatic Colors of #CDD6C2
Black with #CDD6C2
Text Example
Text Example
White with #CDD6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6C2; }
p { color: rgb(205,214,194); }
H1.HeaderClassName
{
color: #CDD6C2;
}
.AnyTagClassName
{
color: #CDD6C2;
}
</style>
background-color css
<style>
a { background-color: #CDD6C2; }
a { background-color: rgb(205,214,194); }
div.DivClassName
{
background-color: #CDD6C2;
}
.BgClassName
{
background-color: #CDD6C2;
}
</style>
border-color css
<style>
span { border-color: #CDD6C2; }
span { border-color: rgb(205,214,194); }
td.TdClassName
{
border-color: #CDD6C2;
}
.TagClassName
{
border-color: #CDD6C2;
}
</style>