Shades of Ottoman #CFDFBD
Tints of Ottoman #CFDFBD
RGB
CMYK
RGB Variations
Color information
#CFDFBD (or 0xCFDFBD) is known color: Ottoman. HEX triplet: CF, DF and BD. RGB value is (207,223,189). Sum of RGB (Red+Green+Blue) = 207+223+189=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFBD is #302042. Grayscale: #D6D6D6. Windows color (decimal): -3153987 or 12443599. OLE color: 12443599.
HSL color Cylindrical-coordinate representation of color #CFDFBD: hue angle of 88.24º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFDFBD is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 189 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.13 |
| HSL | 88.24º | 0.35% | 0.81% | - |
| HSV(B) | 88.24º | 0.15% | 0.87% | - |
| XYZ | 61.31 | 69.71 | 58.37 | - |
| YUV | 214.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 189 | 0.07 | 0 | 0.15 | 0.13 | 88.24 | 0.35 | 0.81 |
| Hex | CF | DF | BD | 7 | 0 | F | D | 58 | 23 | 51 |
| Octal | 317 | 337 | 275 | 7 | 0 | 17 | 15 | 130 | 43 | 121 |
| Binary | 11001111 | 11011111 | 10111101 | 111 | 0 | 1111 | 1101 | 1011000 | 100011 | 1010001 |
Color Harmonies of #CFDFBD
Complementary color
Monochromatic Colors of #CFDFBD
Black with #CFDFBD
Text Example
Text Example
White with #CFDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFBD; }
p { color: rgb(207,223,189); }
H1.HeaderClassName
{
color: #CFDFBD;
}
.AnyTagClassName
{
color: #CFDFBD;
}
</style>
background-color css
<style>
a { background-color: #CFDFBD; }
a { background-color: rgb(207,223,189); }
div.DivClassName
{
background-color: #CFDFBD;
}
.BgClassName
{
background-color: #CFDFBD;
}
</style>
border-color css
<style>
span { border-color: #CFDFBD; }
span { border-color: rgb(207,223,189); }
td.TdClassName
{
border-color: #CFDFBD;
}
.TagClassName
{
border-color: #CFDFBD;
}
</style>