Shades of Ottoman #CEDFBB
Tints of Ottoman #CEDFBB
RGB
CMYK
RGB Variations
Color information
#CEDFBB (or 0xCEDFBB) is known color: Ottoman. HEX triplet: CE, DF and BB. RGB value is (206,223,187). Sum of RGB (Red+Green+Blue) = 206+223+187=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFBB is #312044. Grayscale: #D5D5D5. Windows color (decimal): -3219525 or 12312526. OLE color: 12312526.
HSL color Cylindrical-coordinate representation of color #CEDFBB: hue angle of 88.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEDFBB is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 187 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.13 |
| HSL | 88.33º | 0.36% | 0.8% | - |
| HSV(B) | 88.33º | 0.16% | 0.87% | - |
| XYZ | 60.81 | 69.49 | 57.22 | - |
| YUV | 213.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 187 | 0.08 | 0 | 0.16 | 0.13 | 88.33 | 0.36 | 0.8 |
| Hex | CE | DF | BB | 8 | 0 | 10 | D | 58 | 24 | 50 |
| Octal | 316 | 337 | 273 | 10 | 0 | 20 | 15 | 130 | 44 | 120 |
| Binary | 11001110 | 11011111 | 10111011 | 1000 | 0 | 10000 | 1101 | 1011000 | 100100 | 1010000 |
Color Harmonies of #CEDFBB
Complementary color
Monochromatic Colors of #CEDFBB
Black with #CEDFBB
Text Example
Text Example
White with #CEDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFBB; }
p { color: rgb(206,223,187); }
H1.HeaderClassName
{
color: #CEDFBB;
}
.AnyTagClassName
{
color: #CEDFBB;
}
</style>
background-color css
<style>
a { background-color: #CEDFBB; }
a { background-color: rgb(206,223,187); }
div.DivClassName
{
background-color: #CEDFBB;
}
.BgClassName
{
background-color: #CEDFBB;
}
</style>
border-color css
<style>
span { border-color: #CEDFBB; }
span { border-color: rgb(206,223,187); }
td.TdClassName
{
border-color: #CEDFBB;
}
.TagClassName
{
border-color: #CEDFBB;
}
</style>