Shades of Ottoman #CDE1BA
Tints of Ottoman #CDE1BA
RGB
CMYK
RGB Variations
Color information
#CDE1BA (or 0xCDE1BA) is known color: Ottoman. HEX triplet: CD, E1 and BA. RGB value is (205,225,186). Sum of RGB (Red+Green+Blue) = 205+225+186=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1BA is #321E45. Grayscale: #D6D6D6. Windows color (decimal): -3284550 or 12247501. OLE color: 12247501.
HSL color Cylindrical-coordinate representation of color #CDE1BA: hue angle of 90.77º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDE1BA is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 186 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.12 |
| HSL | 90.77º | 0.39% | 0.81% | - |
| HSV(B) | 90.77º | 0.17% | 0.88% | - |
| XYZ | 60.96 | 70.37 | 56.82 | - |
| YUV | 214.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 186 | 0.09 | 0 | 0.17 | 0.12 | 90.77 | 0.39 | 0.81 |
| Hex | CD | E1 | BA | 9 | 0 | 11 | C | 5B | 27 | 51 |
| Octal | 315 | 341 | 272 | 11 | 0 | 21 | 14 | 133 | 47 | 121 |
| Binary | 11001101 | 11100001 | 10111010 | 1001 | 0 | 10001 | 1100 | 1011011 | 100111 | 1010001 |
Color Harmonies of #CDE1BA
Complementary color
Monochromatic Colors of #CDE1BA
Black with #CDE1BA
Text Example
Text Example
White with #CDE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1BA; }
p { color: rgb(205,225,186); }
H1.HeaderClassName
{
color: #CDE1BA;
}
.AnyTagClassName
{
color: #CDE1BA;
}
</style>
background-color css
<style>
a { background-color: #CDE1BA; }
a { background-color: rgb(205,225,186); }
div.DivClassName
{
background-color: #CDE1BA;
}
.BgClassName
{
background-color: #CDE1BA;
}
</style>
border-color css
<style>
span { border-color: #CDE1BA; }
span { border-color: rgb(205,225,186); }
td.TdClassName
{
border-color: #CDE1BA;
}
.TagClassName
{
border-color: #CDE1BA;
}
</style>