Shades of Ottoman #CDE0B5
Tints of Ottoman #CDE0B5
RGB
CMYK
RGB Variations
Color information
#CDE0B5 (or 0xCDE0B5) is known color: Ottoman. HEX triplet: CD, E0 and B5. RGB value is (205,224,181). Sum of RGB (Red+Green+Blue) = 205+224+181=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0B5 is #321F4A. Grayscale: #D5D5D5. Windows color (decimal): -3284811 or 11919565. OLE color: 11919565.
HSL color Cylindrical-coordinate representation of color #CDE0B5: hue angle of 86.51º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE0B5 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 181 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.12 |
| HSL | 86.51º | 0.41% | 0.79% | - |
| HSV(B) | 86.51º | 0.19% | 0.88% | - |
| XYZ | 60.17 | 69.63 | 53.98 | - |
| YUV | 213.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 181 | 0.08 | 0 | 0.19 | 0.12 | 86.51 | 0.41 | 0.79 |
| Hex | CD | E0 | B5 | 8 | 0 | 13 | C | 57 | 29 | 4F |
| Octal | 315 | 340 | 265 | 10 | 0 | 23 | 14 | 127 | 51 | 117 |
| Binary | 11001101 | 11100000 | 10110101 | 1000 | 0 | 10011 | 1100 | 1010111 | 101001 | 1001111 |
Color Harmonies of #CDE0B5
Complementary color
Monochromatic Colors of #CDE0B5
Black with #CDE0B5
Text Example
Text Example
White with #CDE0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0B5; }
p { color: rgb(205,224,181); }
H1.HeaderClassName
{
color: #CDE0B5;
}
.AnyTagClassName
{
color: #CDE0B5;
}
</style>
background-color css
<style>
a { background-color: #CDE0B5; }
a { background-color: rgb(205,224,181); }
div.DivClassName
{
background-color: #CDE0B5;
}
.BgClassName
{
background-color: #CDE0B5;
}
</style>
border-color css
<style>
span { border-color: #CDE0B5; }
span { border-color: rgb(205,224,181); }
td.TdClassName
{
border-color: #CDE0B5;
}
.TagClassName
{
border-color: #CDE0B5;
}
</style>