Shades of Ottoman #CFE1BD
Tints of Ottoman #CFE1BD
RGB
CMYK
RGB Variations
Color information
#CFE1BD (or 0xCFE1BD) is known color: Ottoman. HEX triplet: CF, E1 and BD. RGB value is (207,225,189). Sum of RGB (Red+Green+Blue) = 207+225+189=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1BD is #301E42. Grayscale: #D7D7D7. Windows color (decimal): -3153475 or 12444111. OLE color: 12444111.
HSL color Cylindrical-coordinate representation of color #CFE1BD: hue angle of 90º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFE1BD is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 189 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.12 |
| HSL | 90º | 0.38% | 0.81% | - |
| HSV(B) | 90º | 0.16% | 0.88% | - |
| XYZ | 61.84 | 70.79 | 58.55 | - |
| YUV | 215.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 189 | 0.08 | 0 | 0.16 | 0.12 | 90 | 0.38 | 0.81 |
| Hex | CF | E1 | BD | 8 | 0 | 10 | C | 5A | 26 | 51 |
| Octal | 317 | 341 | 275 | 10 | 0 | 20 | 14 | 132 | 46 | 121 |
| Binary | 11001111 | 11100001 | 10111101 | 1000 | 0 | 10000 | 1100 | 1011010 | 100110 | 1010001 |
Color Harmonies of #CFE1BD
Complementary color
Monochromatic Colors of #CFE1BD
Black with #CFE1BD
Text Example
Text Example
White with #CFE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1BD; }
p { color: rgb(207,225,189); }
H1.HeaderClassName
{
color: #CFE1BD;
}
.AnyTagClassName
{
color: #CFE1BD;
}
</style>
background-color css
<style>
a { background-color: #CFE1BD; }
a { background-color: rgb(207,225,189); }
div.DivClassName
{
background-color: #CFE1BD;
}
.BgClassName
{
background-color: #CFE1BD;
}
</style>
border-color css
<style>
span { border-color: #CFE1BD; }
span { border-color: rgb(207,225,189); }
td.TdClassName
{
border-color: #CFE1BD;
}
.TagClassName
{
border-color: #CFE1BD;
}
</style>