Shades of Ottoman #CEDDC6
Tints of Ottoman #CEDDC6
RGB
CMYK
RGB Variations
Color information
#CEDDC6 (or 0xCEDDC6) is known color: Ottoman. HEX triplet: CE, DD and C6. RGB value is (206,221,198). Sum of RGB (Red+Green+Blue) = 206+221+198=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDC6 is #312239. Grayscale: #D5D5D5. Windows color (decimal): -3220026 or 13032910. OLE color: 13032910.
HSL color Cylindrical-coordinate representation of color #CEDDC6: hue angle of 99.13º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDDC6 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 198 | - |
CMYK | 0.07 | 0 | 0.10 | 0.13 |
HSL | 99.13º | 0.25% | 0.82% | - |
HSV(B) | 99.13º | 0.1% | 0.87% | - |
XYZ | 61.5 | 68.91 | 63.49 | - |
YUV | 213.89 | 119.03 | 122.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 198 | 0.07 | 0 | 0.10 | 0.13 | 99.13 | 0.25 | 0.82 |
Hex | CE | DD | C6 | 7 | 0 | A | D | 63 | 19 | 52 |
Octal | 316 | 335 | 306 | 7 | 0 | 12 | 15 | 143 | 31 | 122 |
Binary | 11001110 | 11011101 | 11000110 | 111 | 0 | 1010 | 1101 | 1100011 | 11001 | 1010010 |
Color Harmonies of #CEDDC6
Complementary color
Monochromatic Colors of #CEDDC6
Black with #CEDDC6
Text Example
Text Example
White with #CEDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDC6; }
p { color: rgb(206,221,198); }
H1.HeaderClassName
{
color: #CEDDC6;
}
.AnyTagClassName
{
color: #CEDDC6;
}
</style>
background-color css
<style>
a { background-color: #CEDDC6; }
a { background-color: rgb(206,221,198); }
div.DivClassName
{
background-color: #CEDDC6;
}
.BgClassName
{
background-color: #CEDDC6;
}
</style>
border-color css
<style>
span { border-color: #CEDDC6; }
span { border-color: rgb(206,221,198); }
td.TdClassName
{
border-color: #CEDDC6;
}
.TagClassName
{
border-color: #CEDDC6;
}
</style>