Shades of Fog #CFBCE6
Tints of Fog #CFBCE6
RGB
CMYK
RGB Variations
Color information
#CFBCE6 (or 0xCFBCE6) is known color: Fog. HEX triplet: CF, BC and E6. RGB value is (207,188,230). Sum of RGB (Red+Green+Blue) = 207+188+230=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBCE6 is #304319. Grayscale: #C6C6C6. Windows color (decimal): -3162906 or 15121615. OLE color: 15121615.
HSL color Cylindrical-coordinate representation of color #CFBCE6: hue angle of 267.14º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFBCE6 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 188 | 230 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.10 |
| HSL | 267.14º | 0.46% | 0.82% | - |
| HSV(B) | 267.14º | 0.18% | 0.9% | - |
| XYZ | 58 | 54.95 | 82.41 | - |
| YUV | 198.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 230 | 0.10 | 0.18 | 0 | 0.10 | 267.14 | 0.46 | 0.82 |
| Hex | CF | BC | E6 | A | 12 | 0 | A | 10B | 2E | 52 |
| Octal | 317 | 274 | 346 | 12 | 22 | 0 | 12 | 413 | 56 | 122 |
| Binary | 11001111 | 10111100 | 11100110 | 1010 | 10010 | 0 | 1010 | 100001011 | 101110 | 1010010 |
Color Harmonies of #CFBCE6
Complementary color
Monochromatic Colors of #CFBCE6
Black with #CFBCE6
Text Example
Text Example
White with #CFBCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCE6; }
p { color: rgb(207,188,230); }
H1.HeaderClassName
{
color: #CFBCE6;
}
.AnyTagClassName
{
color: #CFBCE6;
}
</style>
background-color css
<style>
a { background-color: #CFBCE6; }
a { background-color: rgb(207,188,230); }
div.DivClassName
{
background-color: #CFBCE6;
}
.BgClassName
{
background-color: #CFBCE6;
}
</style>
border-color css
<style>
span { border-color: #CFBCE6; }
span { border-color: rgb(207,188,230); }
td.TdClassName
{
border-color: #CFBCE6;
}
.TagClassName
{
border-color: #CFBCE6;
}
</style>