Shades of Ottoman #CEDBBF
Tints of Ottoman #CEDBBF
RGB
CMYK
RGB Variations
Color information
#CEDBBF (or 0xCEDBBF) is known color: Ottoman. HEX triplet: CE, DB and BF. RGB value is (206,219,191). Sum of RGB (Red+Green+Blue) = 206+219+191=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBBF is #312440. Grayscale: #D4D4D4. Windows color (decimal): -3220545 or 12573646. OLE color: 12573646.
HSL color Cylindrical-coordinate representation of color #CEDBBF: hue angle of 87.86º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEDBBF is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 191 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.14 |
| HSL | 87.86º | 0.28% | 0.8% | - |
| HSV(B) | 87.86º | 0.13% | 0.86% | - |
| XYZ | 60.19 | 67.55 | 59.16 | - |
| YUV | 211.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 191 | 0.06 | 0 | 0.13 | 0.14 | 87.86 | 0.28 | 0.8 |
| Hex | CE | DB | BF | 6 | 0 | D | E | 58 | 1C | 50 |
| Octal | 316 | 333 | 277 | 6 | 0 | 15 | 16 | 130 | 34 | 120 |
| Binary | 11001110 | 11011011 | 10111111 | 110 | 0 | 1101 | 1110 | 1011000 | 11100 | 1010000 |
Color Harmonies of #CEDBBF
Complementary color
Monochromatic Colors of #CEDBBF
Black with #CEDBBF
Text Example
Text Example
White with #CEDBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBBF; }
p { color: rgb(206,219,191); }
H1.HeaderClassName
{
color: #CEDBBF;
}
.AnyTagClassName
{
color: #CEDBBF;
}
</style>
background-color css
<style>
a { background-color: #CEDBBF; }
a { background-color: rgb(206,219,191); }
div.DivClassName
{
background-color: #CEDBBF;
}
.BgClassName
{
background-color: #CEDBBF;
}
</style>
border-color css
<style>
span { border-color: #CEDBBF; }
span { border-color: rgb(206,219,191); }
td.TdClassName
{
border-color: #CEDBBF;
}
.TagClassName
{
border-color: #CEDBBF;
}
</style>