Shades of Ottoman #CFE2BC
Tints of Ottoman #CFE2BC
RGB
CMYK
RGB Variations
Color information
#CFE2BC (or 0xCFE2BC) is known color: Ottoman. HEX triplet: CF, E2 and BC. RGB value is (207,226,188). Sum of RGB (Red+Green+Blue) = 207+226+188=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2BC is #301D43. Grayscale: #D8D8D8. Windows color (decimal): -3153220 or 12378831. OLE color: 12378831.
HSL color Cylindrical-coordinate representation of color #CFE2BC: hue angle of 90º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE2BC is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 188 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.11 |
| HSL | 90º | 0.4% | 0.81% | - |
| HSV(B) | 90º | 0.17% | 0.89% | - |
| XYZ | 62.01 | 71.29 | 58.07 | - |
| YUV | 215.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 188 | 0.08 | 0 | 0.17 | 0.11 | 90 | 0.4 | 0.81 |
| Hex | CF | E2 | BC | 8 | 0 | 11 | B | 5A | 28 | 51 |
| Octal | 317 | 342 | 274 | 10 | 0 | 21 | 13 | 132 | 50 | 121 |
| Binary | 11001111 | 11100010 | 10111100 | 1000 | 0 | 10001 | 1011 | 1011010 | 101000 | 1010001 |
Color Harmonies of #CFE2BC
Complementary color
Monochromatic Colors of #CFE2BC
Black with #CFE2BC
Text Example
Text Example
White with #CFE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2BC; }
p { color: rgb(207,226,188); }
H1.HeaderClassName
{
color: #CFE2BC;
}
.AnyTagClassName
{
color: #CFE2BC;
}
</style>
background-color css
<style>
a { background-color: #CFE2BC; }
a { background-color: rgb(207,226,188); }
div.DivClassName
{
background-color: #CFE2BC;
}
.BgClassName
{
background-color: #CFE2BC;
}
</style>
border-color css
<style>
span { border-color: #CFE2BC; }
span { border-color: rgb(207,226,188); }
td.TdClassName
{
border-color: #CFE2BC;
}
.TagClassName
{
border-color: #CFE2BC;
}
</style>