Shades of Fog #CFBCE9
Tints of Fog #CFBCE9
RGB
CMYK
RGB Variations
Color information
#CFBCE9 (or 0xCFBCE9) is known color: Fog. HEX triplet: CF, BC and E9. RGB value is (207,188,233). Sum of RGB (Red+Green+Blue) = 207+188+233=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFBCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBCE9 is #304316. Grayscale: #C6C6C6. Windows color (decimal): -3162903 or 15318223. OLE color: 15318223.
HSL color Cylindrical-coordinate representation of color #CFBCE9: hue angle of 265.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFBCE9 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 188 | 233 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.09 |
| HSL | 265.33º | 0.51% | 0.83% | - |
| HSV(B) | 265.33º | 0.19% | 0.91% | - |
| XYZ | 58.42 | 55.12 | 84.65 | - |
| YUV | 198.81 | 147.29 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 233 | 0.11 | 0.19 | 0 | 0.09 | 265.33 | 0.51 | 0.83 |
| Hex | CF | BC | E9 | B | 13 | 0 | 9 | 109 | 33 | 53 |
| Octal | 317 | 274 | 351 | 13 | 23 | 0 | 11 | 411 | 63 | 123 |
| Binary | 11001111 | 10111100 | 11101001 | 1011 | 10011 | 0 | 1001 | 100001001 | 110011 | 1010011 |
Color Harmonies of #CFBCE9
Complementary color
Monochromatic Colors of #CFBCE9
Black with #CFBCE9
Text Example
Text Example
White with #CFBCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCE9; }
p { color: rgb(207,188,233); }
H1.HeaderClassName
{
color: #CFBCE9;
}
.AnyTagClassName
{
color: #CFBCE9;
}
</style>
background-color css
<style>
a { background-color: #CFBCE9; }
a { background-color: rgb(207,188,233); }
div.DivClassName
{
background-color: #CFBCE9;
}
.BgClassName
{
background-color: #CFBCE9;
}
</style>
border-color css
<style>
span { border-color: #CFBCE9; }
span { border-color: rgb(207,188,233); }
td.TdClassName
{
border-color: #CFBCE9;
}
.TagClassName
{
border-color: #CFBCE9;
}
</style>