Shades of Ottoman #CEDDBD
Tints of Ottoman #CEDDBD
RGB
CMYK
RGB Variations
Color information
#CEDDBD (or 0xCEDDBD) is known color: Ottoman. HEX triplet: CE, DD and BD. RGB value is (206,221,189). Sum of RGB (Red+Green+Blue) = 206+221+189=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDBD is #312242. Grayscale: #D4D4D4. Windows color (decimal): -3220035 or 12443086. OLE color: 12443086.
HSL color Cylindrical-coordinate representation of color #CEDDBD: hue angle of 88.12º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEDDBD is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 189 | - |
CMYK | 0.07 | 0 | 0.14 | 0.13 |
HSL | 88.13º | 0.32% | 0.8% | - |
HSV(B) | 88.13º | 0.14% | 0.87% | - |
XYZ | 60.5 | 68.51 | 58.18 | - |
YUV | 212.87 | 114.53 | 123.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 189 | 0.07 | 0 | 0.14 | 0.13 | 88.13 | 0.32 | 0.8 |
Hex | CE | DD | BD | 7 | 0 | E | D | 58 | 20 | 50 |
Octal | 316 | 335 | 275 | 7 | 0 | 16 | 15 | 130 | 40 | 120 |
Binary | 11001110 | 11011101 | 10111101 | 111 | 0 | 1110 | 1101 | 1011000 | 100000 | 1010000 |
Color Harmonies of #CEDDBD
Complementary color
Monochromatic Colors of #CEDDBD
Black with #CEDDBD
Text Example
Text Example
White with #CEDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDBD; }
p { color: rgb(206,221,189); }
H1.HeaderClassName
{
color: #CEDDBD;
}
.AnyTagClassName
{
color: #CEDDBD;
}
</style>
background-color css
<style>
a { background-color: #CEDDBD; }
a { background-color: rgb(206,221,189); }
div.DivClassName
{
background-color: #CEDDBD;
}
.BgClassName
{
background-color: #CEDDBD;
}
</style>
border-color css
<style>
span { border-color: #CEDDBD; }
span { border-color: rgb(206,221,189); }
td.TdClassName
{
border-color: #CEDDBD;
}
.TagClassName
{
border-color: #CEDDBD;
}
</style>