Shades of Ottoman #CFD8C5
Tints of Ottoman #CFD8C5
RGB
CMYK
RGB Variations
Color information
#CFD8C5 (or 0xCFD8C5) is known color: Ottoman. HEX triplet: CF, D8 and C5. RGB value is (207,216,197). Sum of RGB (Red+Green+Blue) = 207+216+197=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD8C5 is #30273A. Grayscale: #D3D3D3. Windows color (decimal): -3155771 or 12966095. OLE color: 12966095.
HSL color Cylindrical-coordinate representation of color #CFD8C5: hue angle of 88.42º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFD8C5 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 197 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.15 |
| HSL | 88.42º | 0.2% | 0.81% | - |
| HSV(B) | 88.42º | 0.09% | 0.85% | - |
| XYZ | 60.37 | 66.41 | 62.46 | - |
| YUV | 211.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 197 | 0.04 | 0 | 0.09 | 0.15 | 88.42 | 0.2 | 0.81 |
| Hex | CF | D8 | C5 | 4 | 0 | 9 | F | 58 | 14 | 51 |
| Octal | 317 | 330 | 305 | 4 | 0 | 11 | 17 | 130 | 24 | 121 |
| Binary | 11001111 | 11011000 | 11000101 | 100 | 0 | 1001 | 1111 | 1011000 | 10100 | 1010001 |
Color Harmonies of #CFD8C5
Complementary color
Monochromatic Colors of #CFD8C5
Black with #CFD8C5
Text Example
Text Example
White with #CFD8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD8C5; }
p { color: rgb(207,216,197); }
H1.HeaderClassName
{
color: #CFD8C5;
}
.AnyTagClassName
{
color: #CFD8C5;
}
</style>
background-color css
<style>
a { background-color: #CFD8C5; }
a { background-color: rgb(207,216,197); }
div.DivClassName
{
background-color: #CFD8C5;
}
.BgClassName
{
background-color: #CFD8C5;
}
</style>
border-color css
<style>
span { border-color: #CFD8C5; }
span { border-color: rgb(207,216,197); }
td.TdClassName
{
border-color: #CFD8C5;
}
.TagClassName
{
border-color: #CFD8C5;
}
</style>