Shades of Fog #CFBAEB
Tints of Fog #CFBAEB
RGB
CMYK
RGB Variations
Color information
#CFBAEB (or 0xCFBAEB) is known color: Fog. HEX triplet: CF, BA and EB. RGB value is (207,186,235). Sum of RGB (Red+Green+Blue) = 207+186+235=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFBAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBAEB is #304514. Grayscale: #C5C5C5. Windows color (decimal): -3163413 or 15448783. OLE color: 15448783.
HSL color Cylindrical-coordinate representation of color #CFBAEB: hue angle of 265.71º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFBAEB is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 186 | 235 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.08 |
| HSL | 265.71º | 0.55% | 0.83% | - |
| HSV(B) | 265.71º | 0.21% | 0.92% | - |
| XYZ | 58.29 | 54.38 | 86.02 | - |
| YUV | 197.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 235 | 0.12 | 0.21 | 0 | 0.08 | 265.71 | 0.55 | 0.83 |
| Hex | CF | BA | EB | C | 15 | 0 | 8 | 10A | 37 | 53 |
| Octal | 317 | 272 | 353 | 14 | 25 | 0 | 10 | 412 | 67 | 123 |
| Binary | 11001111 | 10111010 | 11101011 | 1100 | 10101 | 0 | 1000 | 100001010 | 110111 | 1010011 |
Color Harmonies of #CFBAEB
Complementary color
Monochromatic Colors of #CFBAEB
Black with #CFBAEB
Text Example
Text Example
White with #CFBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAEB; }
p { color: rgb(207,186,235); }
H1.HeaderClassName
{
color: #CFBAEB;
}
.AnyTagClassName
{
color: #CFBAEB;
}
</style>
background-color css
<style>
a { background-color: #CFBAEB; }
a { background-color: rgb(207,186,235); }
div.DivClassName
{
background-color: #CFBAEB;
}
.BgClassName
{
background-color: #CFBAEB;
}
</style>
border-color css
<style>
span { border-color: #CFBAEB; }
span { border-color: rgb(207,186,235); }
td.TdClassName
{
border-color: #CFBAEB;
}
.TagClassName
{
border-color: #CFBAEB;
}
</style>