Shades of Fog #CFB3EC
Tints of Fog #CFB3EC
RGB
CMYK
RGB Variations
Color information
#CFB3EC (or 0xCFB3EC) is known color: Fog. HEX triplet: CF, B3 and EC. RGB value is (207,179,236). Sum of RGB (Red+Green+Blue) = 207+179+236=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB3EC is #304C13. Grayscale: #C1C1C1. Windows color (decimal): -3165204 or 15512527. OLE color: 15512527.
HSL color Cylindrical-coordinate representation of color #CFB3EC: hue angle of 269.47º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFB3EC is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 179 | 236 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.07 |
| HSL | 269.47º | 0.6% | 0.81% | - |
| HSV(B) | 269.47º | 0.24% | 0.93% | - |
| XYZ | 56.99 | 51.56 | 86.31 | - |
| YUV | 193.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 236 | 0.12 | 0.24 | 0 | 0.07 | 269.47 | 0.6 | 0.81 |
| Hex | CF | B3 | EC | C | 18 | 0 | 7 | 10D | 3C | 51 |
| Octal | 317 | 263 | 354 | 14 | 30 | 0 | 7 | 415 | 74 | 121 |
| Binary | 11001111 | 10110011 | 11101100 | 1100 | 11000 | 0 | 111 | 100001101 | 111100 | 1010001 |
Color Harmonies of #CFB3EC
Complementary color
Monochromatic Colors of #CFB3EC
Black with #CFB3EC
Text Example
Text Example
White with #CFB3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB3EC; }
p { color: rgb(207,179,236); }
H1.HeaderClassName
{
color: #CFB3EC;
}
.AnyTagClassName
{
color: #CFB3EC;
}
</style>
background-color css
<style>
a { background-color: #CFB3EC; }
a { background-color: rgb(207,179,236); }
div.DivClassName
{
background-color: #CFB3EC;
}
.BgClassName
{
background-color: #CFB3EC;
}
</style>
border-color css
<style>
span { border-color: #CFB3EC; }
span { border-color: rgb(207,179,236); }
td.TdClassName
{
border-color: #CFB3EC;
}
.TagClassName
{
border-color: #CFB3EC;
}
</style>