Shades of Ottoman #CFD8C9
Tints of Ottoman #CFD8C9
RGB
CMYK
RGB Variations
Color information
#CFD8C9 (or 0xCFD8C9) is known color: Ottoman. HEX triplet: CF, D8 and C9. RGB value is (207,216,201). Sum of RGB (Red+Green+Blue) = 207+216+201=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD8C9 is #302736. Grayscale: #D3D3D3. Windows color (decimal): -3155767 or 13228239. OLE color: 13228239.
HSL color Cylindrical-coordinate representation of color #CFD8C9: hue angle of 96º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFD8C9 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 201 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.15 |
| HSL | 96º | 0.16% | 0.82% | - |
| HSV(B) | 96º | 0.07% | 0.85% | - |
| XYZ | 60.83 | 66.59 | 64.91 | - |
| YUV | 211.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 201 | 0.04 | 0 | 0.07 | 0.15 | 96 | 0.16 | 0.82 |
| Hex | CF | D8 | C9 | 4 | 0 | 7 | F | 60 | 10 | 52 |
| Octal | 317 | 330 | 311 | 4 | 0 | 7 | 17 | 140 | 20 | 122 |
| Binary | 11001111 | 11011000 | 11001001 | 100 | 0 | 111 | 1111 | 1100000 | 10000 | 1010010 |
Color Harmonies of #CFD8C9
Complementary color
Monochromatic Colors of #CFD8C9
Black with #CFD8C9
Text Example
Text Example
White with #CFD8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD8C9; }
p { color: rgb(207,216,201); }
H1.HeaderClassName
{
color: #CFD8C9;
}
.AnyTagClassName
{
color: #CFD8C9;
}
</style>
background-color css
<style>
a { background-color: #CFD8C9; }
a { background-color: rgb(207,216,201); }
div.DivClassName
{
background-color: #CFD8C9;
}
.BgClassName
{
background-color: #CFD8C9;
}
</style>
border-color css
<style>
span { border-color: #CFD8C9; }
span { border-color: rgb(207,216,201); }
td.TdClassName
{
border-color: #CFD8C9;
}
.TagClassName
{
border-color: #CFD8C9;
}
</style>