Shades of Ottoman #CEDDB8
Tints of Ottoman #CEDDB8
RGB
CMYK
RGB Variations
Color information
#CEDDB8 (or 0xCEDDB8) is known color: Ottoman. HEX triplet: CE, DD and B8. RGB value is (206,221,184). Sum of RGB (Red+Green+Blue) = 206+221+184=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDB8 is #312247. Grayscale: #D4D4D4. Windows color (decimal): -3220040 or 12115406. OLE color: 12115406.
HSL color Cylindrical-coordinate representation of color #CEDDB8: hue angle of 84.32º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEDDB8 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 184 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.13 |
| HSL | 84.32º | 0.35% | 0.79% | - |
| HSV(B) | 84.32º | 0.17% | 0.87% | - |
| XYZ | 59.96 | 68.3 | 55.37 | - |
| YUV | 212.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 184 | 0.07 | 0 | 0.17 | 0.13 | 84.32 | 0.35 | 0.79 |
| Hex | CE | DD | B8 | 7 | 0 | 11 | D | 54 | 23 | 4F |
| Octal | 316 | 335 | 270 | 7 | 0 | 21 | 15 | 124 | 43 | 117 |
| Binary | 11001110 | 11011101 | 10111000 | 111 | 0 | 10001 | 1101 | 1010100 | 100011 | 1001111 |
Color Harmonies of #CEDDB8
Complementary color
Monochromatic Colors of #CEDDB8
Black with #CEDDB8
Text Example
Text Example
White with #CEDDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDB8; }
p { color: rgb(206,221,184); }
H1.HeaderClassName
{
color: #CEDDB8;
}
.AnyTagClassName
{
color: #CEDDB8;
}
</style>
background-color css
<style>
a { background-color: #CEDDB8; }
a { background-color: rgb(206,221,184); }
div.DivClassName
{
background-color: #CEDDB8;
}
.BgClassName
{
background-color: #CEDDB8;
}
</style>
border-color css
<style>
span { border-color: #CEDDB8; }
span { border-color: rgb(206,221,184); }
td.TdClassName
{
border-color: #CEDDB8;
}
.TagClassName
{
border-color: #CEDDB8;
}
</style>