Shades of Fog #CFBBE9
Tints of Fog #CFBBE9
RGB
CMYK
RGB Variations
Color information
#CFBBE9 (or 0xCFBBE9) is known color: Fog. HEX triplet: CF, BB and E9. RGB value is (207,187,233). Sum of RGB (Red+Green+Blue) = 207+187+233=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFBBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBBE9 is #304416. Grayscale: #C6C6C6. Windows color (decimal): -3163159 or 15317967. OLE color: 15317967.
HSL color Cylindrical-coordinate representation of color #CFBBE9: hue angle of 266.09º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFBBE9 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 187 | 233 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.09 |
| HSL | 266.09º | 0.51% | 0.82% | - |
| HSV(B) | 266.09º | 0.2% | 0.91% | - |
| XYZ | 58.21 | 54.69 | 84.58 | - |
| YUV | 198.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 233 | 0.11 | 0.20 | 0 | 0.09 | 266.09 | 0.51 | 0.82 |
| Hex | CF | BB | E9 | B | 14 | 0 | 9 | 10A | 33 | 52 |
| Octal | 317 | 273 | 351 | 13 | 24 | 0 | 11 | 412 | 63 | 122 |
| Binary | 11001111 | 10111011 | 11101001 | 1011 | 10100 | 0 | 1001 | 100001010 | 110011 | 1010010 |
Color Harmonies of #CFBBE9
Complementary color
Monochromatic Colors of #CFBBE9
Black with #CFBBE9
Text Example
Text Example
White with #CFBBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBE9; }
p { color: rgb(207,187,233); }
H1.HeaderClassName
{
color: #CFBBE9;
}
.AnyTagClassName
{
color: #CFBBE9;
}
</style>
background-color css
<style>
a { background-color: #CFBBE9; }
a { background-color: rgb(207,187,233); }
div.DivClassName
{
background-color: #CFBBE9;
}
.BgClassName
{
background-color: #CFBBE9;
}
</style>
border-color css
<style>
span { border-color: #CFBBE9; }
span { border-color: rgb(207,187,233); }
td.TdClassName
{
border-color: #CFBBE9;
}
.TagClassName
{
border-color: #CFBBE9;
}
</style>