Shades of Fog #CFBAEC
Tints of Fog #CFBAEC
RGB
CMYK
RGB Variations
Color information
#CFBAEC (or 0xCFBAEC) is known color: Fog. HEX triplet: CF, BA and EC. RGB value is (207,186,236). Sum of RGB (Red+Green+Blue) = 207+186+236=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBAEC is #304513. Grayscale: #C5C5C5. Windows color (decimal): -3163412 or 15514319. OLE color: 15514319.
HSL color Cylindrical-coordinate representation of color #CFBAEC: hue angle of 265.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFBAEC is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 186 | 236 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.07 |
| HSL | 265.2º | 0.57% | 0.83% | - |
| HSV(B) | 265.2º | 0.21% | 0.93% | - |
| XYZ | 58.43 | 54.44 | 86.79 | - |
| YUV | 197.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 236 | 0.12 | 0.21 | 0 | 0.07 | 265.2 | 0.57 | 0.83 |
| Hex | CF | BA | EC | C | 15 | 0 | 7 | 109 | 39 | 53 |
| Octal | 317 | 272 | 354 | 14 | 25 | 0 | 7 | 411 | 71 | 123 |
| Binary | 11001111 | 10111010 | 11101100 | 1100 | 10101 | 0 | 111 | 100001001 | 111001 | 1010011 |
Color Harmonies of #CFBAEC
Complementary color
Monochromatic Colors of #CFBAEC
Black with #CFBAEC
Text Example
Text Example
White with #CFBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAEC; }
p { color: rgb(207,186,236); }
H1.HeaderClassName
{
color: #CFBAEC;
}
.AnyTagClassName
{
color: #CFBAEC;
}
</style>
background-color css
<style>
a { background-color: #CFBAEC; }
a { background-color: rgb(207,186,236); }
div.DivClassName
{
background-color: #CFBAEC;
}
.BgClassName
{
background-color: #CFBAEC;
}
</style>
border-color css
<style>
span { border-color: #CFBAEC; }
span { border-color: rgb(207,186,236); }
td.TdClassName
{
border-color: #CFBAEC;
}
.TagClassName
{
border-color: #CFBAEC;
}
</style>