Shades of Ottoman #CEDFBF
Tints of Ottoman #CEDFBF
RGB
CMYK
RGB Variations
Color information
#CEDFBF (or 0xCEDFBF) is known color: Ottoman. HEX triplet: CE, DF and BF. RGB value is (206,223,191). Sum of RGB (Red+Green+Blue) = 206+223+191=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFBF is #312040. Grayscale: #D6D6D6. Windows color (decimal): -3219521 or 12574670. OLE color: 12574670.
HSL color Cylindrical-coordinate representation of color #CEDFBF: hue angle of 91.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEDFBF is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 191 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.13 |
| HSL | 91.88º | 0.33% | 0.81% | - |
| HSV(B) | 91.88º | 0.14% | 0.87% | - |
| XYZ | 61.25 | 69.66 | 59.51 | - |
| YUV | 214.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 191 | 0.08 | 0 | 0.14 | 0.13 | 91.88 | 0.33 | 0.81 |
| Hex | CE | DF | BF | 8 | 0 | E | D | 5C | 21 | 51 |
| Octal | 316 | 337 | 277 | 10 | 0 | 16 | 15 | 134 | 41 | 121 |
| Binary | 11001110 | 11011111 | 10111111 | 1000 | 0 | 1110 | 1101 | 1011100 | 100001 | 1010001 |
Color Harmonies of #CEDFBF
Complementary color
Monochromatic Colors of #CEDFBF
Black with #CEDFBF
Text Example
Text Example
White with #CEDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFBF; }
p { color: rgb(206,223,191); }
H1.HeaderClassName
{
color: #CEDFBF;
}
.AnyTagClassName
{
color: #CEDFBF;
}
</style>
background-color css
<style>
a { background-color: #CEDFBF; }
a { background-color: rgb(206,223,191); }
div.DivClassName
{
background-color: #CEDFBF;
}
.BgClassName
{
background-color: #CEDFBF;
}
</style>
border-color css
<style>
span { border-color: #CEDFBF; }
span { border-color: rgb(206,223,191); }
td.TdClassName
{
border-color: #CEDFBF;
}
.TagClassName
{
border-color: #CEDFBF;
}
</style>