Shades of Ottoman #CEDEB6
Tints of Ottoman #CEDEB6
RGB
CMYK
RGB Variations
Color information
#CEDEB6 (or 0xCEDEB6) is known color: Ottoman. HEX triplet: CE, DE and B6. RGB value is (206,222,182). Sum of RGB (Red+Green+Blue) = 206+222+182=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 182 (71.48% from 255 or 29.84% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEB6 is #312149. Grayscale: #D4D4D4. Windows color (decimal): -3219786 or 11984590. OLE color: 11984590.
HSL color Cylindrical-coordinate representation of color #CEDEB6: hue angle of 84º 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 #CEDEB6 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 182 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.13 |
| HSL | 84º | 0.38% | 0.79% | - |
| HSV(B) | 84º | 0.18% | 0.87% | - |
| XYZ | 60.02 | 68.74 | 54.36 | - |
| YUV | 212.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 182 | 0.07 | 0 | 0.18 | 0.13 | 84 | 0.38 | 0.79 |
| Hex | CE | DE | B6 | 7 | 0 | 12 | D | 54 | 26 | 4F |
| Octal | 316 | 336 | 266 | 7 | 0 | 22 | 15 | 124 | 46 | 117 |
| Binary | 11001110 | 11011110 | 10110110 | 111 | 0 | 10010 | 1101 | 1010100 | 100110 | 1001111 |
Color Harmonies of #CEDEB6
Complementary color
Monochromatic Colors of #CEDEB6
Black with #CEDEB6
Text Example
Text Example
White with #CEDEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEB6; }
p { color: rgb(206,222,182); }
H1.HeaderClassName
{
color: #CEDEB6;
}
.AnyTagClassName
{
color: #CEDEB6;
}
</style>
background-color css
<style>
a { background-color: #CEDEB6; }
a { background-color: rgb(206,222,182); }
div.DivClassName
{
background-color: #CEDEB6;
}
.BgClassName
{
background-color: #CEDEB6;
}
</style>
border-color css
<style>
span { border-color: #CEDEB6; }
span { border-color: rgb(206,222,182); }
td.TdClassName
{
border-color: #CEDEB6;
}
.TagClassName
{
border-color: #CEDEB6;
}
</style>