Shades of Ottoman #CFDFBB
Tints of Ottoman #CFDFBB
RGB
CMYK
RGB Variations
Color information
#CFDFBB (or 0xCFDFBB) is known color: Ottoman. HEX triplet: CF, DF and BB. RGB value is (207,223,187). Sum of RGB (Red+Green+Blue) = 207+223+187=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFBB is #302044. Grayscale: #D6D6D6. Windows color (decimal): -3153989 or 12312527. OLE color: 12312527.
HSL color Cylindrical-coordinate representation of color #CFDFBB: hue angle of 86.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFDFBB is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 187 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.13 |
| HSL | 86.67º | 0.36% | 0.8% | - |
| HSV(B) | 86.67º | 0.16% | 0.87% | - |
| XYZ | 61.09 | 69.63 | 57.23 | - |
| YUV | 214.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 187 | 0.07 | 0 | 0.16 | 0.13 | 86.67 | 0.36 | 0.8 |
| Hex | CF | DF | BB | 7 | 0 | 10 | D | 57 | 24 | 50 |
| Octal | 317 | 337 | 273 | 7 | 0 | 20 | 15 | 127 | 44 | 120 |
| Binary | 11001111 | 11011111 | 10111011 | 111 | 0 | 10000 | 1101 | 1010111 | 100100 | 1010000 |
Color Harmonies of #CFDFBB
Complementary color
Monochromatic Colors of #CFDFBB
Black with #CFDFBB
Text Example
Text Example
White with #CFDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFBB; }
p { color: rgb(207,223,187); }
H1.HeaderClassName
{
color: #CFDFBB;
}
.AnyTagClassName
{
color: #CFDFBB;
}
</style>
background-color css
<style>
a { background-color: #CFDFBB; }
a { background-color: rgb(207,223,187); }
div.DivClassName
{
background-color: #CFDFBB;
}
.BgClassName
{
background-color: #CFDFBB;
}
</style>
border-color css
<style>
span { border-color: #CFDFBB; }
span { border-color: rgb(207,223,187); }
td.TdClassName
{
border-color: #CFDFBB;
}
.TagClassName
{
border-color: #CFDFBB;
}
</style>