Shades of Fog #CFBCEE
Tints of Fog #CFBCEE
RGB
CMYK
RGB Variations
Color information
#CFBCEE (or 0xCFBCEE) is known color: Fog. HEX triplet: CF, BC and EE. RGB value is (207,188,238). Sum of RGB (Red+Green+Blue) = 207+188+238=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFBCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBCEE is #304311. Grayscale: #C7C7C7. Windows color (decimal): -3162898 or 15645903. OLE color: 15645903.
HSL color Cylindrical-coordinate representation of color #CFBCEE: hue angle of 262.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFBCEE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 188 | 238 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.07 |
| HSL | 262.8º | 0.6% | 0.84% | - |
| HSV(B) | 262.8º | 0.21% | 0.93% | - |
| XYZ | 59.15 | 55.4 | 88.47 | - |
| YUV | 199.38 | 149.79 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 238 | 0.13 | 0.21 | 0 | 0.07 | 262.8 | 0.6 | 0.84 |
| Hex | CF | BC | EE | D | 15 | 0 | 7 | 107 | 3C | 54 |
| Octal | 317 | 274 | 356 | 15 | 25 | 0 | 7 | 407 | 74 | 124 |
| Binary | 11001111 | 10111100 | 11101110 | 1101 | 10101 | 0 | 111 | 100000111 | 111100 | 1010100 |
Color Harmonies of #CFBCEE
Complementary color
Monochromatic Colors of #CFBCEE
Black with #CFBCEE
Text Example
Text Example
White with #CFBCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCEE; }
p { color: rgb(207,188,238); }
H1.HeaderClassName
{
color: #CFBCEE;
}
.AnyTagClassName
{
color: #CFBCEE;
}
</style>
background-color css
<style>
a { background-color: #CFBCEE; }
a { background-color: rgb(207,188,238); }
div.DivClassName
{
background-color: #CFBCEE;
}
.BgClassName
{
background-color: #CFBCEE;
}
</style>
border-color css
<style>
span { border-color: #CFBCEE; }
span { border-color: rgb(207,188,238); }
td.TdClassName
{
border-color: #CFBCEE;
}
.TagClassName
{
border-color: #CFBCEE;
}
</style>