Shades of Ottoman #CEDEB5
Tints of Ottoman #CEDEB5
RGB
CMYK
RGB Variations
Color information
#CEDEB5 (or 0xCEDEB5) is known color: Ottoman. HEX triplet: CE, DE and B5. RGB value is (206,222,181). Sum of RGB (Red+Green+Blue) = 206+222+181=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEB5 is #31214A. Grayscale: #D4D4D4. Windows color (decimal): -3219787 or 11919054. OLE color: 11919054.
HSL color Cylindrical-coordinate representation of color #CEDEB5: hue angle of 83.41º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEDEB5 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 181 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.13 |
| HSL | 83.41º | 0.38% | 0.79% | - |
| HSV(B) | 83.41º | 0.18% | 0.87% | - |
| XYZ | 59.92 | 68.7 | 53.82 | - |
| YUV | 212.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 181 | 0.07 | 0 | 0.18 | 0.13 | 83.41 | 0.38 | 0.79 |
| Hex | CE | DE | B5 | 7 | 0 | 12 | D | 53 | 26 | 4F |
| Octal | 316 | 336 | 265 | 7 | 0 | 22 | 15 | 123 | 46 | 117 |
| Binary | 11001110 | 11011110 | 10110101 | 111 | 0 | 10010 | 1101 | 1010011 | 100110 | 1001111 |
Color Harmonies of #CEDEB5
Complementary color
Monochromatic Colors of #CEDEB5
Black with #CEDEB5
Text Example
Text Example
White with #CEDEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEB5; }
p { color: rgb(206,222,181); }
H1.HeaderClassName
{
color: #CEDEB5;
}
.AnyTagClassName
{
color: #CEDEB5;
}
</style>
background-color css
<style>
a { background-color: #CEDEB5; }
a { background-color: rgb(206,222,181); }
div.DivClassName
{
background-color: #CEDEB5;
}
.BgClassName
{
background-color: #CEDEB5;
}
</style>
border-color css
<style>
span { border-color: #CEDEB5; }
span { border-color: rgb(206,222,181); }
td.TdClassName
{
border-color: #CEDEB5;
}
.TagClassName
{
border-color: #CEDEB5;
}
</style>