Shades of Ottoman #CFE0BE
Tints of Ottoman #CFE0BE
RGB
CMYK
RGB Variations
Color information
#CFE0BE (or 0xCFE0BE) is known color: Ottoman. HEX triplet: CF, E0 and BE. RGB value is (207,224,190). Sum of RGB (Red+Green+Blue) = 207+224+190=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0BE is #301F41. Grayscale: #D7D7D7. Windows color (decimal): -3153730 or 12509391. OLE color: 12509391.
HSL color Cylindrical-coordinate representation of color #CFE0BE: hue angle of 90º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFE0BE is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 190 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.12 |
| HSL | 90º | 0.35% | 0.81% | - |
| HSV(B) | 90º | 0.15% | 0.88% | - |
| XYZ | 61.68 | 70.29 | 59.03 | - |
| YUV | 215.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 190 | 0.08 | 0 | 0.15 | 0.12 | 90 | 0.35 | 0.81 |
| Hex | CF | E0 | BE | 8 | 0 | F | C | 5A | 23 | 51 |
| Octal | 317 | 340 | 276 | 10 | 0 | 17 | 14 | 132 | 43 | 121 |
| Binary | 11001111 | 11100000 | 10111110 | 1000 | 0 | 1111 | 1100 | 1011010 | 100011 | 1010001 |
Color Harmonies of #CFE0BE
Complementary color
Monochromatic Colors of #CFE0BE
Black with #CFE0BE
Text Example
Text Example
White with #CFE0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0BE; }
p { color: rgb(207,224,190); }
H1.HeaderClassName
{
color: #CFE0BE;
}
.AnyTagClassName
{
color: #CFE0BE;
}
</style>
background-color css
<style>
a { background-color: #CFE0BE; }
a { background-color: rgb(207,224,190); }
div.DivClassName
{
background-color: #CFE0BE;
}
.BgClassName
{
background-color: #CFE0BE;
}
</style>
border-color css
<style>
span { border-color: #CFE0BE; }
span { border-color: rgb(207,224,190); }
td.TdClassName
{
border-color: #CFE0BE;
}
.TagClassName
{
border-color: #CFE0BE;
}
</style>