Shades of Ottoman #CFE4B9
Tints of Ottoman #CFE4B9
RGB
CMYK
RGB Variations
Color information
#CFE4B9 (or 0xCFE4B9) is known color: Ottoman. HEX triplet: CF, E4 and B9. RGB value is (207,228,185). Sum of RGB (Red+Green+Blue) = 207+228+185=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4B9 is #301B46. Grayscale: #D8D8D8. Windows color (decimal): -3152711 or 12182735. OLE color: 12182735.
HSL color Cylindrical-coordinate representation of color #CFE4B9: hue angle of 89.3º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFE4B9 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 185 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.11 |
| HSL | 89.3º | 0.44% | 0.81% | - |
| HSV(B) | 89.3º | 0.19% | 0.89% | - |
| XYZ | 62.23 | 72.25 | 56.57 | - |
| YUV | 216.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 185 | 0.09 | 0 | 0.19 | 0.11 | 89.3 | 0.44 | 0.81 |
| Hex | CF | E4 | B9 | 9 | 0 | 13 | B | 59 | 2C | 51 |
| Octal | 317 | 344 | 271 | 11 | 0 | 23 | 13 | 131 | 54 | 121 |
| Binary | 11001111 | 11100100 | 10111001 | 1001 | 0 | 10011 | 1011 | 1011001 | 101100 | 1010001 |
Color Harmonies of #CFE4B9
Complementary color
Monochromatic Colors of #CFE4B9
Black with #CFE4B9
Text Example
Text Example
White with #CFE4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4B9; }
p { color: rgb(207,228,185); }
H1.HeaderClassName
{
color: #CFE4B9;
}
.AnyTagClassName
{
color: #CFE4B9;
}
</style>
background-color css
<style>
a { background-color: #CFE4B9; }
a { background-color: rgb(207,228,185); }
div.DivClassName
{
background-color: #CFE4B9;
}
.BgClassName
{
background-color: #CFE4B9;
}
</style>
border-color css
<style>
span { border-color: #CFE4B9; }
span { border-color: rgb(207,228,185); }
td.TdClassName
{
border-color: #CFE4B9;
}
.TagClassName
{
border-color: #CFE4B9;
}
</style>