Shades of Ottoman #CFD3CC
Tints of Ottoman #CFD3CC
RGB
CMYK
RGB Variations
Color information
#CFD3CC (or 0xCFD3CC) is known color: Ottoman. HEX triplet: CF, D3 and CC. RGB value is (207,211,204). Sum of RGB (Red+Green+Blue) = 207+211+204=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD3CC is #302C33. Grayscale: #D1D1D1. Windows color (decimal): -3157044 or 13423567. OLE color: 13423567.
HSL color Cylindrical-coordinate representation of color #CFD3CC: hue angle of 94.29º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFD3CC is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 204 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.17 |
| HSL | 94.29º | 0.07% | 0.81% | - |
| HSV(B) | 94.29º | 0.03% | 0.83% | - |
| XYZ | 59.93 | 64.21 | 66.36 | - |
| YUV | 209.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 204 | 0.02 | 0 | 0.03 | 0.17 | 94.29 | 0.07 | 0.81 |
| Hex | CF | D3 | CC | 2 | 0 | 3 | 11 | 5E | 7 | 51 |
| Octal | 317 | 323 | 314 | 2 | 0 | 3 | 21 | 136 | 7 | 121 |
| Binary | 11001111 | 11010011 | 11001100 | 10 | 0 | 11 | 10001 | 1011110 | 111 | 1010001 |
Color Harmonies of #CFD3CC
Complementary color
Monochromatic Colors of #CFD3CC
Black with #CFD3CC
Text Example
Text Example
White with #CFD3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD3CC; }
p { color: rgb(207,211,204); }
H1.HeaderClassName
{
color: #CFD3CC;
}
.AnyTagClassName
{
color: #CFD3CC;
}
</style>
background-color css
<style>
a { background-color: #CFD3CC; }
a { background-color: rgb(207,211,204); }
div.DivClassName
{
background-color: #CFD3CC;
}
.BgClassName
{
background-color: #CFD3CC;
}
</style>
border-color css
<style>
span { border-color: #CFD3CC; }
span { border-color: rgb(207,211,204); }
td.TdClassName
{
border-color: #CFD3CC;
}
.TagClassName
{
border-color: #CFD3CC;
}
</style>