Shades of Fog #CFBBF1
Tints of Fog #CFBBF1
RGB
CMYK
RGB Variations
Color information
#CFBBF1 (or 0xCFBBF1) is known color: Fog. HEX triplet: CF, BB and F1. RGB value is (207,187,241). Sum of RGB (Red+Green+Blue) = 207+187+241=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFBBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBBF1 is #30440E. Grayscale: #C6C6C6. Windows color (decimal): -3163151 or 15842255. OLE color: 15842255.
HSL color Cylindrical-coordinate representation of color #CFBBF1: hue angle of 262.22º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFBBF1 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 187 | 241 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.05 |
| HSL | 262.22º | 0.66% | 0.84% | - |
| HSV(B) | 262.22º | 0.22% | 0.95% | - |
| XYZ | 59.38 | 55.16 | 90.74 | - |
| YUV | 199.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 241 | 0.14 | 0.22 | 0 | 0.05 | 262.22 | 0.66 | 0.84 |
| Hex | CF | BB | F1 | E | 16 | 0 | 5 | 106 | 42 | 54 |
| Octal | 317 | 273 | 361 | 16 | 26 | 0 | 5 | 406 | 102 | 124 |
| Binary | 11001111 | 10111011 | 11110001 | 1110 | 10110 | 0 | 101 | 100000110 | 1000010 | 1010100 |
Color Harmonies of #CFBBF1
Complementary color
Monochromatic Colors of #CFBBF1
Black with #CFBBF1
Text Example
Text Example
White with #CFBBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBF1; }
p { color: rgb(207,187,241); }
H1.HeaderClassName
{
color: #CFBBF1;
}
.AnyTagClassName
{
color: #CFBBF1;
}
</style>
background-color css
<style>
a { background-color: #CFBBF1; }
a { background-color: rgb(207,187,241); }
div.DivClassName
{
background-color: #CFBBF1;
}
.BgClassName
{
background-color: #CFBBF1;
}
</style>
border-color css
<style>
span { border-color: #CFBBF1; }
span { border-color: rgb(207,187,241); }
td.TdClassName
{
border-color: #CFBBF1;
}
.TagClassName
{
border-color: #CFBBF1;
}
</style>