Shades of Ottoman #CDE0B8
Tints of Ottoman #CDE0B8
RGB
CMYK
RGB Variations
Color information
#CDE0B8 (or 0xCDE0B8) is known color: Ottoman. HEX triplet: CD, E0 and B8. RGB value is (205,224,184). Sum of RGB (Red+Green+Blue) = 205+224+184=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 184 (72.27% from 255 or 30.02% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0B8 is #321F47. Grayscale: #D5D5D5. Windows color (decimal): -3284808 or 12116173. OLE color: 12116173.
HSL color Cylindrical-coordinate representation of color #CDE0B8: hue angle of 88.5º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE0B8 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 184 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.12 |
| HSL | 88.5º | 0.39% | 0.8% | - |
| HSV(B) | 88.5º | 0.18% | 0.88% | - |
| XYZ | 60.48 | 69.75 | 55.62 | - |
| YUV | 213.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 184 | 0.08 | 0 | 0.18 | 0.12 | 88.5 | 0.39 | 0.8 |
| Hex | CD | E0 | B8 | 8 | 0 | 12 | C | 58 | 27 | 50 |
| Octal | 315 | 340 | 270 | 10 | 0 | 22 | 14 | 130 | 47 | 120 |
| Binary | 11001101 | 11100000 | 10111000 | 1000 | 0 | 10010 | 1100 | 1011000 | 100111 | 1010000 |
Color Harmonies of #CDE0B8
Complementary color
Monochromatic Colors of #CDE0B8
Black with #CDE0B8
Text Example
Text Example
White with #CDE0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0B8; }
p { color: rgb(205,224,184); }
H1.HeaderClassName
{
color: #CDE0B8;
}
.AnyTagClassName
{
color: #CDE0B8;
}
</style>
background-color css
<style>
a { background-color: #CDE0B8; }
a { background-color: rgb(205,224,184); }
div.DivClassName
{
background-color: #CDE0B8;
}
.BgClassName
{
background-color: #CDE0B8;
}
</style>
border-color css
<style>
span { border-color: #CDE0B8; }
span { border-color: rgb(205,224,184); }
td.TdClassName
{
border-color: #CDE0B8;
}
.TagClassName
{
border-color: #CDE0B8;
}
</style>