Shades of Ottoman #CFE3BF
Tints of Ottoman #CFE3BF
RGB
CMYK
RGB Variations
Color information
#CFE3BF (or 0xCFE3BF) is known color: Ottoman. HEX triplet: CF, E3 and BF. RGB value is (207,227,191). Sum of RGB (Red+Green+Blue) = 207+227+191=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE3BF is #301C40. Grayscale: #D9D9D9. Windows color (decimal): -3152961 or 12575695. OLE color: 12575695.
HSL color Cylindrical-coordinate representation of color #CFE3BF: hue angle of 93.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFE3BF is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 191 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.11 |
| HSL | 93.33º | 0.39% | 0.82% | - |
| HSV(B) | 93.33º | 0.16% | 0.89% | - |
| XYZ | 62.61 | 71.97 | 59.88 | - |
| YUV | 216.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 191 | 0.09 | 0 | 0.16 | 0.11 | 93.33 | 0.39 | 0.82 |
| Hex | CF | E3 | BF | 9 | 0 | 10 | B | 5D | 27 | 52 |
| Octal | 317 | 343 | 277 | 11 | 0 | 20 | 13 | 135 | 47 | 122 |
| Binary | 11001111 | 11100011 | 10111111 | 1001 | 0 | 10000 | 1011 | 1011101 | 100111 | 1010010 |
Color Harmonies of #CFE3BF
Complementary color
Monochromatic Colors of #CFE3BF
Black with #CFE3BF
Text Example
Text Example
White with #CFE3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3BF; }
p { color: rgb(207,227,191); }
H1.HeaderClassName
{
color: #CFE3BF;
}
.AnyTagClassName
{
color: #CFE3BF;
}
</style>
background-color css
<style>
a { background-color: #CFE3BF; }
a { background-color: rgb(207,227,191); }
div.DivClassName
{
background-color: #CFE3BF;
}
.BgClassName
{
background-color: #CFE3BF;
}
</style>
border-color css
<style>
span { border-color: #CFE3BF; }
span { border-color: rgb(207,227,191); }
td.TdClassName
{
border-color: #CFE3BF;
}
.TagClassName
{
border-color: #CFE3BF;
}
</style>