Shades of Ottoman #CEDFB9
Tints of Ottoman #CEDFB9
RGB
CMYK
RGB Variations
Color information
#CEDFB9 (or 0xCEDFB9) is known color: Ottoman. HEX triplet: CE, DF and B9. RGB value is (206,223,185). Sum of RGB (Red+Green+Blue) = 206+223+185=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFB9 is #312046. Grayscale: #D5D5D5. Windows color (decimal): -3219527 or 12181454. OLE color: 12181454.
HSL color Cylindrical-coordinate representation of color #CEDFB9: hue angle of 86.84º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEDFB9 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 185 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.13 |
| HSL | 86.84º | 0.37% | 0.8% | - |
| HSV(B) | 86.84º | 0.17% | 0.87% | - |
| XYZ | 60.6 | 69.4 | 56.1 | - |
| YUV | 213.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 185 | 0.08 | 0 | 0.17 | 0.13 | 86.84 | 0.37 | 0.8 |
| Hex | CE | DF | B9 | 8 | 0 | 11 | D | 57 | 25 | 50 |
| Octal | 316 | 337 | 271 | 10 | 0 | 21 | 15 | 127 | 45 | 120 |
| Binary | 11001110 | 11011111 | 10111001 | 1000 | 0 | 10001 | 1101 | 1010111 | 100101 | 1010000 |
Color Harmonies of #CEDFB9
Complementary color
Monochromatic Colors of #CEDFB9
Black with #CEDFB9
Text Example
Text Example
White with #CEDFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFB9; }
p { color: rgb(206,223,185); }
H1.HeaderClassName
{
color: #CEDFB9;
}
.AnyTagClassName
{
color: #CEDFB9;
}
</style>
background-color css
<style>
a { background-color: #CEDFB9; }
a { background-color: rgb(206,223,185); }
div.DivClassName
{
background-color: #CEDFB9;
}
.BgClassName
{
background-color: #CEDFB9;
}
</style>
border-color css
<style>
span { border-color: #CEDFB9; }
span { border-color: rgb(206,223,185); }
td.TdClassName
{
border-color: #CEDFB9;
}
.TagClassName
{
border-color: #CEDFB9;
}
</style>