Shades of Fog #CFB4EC
Tints of Fog #CFB4EC
RGB
CMYK
RGB Variations
Color information
#CFB4EC (or 0xCFB4EC) is known color: Fog. HEX triplet: CF, B4 and EC. RGB value is (207,180,236). Sum of RGB (Red+Green+Blue) = 207+180+236=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB4EC is #304B13. Grayscale: #C2C2C2. Windows color (decimal): -3164948 or 15512783. OLE color: 15512783.
HSL color Cylindrical-coordinate representation of color #CFB4EC: hue angle of 268.93º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFB4EC is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 180 | 236 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.07 |
| HSL | 268.93º | 0.6% | 0.82% | - |
| HSV(B) | 268.93º | 0.24% | 0.93% | - |
| XYZ | 57.19 | 51.96 | 86.37 | - |
| YUV | 194.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 236 | 0.12 | 0.24 | 0 | 0.07 | 268.93 | 0.6 | 0.82 |
| Hex | CF | B4 | EC | C | 18 | 0 | 7 | 10D | 3C | 52 |
| Octal | 317 | 264 | 354 | 14 | 30 | 0 | 7 | 415 | 74 | 122 |
| Binary | 11001111 | 10110100 | 11101100 | 1100 | 11000 | 0 | 111 | 100001101 | 111100 | 1010010 |
Color Harmonies of #CFB4EC
Complementary color
Monochromatic Colors of #CFB4EC
Black with #CFB4EC
Text Example
Text Example
White with #CFB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB4EC; }
p { color: rgb(207,180,236); }
H1.HeaderClassName
{
color: #CFB4EC;
}
.AnyTagClassName
{
color: #CFB4EC;
}
</style>
background-color css
<style>
a { background-color: #CFB4EC; }
a { background-color: rgb(207,180,236); }
div.DivClassName
{
background-color: #CFB4EC;
}
.BgClassName
{
background-color: #CFB4EC;
}
</style>
border-color css
<style>
span { border-color: #CFB4EC; }
span { border-color: rgb(207,180,236); }
td.TdClassName
{
border-color: #CFB4EC;
}
.TagClassName
{
border-color: #CFB4EC;
}
</style>