Shades of Ottoman #CFDCBE
Tints of Ottoman #CFDCBE
RGB
CMYK
RGB Variations
Color information
#CFDCBE (or 0xCFDCBE) is known color: Ottoman. HEX triplet: CF, DC and BE. RGB value is (207,220,190). Sum of RGB (Red+Green+Blue) = 207+220+190=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCBE is #302341. Grayscale: #D4D4D4. Windows color (decimal): -3154754 or 12508367. OLE color: 12508367.
HSL color Cylindrical-coordinate representation of color #CFDCBE: hue angle of 86º degrees, saturation: 0.3, 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 #CFDCBE is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 190 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.14 |
| HSL | 86º | 0.3% | 0.8% | - |
| HSV(B) | 86º | 0.14% | 0.86% | - |
| XYZ | 60.62 | 68.17 | 58.68 | - |
| YUV | 212.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 190 | 0.06 | 0 | 0.14 | 0.14 | 86 | 0.3 | 0.8 |
| Hex | CF | DC | BE | 6 | 0 | E | E | 56 | 1E | 50 |
| Octal | 317 | 334 | 276 | 6 | 0 | 16 | 16 | 126 | 36 | 120 |
| Binary | 11001111 | 11011100 | 10111110 | 110 | 0 | 1110 | 1110 | 1010110 | 11110 | 1010000 |
Color Harmonies of #CFDCBE
Complementary color
Monochromatic Colors of #CFDCBE
Black with #CFDCBE
Text Example
Text Example
White with #CFDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCBE; }
p { color: rgb(207,220,190); }
H1.HeaderClassName
{
color: #CFDCBE;
}
.AnyTagClassName
{
color: #CFDCBE;
}
</style>
background-color css
<style>
a { background-color: #CFDCBE; }
a { background-color: rgb(207,220,190); }
div.DivClassName
{
background-color: #CFDCBE;
}
.BgClassName
{
background-color: #CFDCBE;
}
</style>
border-color css
<style>
span { border-color: #CFDCBE; }
span { border-color: rgb(207,220,190); }
td.TdClassName
{
border-color: #CFDCBE;
}
.TagClassName
{
border-color: #CFDCBE;
}
</style>