Shades of Ottoman #CFDFB5
Tints of Ottoman #CFDFB5
RGB
CMYK
RGB Variations
Color information
#CFDFB5 (or 0xCFDFB5) is known color: Ottoman. HEX triplet: CF, DF and B5. RGB value is (207,223,181). Sum of RGB (Red+Green+Blue) = 207+223+181=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFB5 is #30204A. Grayscale: #D5D5D5. Windows color (decimal): -3153995 or 11919311. OLE color: 11919311.
HSL color Cylindrical-coordinate representation of color #CFDFB5: hue angle of 82.86º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFDFB5 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 181 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.13 |
| HSL | 82.86º | 0.4% | 0.79% | - |
| HSV(B) | 82.86º | 0.19% | 0.87% | - |
| XYZ | 60.46 | 69.38 | 53.92 | - |
| YUV | 213.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 181 | 0.07 | 0 | 0.19 | 0.13 | 82.86 | 0.4 | 0.79 |
| Hex | CF | DF | B5 | 7 | 0 | 13 | D | 53 | 28 | 4F |
| Octal | 317 | 337 | 265 | 7 | 0 | 23 | 15 | 123 | 50 | 117 |
| Binary | 11001111 | 11011111 | 10110101 | 111 | 0 | 10011 | 1101 | 1010011 | 101000 | 1001111 |
Color Harmonies of #CFDFB5
Complementary color
Monochromatic Colors of #CFDFB5
Black with #CFDFB5
Text Example
Text Example
White with #CFDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFB5; }
p { color: rgb(207,223,181); }
H1.HeaderClassName
{
color: #CFDFB5;
}
.AnyTagClassName
{
color: #CFDFB5;
}
</style>
background-color css
<style>
a { background-color: #CFDFB5; }
a { background-color: rgb(207,223,181); }
div.DivClassName
{
background-color: #CFDFB5;
}
.BgClassName
{
background-color: #CFDFB5;
}
</style>
border-color css
<style>
span { border-color: #CFDFB5; }
span { border-color: rgb(207,223,181); }
td.TdClassName
{
border-color: #CFDFB5;
}
.TagClassName
{
border-color: #CFDFB5;
}
</style>