Shades of Fog #CFBBED
Tints of Fog #CFBBED
RGB
CMYK
RGB Variations
Color information
#CFBBED (or 0xCFBBED) is known color: Fog. HEX triplet: CF, BB and ED. RGB value is (207,187,237). Sum of RGB (Red+Green+Blue) = 207+187+237=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBBED is #304412. Grayscale: #C6C6C6. Windows color (decimal): -3163155 or 15580111. OLE color: 15580111.
HSL color Cylindrical-coordinate representation of color #CFBBED: hue angle of 264º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFBBED is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 187 | 237 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.07 |
| HSL | 264º | 0.58% | 0.83% | - |
| HSV(B) | 264º | 0.21% | 0.93% | - |
| XYZ | 58.79 | 54.92 | 87.62 | - |
| YUV | 198.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 237 | 0.13 | 0.21 | 0 | 0.07 | 264 | 0.58 | 0.83 |
| Hex | CF | BB | ED | D | 15 | 0 | 7 | 108 | 3A | 53 |
| Octal | 317 | 273 | 355 | 15 | 25 | 0 | 7 | 410 | 72 | 123 |
| Binary | 11001111 | 10111011 | 11101101 | 1101 | 10101 | 0 | 111 | 100001000 | 111010 | 1010011 |
Color Harmonies of #CFBBED
Complementary color
Monochromatic Colors of #CFBBED
Black with #CFBBED
Text Example
Text Example
White with #CFBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBED; }
p { color: rgb(207,187,237); }
H1.HeaderClassName
{
color: #CFBBED;
}
.AnyTagClassName
{
color: #CFBBED;
}
</style>
background-color css
<style>
a { background-color: #CFBBED; }
a { background-color: rgb(207,187,237); }
div.DivClassName
{
background-color: #CFBBED;
}
.BgClassName
{
background-color: #CFBBED;
}
</style>
border-color css
<style>
span { border-color: #CFBBED; }
span { border-color: rgb(207,187,237); }
td.TdClassName
{
border-color: #CFBBED;
}
.TagClassName
{
border-color: #CFBBED;
}
</style>