Shades of Ottoman #CFD7CA
Tints of Ottoman #CFD7CA
RGB
CMYK
RGB Variations
Color information
#CFD7CA (or 0xCFD7CA) is known color: Ottoman. HEX triplet: CF, D7 and CA. RGB value is (207,215,202). Sum of RGB (Red+Green+Blue) = 207+215+202=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7CA is #302835. Grayscale: #D3D3D3. Windows color (decimal): -3156022 or 13293519. OLE color: 13293519.
HSL color Cylindrical-coordinate representation of color #CFD7CA: hue angle of 96.92º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFD7CA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 202 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.16 |
| HSL | 96.92º | 0.14% | 0.82% | - |
| HSV(B) | 96.92º | 0.06% | 0.84% | - |
| XYZ | 60.69 | 66.13 | 65.44 | - |
| YUV | 211.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 202 | 0.04 | 0 | 0.06 | 0.16 | 96.92 | 0.14 | 0.82 |
| Hex | CF | D7 | CA | 4 | 0 | 6 | 10 | 61 | E | 52 |
| Octal | 317 | 327 | 312 | 4 | 0 | 6 | 20 | 141 | 16 | 122 |
| Binary | 11001111 | 11010111 | 11001010 | 100 | 0 | 110 | 10000 | 1100001 | 1110 | 1010010 |
Color Harmonies of #CFD7CA
Complementary color
Monochromatic Colors of #CFD7CA
Black with #CFD7CA
Text Example
Text Example
White with #CFD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD7CA; }
p { color: rgb(207,215,202); }
H1.HeaderClassName
{
color: #CFD7CA;
}
.AnyTagClassName
{
color: #CFD7CA;
}
</style>
background-color css
<style>
a { background-color: #CFD7CA; }
a { background-color: rgb(207,215,202); }
div.DivClassName
{
background-color: #CFD7CA;
}
.BgClassName
{
background-color: #CFD7CA;
}
</style>
border-color css
<style>
span { border-color: #CFD7CA; }
span { border-color: rgb(207,215,202); }
td.TdClassName
{
border-color: #CFD7CA;
}
.TagClassName
{
border-color: #CFD7CA;
}
</style>