Shades of Ottoman #CEDBC6
Tints of Ottoman #CEDBC6
RGB
CMYK
RGB Variations
Color information
#CEDBC6 (or 0xCEDBC6) is known color: Ottoman. HEX triplet: CE, DB and C6. RGB value is (206,219,198). Sum of RGB (Red+Green+Blue) = 206+219+198=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBC6 is #312439. Grayscale: #D4D4D4. Windows color (decimal): -3220538 or 13032398. OLE color: 13032398.
HSL color Cylindrical-coordinate representation of color #CEDBC6: hue angle of 97.14º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDBC6 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 198 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.14 |
| HSL | 97.14º | 0.23% | 0.82% | - |
| HSV(B) | 97.14º | 0.1% | 0.86% | - |
| XYZ | 60.98 | 67.86 | 63.31 | - |
| YUV | 212.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 198 | 0.06 | 0 | 0.10 | 0.14 | 97.14 | 0.23 | 0.82 |
| Hex | CE | DB | C6 | 6 | 0 | A | E | 61 | 17 | 52 |
| Octal | 316 | 333 | 306 | 6 | 0 | 12 | 16 | 141 | 27 | 122 |
| Binary | 11001110 | 11011011 | 11000110 | 110 | 0 | 1010 | 1110 | 1100001 | 10111 | 1010010 |
Color Harmonies of #CEDBC6
Complementary color
Monochromatic Colors of #CEDBC6
Black with #CEDBC6
Text Example
Text Example
White with #CEDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBC6; }
p { color: rgb(206,219,198); }
H1.HeaderClassName
{
color: #CEDBC6;
}
.AnyTagClassName
{
color: #CEDBC6;
}
</style>
background-color css
<style>
a { background-color: #CEDBC6; }
a { background-color: rgb(206,219,198); }
div.DivClassName
{
background-color: #CEDBC6;
}
.BgClassName
{
background-color: #CEDBC6;
}
</style>
border-color css
<style>
span { border-color: #CEDBC6; }
span { border-color: rgb(206,219,198); }
td.TdClassName
{
border-color: #CEDBC6;
}
.TagClassName
{
border-color: #CEDBC6;
}
</style>