Shades of Ottoman #CEDEB8
Tints of Ottoman #CEDEB8
RGB
CMYK
RGB Variations
Color information
#CEDEB8 (or 0xCEDEB8) is known color: Ottoman. HEX triplet: CE, DE and B8. RGB value is (206,222,184). Sum of RGB (Red+Green+Blue) = 206+222+184=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEB8 is #312147. Grayscale: #D5D5D5. Windows color (decimal): -3219784 or 12115662. OLE color: 12115662.
HSL color Cylindrical-coordinate representation of color #CEDEB8: hue angle of 85.26º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEDEB8 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 184 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.13 |
| HSL | 85.26º | 0.37% | 0.8% | - |
| HSV(B) | 85.26º | 0.17% | 0.87% | - |
| XYZ | 60.23 | 68.83 | 55.46 | - |
| YUV | 212.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 184 | 0.07 | 0 | 0.17 | 0.13 | 85.26 | 0.37 | 0.8 |
| Hex | CE | DE | B8 | 7 | 0 | 11 | D | 55 | 25 | 50 |
| Octal | 316 | 336 | 270 | 7 | 0 | 21 | 15 | 125 | 45 | 120 |
| Binary | 11001110 | 11011110 | 10111000 | 111 | 0 | 10001 | 1101 | 1010101 | 100101 | 1010000 |
Color Harmonies of #CEDEB8
Complementary color
Monochromatic Colors of #CEDEB8
Black with #CEDEB8
Text Example
Text Example
White with #CEDEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEB8; }
p { color: rgb(206,222,184); }
H1.HeaderClassName
{
color: #CEDEB8;
}
.AnyTagClassName
{
color: #CEDEB8;
}
</style>
background-color css
<style>
a { background-color: #CEDEB8; }
a { background-color: rgb(206,222,184); }
div.DivClassName
{
background-color: #CEDEB8;
}
.BgClassName
{
background-color: #CEDEB8;
}
</style>
border-color css
<style>
span { border-color: #CEDEB8; }
span { border-color: rgb(206,222,184); }
td.TdClassName
{
border-color: #CEDEB8;
}
.TagClassName
{
border-color: #CEDEB8;
}
</style>