Shades of Fog #CFBBEE
Tints of Fog #CFBBEE
RGB
CMYK
RGB Variations
Color information
#CFBBEE (or 0xCFBBEE) is known color: Fog. HEX triplet: CF, BB and EE. RGB value is (207,187,238). Sum of RGB (Red+Green+Blue) = 207+187+238=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBBEE is #304411. Grayscale: #C6C6C6. Windows color (decimal): -3163154 or 15645647. OLE color: 15645647.
HSL color Cylindrical-coordinate representation of color #CFBBEE: hue angle of 263.53º degrees, saturation: 0.6, 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 #CFBBEE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 187 | 238 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.07 |
| HSL | 263.53º | 0.6% | 0.83% | - |
| HSV(B) | 263.53º | 0.21% | 0.93% | - |
| XYZ | 58.94 | 54.98 | 88.39 | - |
| YUV | 198.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 238 | 0.13 | 0.21 | 0 | 0.07 | 263.53 | 0.6 | 0.83 |
| Hex | CF | BB | EE | D | 15 | 0 | 7 | 108 | 3C | 53 |
| Octal | 317 | 273 | 356 | 15 | 25 | 0 | 7 | 410 | 74 | 123 |
| Binary | 11001111 | 10111011 | 11101110 | 1101 | 10101 | 0 | 111 | 100001000 | 111100 | 1010011 |
Color Harmonies of #CFBBEE
Complementary color
Monochromatic Colors of #CFBBEE
Black with #CFBBEE
Text Example
Text Example
White with #CFBBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBEE; }
p { color: rgb(207,187,238); }
H1.HeaderClassName
{
color: #CFBBEE;
}
.AnyTagClassName
{
color: #CFBBEE;
}
</style>
background-color css
<style>
a { background-color: #CFBBEE; }
a { background-color: rgb(207,187,238); }
div.DivClassName
{
background-color: #CFBBEE;
}
.BgClassName
{
background-color: #CFBBEE;
}
</style>
border-color css
<style>
span { border-color: #CFBBEE; }
span { border-color: rgb(207,187,238); }
td.TdClassName
{
border-color: #CFBBEE;
}
.TagClassName
{
border-color: #CFBBEE;
}
</style>