Shades of Ottoman #CDD7C2
Tints of Ottoman #CDD7C2
RGB
CMYK
RGB Variations
Color information
#CDD7C2 (or 0xCDD7C2) is known color: Ottoman. HEX triplet: CD, D7 and C2. RGB value is (205,215,194). Sum of RGB (Red+Green+Blue) = 205+215+194=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7C2 is #32283D. Grayscale: #D1D1D1. Windows color (decimal): -3287102 or 12769229. OLE color: 12769229.
HSL color Cylindrical-coordinate representation of color #CDD7C2: hue angle of 88.57º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDD7C2 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 194 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.16 |
| HSL | 88.57º | 0.21% | 0.8% | - |
| HSV(B) | 88.57º | 0.1% | 0.84% | - |
| XYZ | 59.21 | 65.48 | 60.56 | - |
| YUV | 209.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 194 | 0.05 | 0 | 0.10 | 0.16 | 88.57 | 0.21 | 0.8 |
| Hex | CD | D7 | C2 | 5 | 0 | A | 10 | 59 | 15 | 50 |
| Octal | 315 | 327 | 302 | 5 | 0 | 12 | 20 | 131 | 25 | 120 |
| Binary | 11001101 | 11010111 | 11000010 | 101 | 0 | 1010 | 10000 | 1011001 | 10101 | 1010000 |
Color Harmonies of #CDD7C2
Complementary color
Monochromatic Colors of #CDD7C2
Black with #CDD7C2
Text Example
Text Example
White with #CDD7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7C2; }
p { color: rgb(205,215,194); }
H1.HeaderClassName
{
color: #CDD7C2;
}
.AnyTagClassName
{
color: #CDD7C2;
}
</style>
background-color css
<style>
a { background-color: #CDD7C2; }
a { background-color: rgb(205,215,194); }
div.DivClassName
{
background-color: #CDD7C2;
}
.BgClassName
{
background-color: #CDD7C2;
}
</style>
border-color css
<style>
span { border-color: #CDD7C2; }
span { border-color: rgb(205,215,194); }
td.TdClassName
{
border-color: #CDD7C2;
}
.TagClassName
{
border-color: #CDD7C2;
}
</style>