Shades of Ottoman #CFE0BB
Tints of Ottoman #CFE0BB
RGB
CMYK
RGB Variations
Color information
#CFE0BB (or 0xCFE0BB) is known color: Ottoman. HEX triplet: CF, E0 and BB. RGB value is (207,224,187). Sum of RGB (Red+Green+Blue) = 207+224+187=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0BB is #301F44. Grayscale: #D6D6D6. Windows color (decimal): -3153733 or 12312783. OLE color: 12312783.
HSL color Cylindrical-coordinate representation of color #CFE0BB: hue angle of 87.57º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE0BB is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 187 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.12 |
| HSL | 87.57º | 0.37% | 0.81% | - |
| HSV(B) | 87.57º | 0.17% | 0.88% | - |
| XYZ | 61.36 | 70.16 | 57.32 | - |
| YUV | 214.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 187 | 0.08 | 0 | 0.17 | 0.12 | 87.57 | 0.37 | 0.81 |
| Hex | CF | E0 | BB | 8 | 0 | 11 | C | 58 | 25 | 51 |
| Octal | 317 | 340 | 273 | 10 | 0 | 21 | 14 | 130 | 45 | 121 |
| Binary | 11001111 | 11100000 | 10111011 | 1000 | 0 | 10001 | 1100 | 1011000 | 100101 | 1010001 |
Color Harmonies of #CFE0BB
Complementary color
Monochromatic Colors of #CFE0BB
Black with #CFE0BB
Text Example
Text Example
White with #CFE0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0BB; }
p { color: rgb(207,224,187); }
H1.HeaderClassName
{
color: #CFE0BB;
}
.AnyTagClassName
{
color: #CFE0BB;
}
</style>
background-color css
<style>
a { background-color: #CFE0BB; }
a { background-color: rgb(207,224,187); }
div.DivClassName
{
background-color: #CFE0BB;
}
.BgClassName
{
background-color: #CFE0BB;
}
</style>
border-color css
<style>
span { border-color: #CFE0BB; }
span { border-color: rgb(207,224,187); }
td.TdClassName
{
border-color: #CFE0BB;
}
.TagClassName
{
border-color: #CFE0BB;
}
</style>