Shades of Ottoman #CEDFB5
Tints of Ottoman #CEDFB5
RGB
CMYK
RGB Variations
Color information
#CEDFB5 (or 0xCEDFB5) is known color: Ottoman. HEX triplet: CE, DF and B5. RGB value is (206,223,181). Sum of RGB (Red+Green+Blue) = 206+223+181=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFB5 is #31204A. Grayscale: #D5D5D5. Windows color (decimal): -3219531 or 11919310. OLE color: 11919310.
HSL color Cylindrical-coordinate representation of color #CEDFB5: hue angle of 84.29º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEDFB5 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 181 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.13 |
| HSL | 84.29º | 0.4% | 0.79% | - |
| HSV(B) | 84.29º | 0.19% | 0.87% | - |
| XYZ | 60.18 | 69.23 | 53.91 | - |
| YUV | 213.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 181 | 0.08 | 0 | 0.19 | 0.13 | 84.29 | 0.4 | 0.79 |
| Hex | CE | DF | B5 | 8 | 0 | 13 | D | 54 | 28 | 4F |
| Octal | 316 | 337 | 265 | 10 | 0 | 23 | 15 | 124 | 50 | 117 |
| Binary | 11001110 | 11011111 | 10110101 | 1000 | 0 | 10011 | 1101 | 1010100 | 101000 | 1001111 |
Color Harmonies of #CEDFB5
Complementary color
Monochromatic Colors of #CEDFB5
Black with #CEDFB5
Text Example
Text Example
White with #CEDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFB5; }
p { color: rgb(206,223,181); }
H1.HeaderClassName
{
color: #CEDFB5;
}
.AnyTagClassName
{
color: #CEDFB5;
}
</style>
background-color css
<style>
a { background-color: #CEDFB5; }
a { background-color: rgb(206,223,181); }
div.DivClassName
{
background-color: #CEDFB5;
}
.BgClassName
{
background-color: #CEDFB5;
}
</style>
border-color css
<style>
span { border-color: #CEDFB5; }
span { border-color: rgb(206,223,181); }
td.TdClassName
{
border-color: #CEDFB5;
}
.TagClassName
{
border-color: #CEDFB5;
}
</style>