Shades of Ottoman #CFD5CB
Tints of Ottoman #CFD5CB
RGB
CMYK
RGB Variations
Color information
#CFD5CB (or 0xCFD5CB) is known color: Ottoman. HEX triplet: CF, D5 and CB. RGB value is (207,213,203). Sum of RGB (Red+Green+Blue) = 207+213+203=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5CB is #302A34. Grayscale: #D2D2D2. Windows color (decimal): -3156533 or 13358543. OLE color: 13358543.
HSL color Cylindrical-coordinate representation of color #CFD5CB: hue angle of 96º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFD5CB is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 203 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.16 |
| HSL | 96º | 0.11% | 0.82% | - |
| HSV(B) | 96º | 0.05% | 0.84% | - |
| XYZ | 60.31 | 65.17 | 65.9 | - |
| YUV | 210.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 203 | 0.03 | 0 | 0.05 | 0.16 | 96 | 0.11 | 0.82 |
| Hex | CF | D5 | CB | 3 | 0 | 5 | 10 | 60 | B | 52 |
| Octal | 317 | 325 | 313 | 3 | 0 | 5 | 20 | 140 | 13 | 122 |
| Binary | 11001111 | 11010101 | 11001011 | 11 | 0 | 101 | 10000 | 1100000 | 1011 | 1010010 |
Color Harmonies of #CFD5CB
Complementary color
Monochromatic Colors of #CFD5CB
Black with #CFD5CB
Text Example
Text Example
White with #CFD5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5CB; }
p { color: rgb(207,213,203); }
H1.HeaderClassName
{
color: #CFD5CB;
}
.AnyTagClassName
{
color: #CFD5CB;
}
</style>
background-color css
<style>
a { background-color: #CFD5CB; }
a { background-color: rgb(207,213,203); }
div.DivClassName
{
background-color: #CFD5CB;
}
.BgClassName
{
background-color: #CFD5CB;
}
</style>
border-color css
<style>
span { border-color: #CFD5CB; }
span { border-color: rgb(207,213,203); }
td.TdClassName
{
border-color: #CFD5CB;
}
.TagClassName
{
border-color: #CFD5CB;
}
</style>