Shades of Ottoman #CFD7C8
Tints of Ottoman #CFD7C8
RGB
CMYK
RGB Variations
Color information
#CFD7C8 (or 0xCFD7C8) is known color: Ottoman. HEX triplet: CF, D7 and C8. RGB value is (207,215,200). Sum of RGB (Red+Green+Blue) = 207+215+200=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7C8 is #302837. Grayscale: #D2D2D2. Windows color (decimal): -3156024 or 13162447. OLE color: 13162447.
HSL color Cylindrical-coordinate representation of color #CFD7C8: hue angle of 92º 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 #CFD7C8 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 200 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.16 |
| HSL | 92º | 0.16% | 0.81% | - |
| HSV(B) | 92º | 0.07% | 0.84% | - |
| XYZ | 60.46 | 66.04 | 64.2 | - |
| YUV | 210.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 200 | 0.04 | 0 | 0.07 | 0.16 | 92 | 0.16 | 0.81 |
| Hex | CF | D7 | C8 | 4 | 0 | 7 | 10 | 5C | 10 | 51 |
| Octal | 317 | 327 | 310 | 4 | 0 | 7 | 20 | 134 | 20 | 121 |
| Binary | 11001111 | 11010111 | 11001000 | 100 | 0 | 111 | 10000 | 1011100 | 10000 | 1010001 |
Color Harmonies of #CFD7C8
Complementary color
Monochromatic Colors of #CFD7C8
Black with #CFD7C8
Text Example
Text Example
White with #CFD7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD7C8; }
p { color: rgb(207,215,200); }
H1.HeaderClassName
{
color: #CFD7C8;
}
.AnyTagClassName
{
color: #CFD7C8;
}
</style>
background-color css
<style>
a { background-color: #CFD7C8; }
a { background-color: rgb(207,215,200); }
div.DivClassName
{
background-color: #CFD7C8;
}
.BgClassName
{
background-color: #CFD7C8;
}
</style>
border-color css
<style>
span { border-color: #CFD7C8; }
span { border-color: rgb(207,215,200); }
td.TdClassName
{
border-color: #CFD7C8;
}
.TagClassName
{
border-color: #CFD7C8;
}
</style>