Shades of Ottoman #CEDEBF
Tints of Ottoman #CEDEBF
RGB
CMYK
RGB Variations
Color information
#CEDEBF (or 0xCEDEBF) is known color: Ottoman. HEX triplet: CE, DE and BF. RGB value is (206,222,191). Sum of RGB (Red+Green+Blue) = 206+222+191=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEBF is #312140. Grayscale: #D5D5D5. Windows color (decimal): -3219777 or 12574414. OLE color: 12574414.
HSL color Cylindrical-coordinate representation of color #CEDEBF: hue angle of 90.97º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEDEBF is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 191 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.13 |
| HSL | 90.97º | 0.32% | 0.81% | - |
| HSV(B) | 90.97º | 0.14% | 0.87% | - |
| XYZ | 60.98 | 69.13 | 59.42 | - |
| YUV | 213.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 191 | 0.07 | 0 | 0.14 | 0.13 | 90.97 | 0.32 | 0.81 |
| Hex | CE | DE | BF | 7 | 0 | E | D | 5B | 20 | 51 |
| Octal | 316 | 336 | 277 | 7 | 0 | 16 | 15 | 133 | 40 | 121 |
| Binary | 11001110 | 11011110 | 10111111 | 111 | 0 | 1110 | 1101 | 1011011 | 100000 | 1010001 |
Color Harmonies of #CEDEBF
Complementary color
Monochromatic Colors of #CEDEBF
Black with #CEDEBF
Text Example
Text Example
White with #CEDEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEBF; }
p { color: rgb(206,222,191); }
H1.HeaderClassName
{
color: #CEDEBF;
}
.AnyTagClassName
{
color: #CEDEBF;
}
</style>
background-color css
<style>
a { background-color: #CEDEBF; }
a { background-color: rgb(206,222,191); }
div.DivClassName
{
background-color: #CEDEBF;
}
.BgClassName
{
background-color: #CEDEBF;
}
</style>
border-color css
<style>
span { border-color: #CEDEBF; }
span { border-color: rgb(206,222,191); }
td.TdClassName
{
border-color: #CEDEBF;
}
.TagClassName
{
border-color: #CEDEBF;
}
</style>