Shades of Ottoman #CFD6C6
Tints of Ottoman #CFD6C6
RGB
CMYK
RGB Variations
Color information
#CFD6C6 (or 0xCFD6C6) is known color: Ottoman. HEX triplet: CF, D6 and C6. RGB value is (207,214,198). Sum of RGB (Red+Green+Blue) = 207+214+198=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6C6 is #302939. Grayscale: #D2D2D2. Windows color (decimal): -3156282 or 13031119. OLE color: 13031119.
HSL color Cylindrical-coordinate representation of color #CFD6C6: hue angle of 86.25º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFD6C6 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 198 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.16 |
| HSL | 86.25º | 0.16% | 0.81% | - |
| HSV(B) | 86.25º | 0.07% | 0.84% | - |
| XYZ | 59.97 | 65.44 | 62.9 | - |
| YUV | 210.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 198 | 0.03 | 0 | 0.07 | 0.16 | 86.25 | 0.16 | 0.81 |
| Hex | CF | D6 | C6 | 3 | 0 | 7 | 10 | 56 | 10 | 51 |
| Octal | 317 | 326 | 306 | 3 | 0 | 7 | 20 | 126 | 20 | 121 |
| Binary | 11001111 | 11010110 | 11000110 | 11 | 0 | 111 | 10000 | 1010110 | 10000 | 1010001 |
Color Harmonies of #CFD6C6
Complementary color
Monochromatic Colors of #CFD6C6
Black with #CFD6C6
Text Example
Text Example
White with #CFD6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6C6; }
p { color: rgb(207,214,198); }
H1.HeaderClassName
{
color: #CFD6C6;
}
.AnyTagClassName
{
color: #CFD6C6;
}
</style>
background-color css
<style>
a { background-color: #CFD6C6; }
a { background-color: rgb(207,214,198); }
div.DivClassName
{
background-color: #CFD6C6;
}
.BgClassName
{
background-color: #CFD6C6;
}
</style>
border-color css
<style>
span { border-color: #CFD6C6; }
span { border-color: rgb(207,214,198); }
td.TdClassName
{
border-color: #CFD6C6;
}
.TagClassName
{
border-color: #CFD6C6;
}
</style>