Shades of Ottoman #CEDCC1
Tints of Ottoman #CEDCC1
RGB
CMYK
RGB Variations
Color information
#CEDCC1 (or 0xCEDCC1) is known color: Ottoman. HEX triplet: CE, DC and C1. RGB value is (206,220,193). Sum of RGB (Red+Green+Blue) = 206+220+193=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCC1 is #31233E. Grayscale: #D4D4D4. Windows color (decimal): -3220287 or 12704974. OLE color: 12704974.
HSL color Cylindrical-coordinate representation of color #CEDCC1: hue angle of 91.11º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEDCC1 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 193 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.14 |
| HSL | 91.11º | 0.28% | 0.81% | - |
| HSV(B) | 91.11º | 0.12% | 0.86% | - |
| XYZ | 60.67 | 68.16 | 60.41 | - |
| YUV | 212.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 193 | 0.06 | 0 | 0.12 | 0.14 | 91.11 | 0.28 | 0.81 |
| Hex | CE | DC | C1 | 6 | 0 | C | E | 5B | 1C | 51 |
| Octal | 316 | 334 | 301 | 6 | 0 | 14 | 16 | 133 | 34 | 121 |
| Binary | 11001110 | 11011100 | 11000001 | 110 | 0 | 1100 | 1110 | 1011011 | 11100 | 1010001 |
Color Harmonies of #CEDCC1
Complementary color
Monochromatic Colors of #CEDCC1
Black with #CEDCC1
Text Example
Text Example
White with #CEDCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCC1; }
p { color: rgb(206,220,193); }
H1.HeaderClassName
{
color: #CEDCC1;
}
.AnyTagClassName
{
color: #CEDCC1;
}
</style>
background-color css
<style>
a { background-color: #CEDCC1; }
a { background-color: rgb(206,220,193); }
div.DivClassName
{
background-color: #CEDCC1;
}
.BgClassName
{
background-color: #CEDCC1;
}
</style>
border-color css
<style>
span { border-color: #CEDCC1; }
span { border-color: rgb(206,220,193); }
td.TdClassName
{
border-color: #CEDCC1;
}
.TagClassName
{
border-color: #CEDCC1;
}
</style>