Shades of Ottoman #CEDEC6
Tints of Ottoman #CEDEC6
RGB
CMYK
RGB Variations
Color information
#CEDEC6 (or 0xCEDEC6) is known color: Ottoman. HEX triplet: CE, DE and C6. RGB value is (206,222,198). Sum of RGB (Red+Green+Blue) = 206+222+198=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEC6 is #312139. Grayscale: #D6D6D6. Windows color (decimal): -3219770 or 13033166. OLE color: 13033166.
HSL color Cylindrical-coordinate representation of color #CEDEC6: hue angle of 100º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEDEC6 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 198 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.13 |
| HSL | 100º | 0.27% | 0.82% | - |
| HSV(B) | 100º | 0.11% | 0.87% | - |
| XYZ | 61.77 | 69.44 | 63.57 | - |
| YUV | 214.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 198 | 0.07 | 0 | 0.11 | 0.13 | 100 | 0.27 | 0.82 |
| Hex | CE | DE | C6 | 7 | 0 | B | D | 64 | 1B | 52 |
| Octal | 316 | 336 | 306 | 7 | 0 | 13 | 15 | 144 | 33 | 122 |
| Binary | 11001110 | 11011110 | 11000110 | 111 | 0 | 1011 | 1101 | 1100100 | 11011 | 1010010 |
Color Harmonies of #CEDEC6
Complementary color
Monochromatic Colors of #CEDEC6
Black with #CEDEC6
Text Example
Text Example
White with #CEDEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEC6; }
p { color: rgb(206,222,198); }
H1.HeaderClassName
{
color: #CEDEC6;
}
.AnyTagClassName
{
color: #CEDEC6;
}
</style>
background-color css
<style>
a { background-color: #CEDEC6; }
a { background-color: rgb(206,222,198); }
div.DivClassName
{
background-color: #CEDEC6;
}
.BgClassName
{
background-color: #CEDEC6;
}
</style>
border-color css
<style>
span { border-color: #CEDEC6; }
span { border-color: rgb(206,222,198); }
td.TdClassName
{
border-color: #CEDEC6;
}
.TagClassName
{
border-color: #CEDEC6;
}
</style>