Shades of Fog #CFBBF2
Tints of Fog #CFBBF2
RGB
CMYK
RGB Variations
Color information
#CFBBF2 (or 0xCFBBF2) is known color: Fog. HEX triplet: CF, BB and F2. RGB value is (207,187,242). Sum of RGB (Red+Green+Blue) = 207+187+242=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFBBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBBF2 is #30440D. Grayscale: #C7C7C7. Windows color (decimal): -3163150 or 15907791. OLE color: 15907791.
HSL color Cylindrical-coordinate representation of color #CFBBF2: hue angle of 261.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFBBF2 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 187 | 242 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.05 |
| HSL | 261.82º | 0.68% | 0.84% | - |
| HSV(B) | 261.82º | 0.23% | 0.95% | - |
| XYZ | 59.53 | 55.22 | 91.52 | - |
| YUV | 199.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 242 | 0.14 | 0.23 | 0 | 0.05 | 261.82 | 0.68 | 0.84 |
| Hex | CF | BB | F2 | E | 17 | 0 | 5 | 106 | 44 | 54 |
| Octal | 317 | 273 | 362 | 16 | 27 | 0 | 5 | 406 | 104 | 124 |
| Binary | 11001111 | 10111011 | 11110010 | 1110 | 10111 | 0 | 101 | 100000110 | 1000100 | 1010100 |
Color Harmonies of #CFBBF2
Complementary color
Monochromatic Colors of #CFBBF2
Black with #CFBBF2
Text Example
Text Example
White with #CFBBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBF2; }
p { color: rgb(207,187,242); }
H1.HeaderClassName
{
color: #CFBBF2;
}
.AnyTagClassName
{
color: #CFBBF2;
}
</style>
background-color css
<style>
a { background-color: #CFBBF2; }
a { background-color: rgb(207,187,242); }
div.DivClassName
{
background-color: #CFBBF2;
}
.BgClassName
{
background-color: #CFBBF2;
}
</style>
border-color css
<style>
span { border-color: #CFBBF2; }
span { border-color: rgb(207,187,242); }
td.TdClassName
{
border-color: #CFBBF2;
}
.TagClassName
{
border-color: #CFBBF2;
}
</style>