Shades of Ottoman #CFDCBD
Tints of Ottoman #CFDCBD
RGB
CMYK
RGB Variations
Color information
#CFDCBD (or 0xCFDCBD) is known color: Ottoman. HEX triplet: CF, DC and BD. RGB value is (207,220,189). Sum of RGB (Red+Green+Blue) = 207+220+189=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCBD is #302342. Grayscale: #D4D4D4. Windows color (decimal): -3154755 or 12442831. OLE color: 12442831.
HSL color Cylindrical-coordinate representation of color #CFDCBD: hue angle of 85.16º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFDCBD is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 189 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.14 |
| HSL | 85.16º | 0.31% | 0.8% | - |
| HSV(B) | 85.16º | 0.14% | 0.86% | - |
| XYZ | 60.51 | 68.13 | 58.1 | - |
| YUV | 212.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 189 | 0.06 | 0 | 0.14 | 0.14 | 85.16 | 0.31 | 0.8 |
| Hex | CF | DC | BD | 6 | 0 | E | E | 55 | 1F | 50 |
| Octal | 317 | 334 | 275 | 6 | 0 | 16 | 16 | 125 | 37 | 120 |
| Binary | 11001111 | 11011100 | 10111101 | 110 | 0 | 1110 | 1110 | 1010101 | 11111 | 1010000 |
Color Harmonies of #CFDCBD
Complementary color
Monochromatic Colors of #CFDCBD
Black with #CFDCBD
Text Example
Text Example
White with #CFDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCBD; }
p { color: rgb(207,220,189); }
H1.HeaderClassName
{
color: #CFDCBD;
}
.AnyTagClassName
{
color: #CFDCBD;
}
</style>
background-color css
<style>
a { background-color: #CFDCBD; }
a { background-color: rgb(207,220,189); }
div.DivClassName
{
background-color: #CFDCBD;
}
.BgClassName
{
background-color: #CFDCBD;
}
</style>
border-color css
<style>
span { border-color: #CFDCBD; }
span { border-color: rgb(207,220,189); }
td.TdClassName
{
border-color: #CFDCBD;
}
.TagClassName
{
border-color: #CFDCBD;
}
</style>