Shades of Ottoman #CFD4C8
Tints of Ottoman #CFD4C8
RGB
CMYK
RGB Variations
Color information
#CFD4C8 (or 0xCFD4C8) is known color: Ottoman. HEX triplet: CF, D4 and C8. RGB value is (207,212,200). Sum of RGB (Red+Green+Blue) = 207+212+200=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD4C8 is #302B37. Grayscale: #D1D1D1. Windows color (decimal): -3156792 or 13161679. OLE color: 13161679.
HSL color Cylindrical-coordinate representation of color #CFD4C8: hue angle of 85º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFD4C8 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 200 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.17 |
| HSL | 85º | 0.12% | 0.81% | - |
| HSV(B) | 85º | 0.06% | 0.83% | - |
| XYZ | 59.7 | 64.52 | 63.95 | - |
| YUV | 209.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 200 | 0.02 | 0 | 0.06 | 0.17 | 85 | 0.12 | 0.81 |
| Hex | CF | D4 | C8 | 2 | 0 | 6 | 11 | 55 | C | 51 |
| Octal | 317 | 324 | 310 | 2 | 0 | 6 | 21 | 125 | 14 | 121 |
| Binary | 11001111 | 11010100 | 11001000 | 10 | 0 | 110 | 10001 | 1010101 | 1100 | 1010001 |
Color Harmonies of #CFD4C8
Complementary color
Monochromatic Colors of #CFD4C8
Black with #CFD4C8
Text Example
Text Example
White with #CFD4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD4C8; }
p { color: rgb(207,212,200); }
H1.HeaderClassName
{
color: #CFD4C8;
}
.AnyTagClassName
{
color: #CFD4C8;
}
</style>
background-color css
<style>
a { background-color: #CFD4C8; }
a { background-color: rgb(207,212,200); }
div.DivClassName
{
background-color: #CFD4C8;
}
.BgClassName
{
background-color: #CFD4C8;
}
</style>
border-color css
<style>
span { border-color: #CFD4C8; }
span { border-color: rgb(207,212,200); }
td.TdClassName
{
border-color: #CFD4C8;
}
.TagClassName
{
border-color: #CFD4C8;
}
</style>