Shades of Fog #CFBCEA
Tints of Fog #CFBCEA
RGB
CMYK
RGB Variations
Color information
#CFBCEA (or 0xCFBCEA) is known color: Fog. HEX triplet: CF, BC and EA. RGB value is (207,188,234). Sum of RGB (Red+Green+Blue) = 207+188+234=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFBCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBCEA is #304315. Grayscale: #C6C6C6. Windows color (decimal): -3162902 or 15383759. OLE color: 15383759.
HSL color Cylindrical-coordinate representation of color #CFBCEA: hue angle of 264.78º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFBCEA is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 188 | 234 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.08 |
| HSL | 264.78º | 0.52% | 0.83% | - |
| HSV(B) | 264.78º | 0.2% | 0.92% | - |
| XYZ | 58.57 | 55.17 | 85.4 | - |
| YUV | 198.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 234 | 0.12 | 0.20 | 0 | 0.08 | 264.78 | 0.52 | 0.83 |
| Hex | CF | BC | EA | C | 14 | 0 | 8 | 109 | 34 | 53 |
| Octal | 317 | 274 | 352 | 14 | 24 | 0 | 10 | 411 | 64 | 123 |
| Binary | 11001111 | 10111100 | 11101010 | 1100 | 10100 | 0 | 1000 | 100001001 | 110100 | 1010011 |
Color Harmonies of #CFBCEA
Complementary color
Monochromatic Colors of #CFBCEA
Black with #CFBCEA
Text Example
Text Example
White with #CFBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCEA; }
p { color: rgb(207,188,234); }
H1.HeaderClassName
{
color: #CFBCEA;
}
.AnyTagClassName
{
color: #CFBCEA;
}
</style>
background-color css
<style>
a { background-color: #CFBCEA; }
a { background-color: rgb(207,188,234); }
div.DivClassName
{
background-color: #CFBCEA;
}
.BgClassName
{
background-color: #CFBCEA;
}
</style>
border-color css
<style>
span { border-color: #CFBCEA; }
span { border-color: rgb(207,188,234); }
td.TdClassName
{
border-color: #CFBCEA;
}
.TagClassName
{
border-color: #CFBCEA;
}
</style>