Shades of Ottoman #CFE0B6
Tints of Ottoman #CFE0B6
RGB
CMYK
RGB Variations
Color information
#CFE0B6 (or 0xCFE0B6) is known color: Ottoman. HEX triplet: CF, E0 and B6. RGB value is (207,224,182). Sum of RGB (Red+Green+Blue) = 207+224+182=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0B6 is #301F49. Grayscale: #D6D6D6. Windows color (decimal): -3153738 or 11985103. OLE color: 11985103.
HSL color Cylindrical-coordinate representation of color #CFE0B6: hue angle of 84.29º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFE0B6 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 182 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.12 |
| HSL | 84.29º | 0.4% | 0.8% | - |
| HSV(B) | 84.29º | 0.19% | 0.88% | - |
| XYZ | 60.83 | 69.95 | 54.55 | - |
| YUV | 214.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 182 | 0.08 | 0 | 0.19 | 0.12 | 84.29 | 0.4 | 0.8 |
| Hex | CF | E0 | B6 | 8 | 0 | 13 | C | 54 | 28 | 50 |
| Octal | 317 | 340 | 266 | 10 | 0 | 23 | 14 | 124 | 50 | 120 |
| Binary | 11001111 | 11100000 | 10110110 | 1000 | 0 | 10011 | 1100 | 1010100 | 101000 | 1010000 |
Color Harmonies of #CFE0B6
Complementary color
Monochromatic Colors of #CFE0B6
Black with #CFE0B6
Text Example
Text Example
White with #CFE0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0B6; }
p { color: rgb(207,224,182); }
H1.HeaderClassName
{
color: #CFE0B6;
}
.AnyTagClassName
{
color: #CFE0B6;
}
</style>
background-color css
<style>
a { background-color: #CFE0B6; }
a { background-color: rgb(207,224,182); }
div.DivClassName
{
background-color: #CFE0B6;
}
.BgClassName
{
background-color: #CFE0B6;
}
</style>
border-color css
<style>
span { border-color: #CFE0B6; }
span { border-color: rgb(207,224,182); }
td.TdClassName
{
border-color: #CFE0B6;
}
.TagClassName
{
border-color: #CFE0B6;
}
</style>