Shades of Ottoman #CED8C1
Tints of Ottoman #CED8C1
RGB
CMYK
RGB Variations
Color information
#CED8C1 (or 0xCED8C1) is known color: Ottoman. HEX triplet: CE, D8 and C1. RGB value is (206,216,193). Sum of RGB (Red+Green+Blue) = 206+216+193=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8C1 is #31273E. Grayscale: #D2D2D2. Windows color (decimal): -3221311 or 12703950. OLE color: 12703950.
HSL color Cylindrical-coordinate representation of color #CED8C1: hue angle of 86.09º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CED8C1 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 193 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.15 |
| HSL | 86.09º | 0.23% | 0.8% | - |
| HSV(B) | 86.09º | 0.11% | 0.85% | - |
| XYZ | 59.64 | 66.08 | 60.06 | - |
| YUV | 210.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 193 | 0.05 | 0 | 0.11 | 0.15 | 86.09 | 0.23 | 0.8 |
| Hex | CE | D8 | C1 | 5 | 0 | B | F | 56 | 17 | 50 |
| Octal | 316 | 330 | 301 | 5 | 0 | 13 | 17 | 126 | 27 | 120 |
| Binary | 11001110 | 11011000 | 11000001 | 101 | 0 | 1011 | 1111 | 1010110 | 10111 | 1010000 |
Color Harmonies of #CED8C1
Complementary color
Monochromatic Colors of #CED8C1
Black with #CED8C1
Text Example
Text Example
White with #CED8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8C1; }
p { color: rgb(206,216,193); }
H1.HeaderClassName
{
color: #CED8C1;
}
.AnyTagClassName
{
color: #CED8C1;
}
</style>
background-color css
<style>
a { background-color: #CED8C1; }
a { background-color: rgb(206,216,193); }
div.DivClassName
{
background-color: #CED8C1;
}
.BgClassName
{
background-color: #CED8C1;
}
</style>
border-color css
<style>
span { border-color: #CED8C1; }
span { border-color: rgb(206,216,193); }
td.TdClassName
{
border-color: #CED8C1;
}
.TagClassName
{
border-color: #CED8C1;
}
</style>