Shades of Fog #CFB2EC
Tints of Fog #CFB2EC
RGB
CMYK
RGB Variations
Color information
#CFB2EC (or 0xCFB2EC) is known color: Fog. HEX triplet: CF, B2 and EC. RGB value is (207,178,236). Sum of RGB (Red+Green+Blue) = 207+178+236=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFB2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB2EC is #304D13. Grayscale: #C1C1C1. Windows color (decimal): -3165460 or 15512271. OLE color: 15512271.
HSL color Cylindrical-coordinate representation of color #CFB2EC: hue angle of 270º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFB2EC is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 178 | 236 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.07 |
| HSL | 270º | 0.6% | 0.81% | - |
| HSV(B) | 270º | 0.25% | 0.93% | - |
| XYZ | 56.79 | 51.16 | 86.24 | - |
| YUV | 193.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 236 | 0.12 | 0.25 | 0 | 0.07 | 270 | 0.6 | 0.81 |
| Hex | CF | B2 | EC | C | 19 | 0 | 7 | 10E | 3C | 51 |
| Octal | 317 | 262 | 354 | 14 | 31 | 0 | 7 | 416 | 74 | 121 |
| Binary | 11001111 | 10110010 | 11101100 | 1100 | 11001 | 0 | 111 | 100001110 | 111100 | 1010001 |
Color Harmonies of #CFB2EC
Complementary color
Monochromatic Colors of #CFB2EC
Black with #CFB2EC
Text Example
Text Example
White with #CFB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2EC; }
p { color: rgb(207,178,236); }
H1.HeaderClassName
{
color: #CFB2EC;
}
.AnyTagClassName
{
color: #CFB2EC;
}
</style>
background-color css
<style>
a { background-color: #CFB2EC; }
a { background-color: rgb(207,178,236); }
div.DivClassName
{
background-color: #CFB2EC;
}
.BgClassName
{
background-color: #CFB2EC;
}
</style>
border-color css
<style>
span { border-color: #CFB2EC; }
span { border-color: rgb(207,178,236); }
td.TdClassName
{
border-color: #CFB2EC;
}
.TagClassName
{
border-color: #CFB2EC;
}
</style>