Shades of Ottoman #CEDBC5
Tints of Ottoman #CEDBC5
RGB
CMYK
RGB Variations
Color information
#CEDBC5 (or 0xCEDBC5) is known color: Ottoman. HEX triplet: CE, DB and C5. RGB value is (206,219,197). Sum of RGB (Red+Green+Blue) = 206+219+197=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBC5 is #31243A. Grayscale: #D4D4D4. Windows color (decimal): -3220539 or 12966862. OLE color: 12966862.
HSL color Cylindrical-coordinate representation of color #CEDBC5: hue angle of 95.45º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDBC5 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 197 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.14 |
| HSL | 95.45º | 0.23% | 0.82% | - |
| HSV(B) | 95.45º | 0.1% | 0.86% | - |
| XYZ | 60.86 | 67.82 | 62.71 | - |
| YUV | 212.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 197 | 0.06 | 0 | 0.10 | 0.14 | 95.45 | 0.23 | 0.82 |
| Hex | CE | DB | C5 | 6 | 0 | A | E | 5F | 17 | 52 |
| Octal | 316 | 333 | 305 | 6 | 0 | 12 | 16 | 137 | 27 | 122 |
| Binary | 11001110 | 11011011 | 11000101 | 110 | 0 | 1010 | 1110 | 1011111 | 10111 | 1010010 |
Color Harmonies of #CEDBC5
Complementary color
Monochromatic Colors of #CEDBC5
Black with #CEDBC5
Text Example
Text Example
White with #CEDBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBC5; }
p { color: rgb(206,219,197); }
H1.HeaderClassName
{
color: #CEDBC5;
}
.AnyTagClassName
{
color: #CEDBC5;
}
</style>
background-color css
<style>
a { background-color: #CEDBC5; }
a { background-color: rgb(206,219,197); }
div.DivClassName
{
background-color: #CEDBC5;
}
.BgClassName
{
background-color: #CEDBC5;
}
</style>
border-color css
<style>
span { border-color: #CEDBC5; }
span { border-color: rgb(206,219,197); }
td.TdClassName
{
border-color: #CEDBC5;
}
.TagClassName
{
border-color: #CEDBC5;
}
</style>