Shades of Ottoman #CFDDB9
Tints of Ottoman #CFDDB9
RGB
CMYK
RGB Variations
Color information
#CFDDB9 (or 0xCFDDB9) is known color: Ottoman. HEX triplet: CF, DD and B9. RGB value is (207,221,185). Sum of RGB (Red+Green+Blue) = 207+221+185=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDB9 is #302246. Grayscale: #D4D4D4. Windows color (decimal): -3154503 or 12180943. OLE color: 12180943.
HSL color Cylindrical-coordinate representation of color #CFDDB9: hue angle of 83.33º degrees, saturation: 0.35, 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 #CFDDB9 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 185 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.13 |
| HSL | 83.33º | 0.35% | 0.8% | - |
| HSV(B) | 83.33º | 0.16% | 0.87% | - |
| XYZ | 60.35 | 68.48 | 55.94 | - |
| YUV | 212.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 185 | 0.06 | 0 | 0.16 | 0.13 | 83.33 | 0.35 | 0.8 |
| Hex | CF | DD | B9 | 6 | 0 | 10 | D | 53 | 23 | 50 |
| Octal | 317 | 335 | 271 | 6 | 0 | 20 | 15 | 123 | 43 | 120 |
| Binary | 11001111 | 11011101 | 10111001 | 110 | 0 | 10000 | 1101 | 1010011 | 100011 | 1010000 |
Color Harmonies of #CFDDB9
Complementary color
Monochromatic Colors of #CFDDB9
Black with #CFDDB9
Text Example
Text Example
White with #CFDDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDB9; }
p { color: rgb(207,221,185); }
H1.HeaderClassName
{
color: #CFDDB9;
}
.AnyTagClassName
{
color: #CFDDB9;
}
</style>
background-color css
<style>
a { background-color: #CFDDB9; }
a { background-color: rgb(207,221,185); }
div.DivClassName
{
background-color: #CFDDB9;
}
.BgClassName
{
background-color: #CFDDB9;
}
</style>
border-color css
<style>
span { border-color: #CFDDB9; }
span { border-color: rgb(207,221,185); }
td.TdClassName
{
border-color: #CFDDB9;
}
.TagClassName
{
border-color: #CFDDB9;
}
</style>