Shades of Ottoman #CDDEBB
Tints of Ottoman #CDDEBB
RGB
CMYK
RGB Variations
Color information
#CDDEBB (or 0xCDDEBB) is known color: Ottoman. HEX triplet: CD, DE and BB. RGB value is (205,222,187). Sum of RGB (Red+Green+Blue) = 205+222+187=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEBB is #322144. Grayscale: #D5D5D5. Windows color (decimal): -3285317 or 12312269. OLE color: 12312269.
HSL color Cylindrical-coordinate representation of color #CDDEBB: hue angle of 89.14º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDDEBB is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 222 | 187 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.13 |
| HSL | 89.14º | 0.35% | 0.8% | - |
| HSV(B) | 89.14º | 0.16% | 0.87% | - |
| XYZ | 60.27 | 68.81 | 57.12 | - |
| YUV | 212.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 187 | 0.08 | 0 | 0.16 | 0.13 | 89.14 | 0.35 | 0.8 |
| Hex | CD | DE | BB | 8 | 0 | 10 | D | 59 | 23 | 50 |
| Octal | 315 | 336 | 273 | 10 | 0 | 20 | 15 | 131 | 43 | 120 |
| Binary | 11001101 | 11011110 | 10111011 | 1000 | 0 | 10000 | 1101 | 1011001 | 100011 | 1010000 |
Color Harmonies of #CDDEBB
Complementary color
Monochromatic Colors of #CDDEBB
Black with #CDDEBB
Text Example
Text Example
White with #CDDEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEBB; }
p { color: rgb(205,222,187); }
H1.HeaderClassName
{
color: #CDDEBB;
}
.AnyTagClassName
{
color: #CDDEBB;
}
</style>
background-color css
<style>
a { background-color: #CDDEBB; }
a { background-color: rgb(205,222,187); }
div.DivClassName
{
background-color: #CDDEBB;
}
.BgClassName
{
background-color: #CDDEBB;
}
</style>
border-color css
<style>
span { border-color: #CDDEBB; }
span { border-color: rgb(205,222,187); }
td.TdClassName
{
border-color: #CDDEBB;
}
.TagClassName
{
border-color: #CDDEBB;
}
</style>