Shades of Fog #CFBBE1
Tints of Fog #CFBBE1
RGB
CMYK
RGB Variations
Color information
#CFBBE1 (or 0xCFBBE1) is known color: Fog. HEX triplet: CF, BB and E1. RGB value is (207,187,225). Sum of RGB (Red+Green+Blue) = 207+187+225=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBE1 is #30441E. Grayscale: #C5C5C5. Windows color (decimal): -3163167 or 14793679. OLE color: 14793679.
HSL color Cylindrical-coordinate representation of color #CFBBE1: hue angle of 271.58º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFBBE1 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 187 | 225 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.12 |
| HSL | 271.58º | 0.39% | 0.81% | - |
| HSV(B) | 271.58º | 0.17% | 0.88% | - |
| XYZ | 57.09 | 54.24 | 78.69 | - |
| YUV | 197.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 225 | 0.08 | 0.17 | 0 | 0.12 | 271.58 | 0.39 | 0.81 |
| Hex | CF | BB | E1 | 8 | 11 | 0 | C | 110 | 27 | 51 |
| Octal | 317 | 273 | 341 | 10 | 21 | 0 | 14 | 420 | 47 | 121 |
| Binary | 11001111 | 10111011 | 11100001 | 1000 | 10001 | 0 | 1100 | 100010000 | 100111 | 1010001 |
Color Harmonies of #CFBBE1
Complementary color
Monochromatic Colors of #CFBBE1
Black with #CFBBE1
Text Example
Text Example
White with #CFBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBE1; }
p { color: rgb(207,187,225); }
H1.HeaderClassName
{
color: #CFBBE1;
}
.AnyTagClassName
{
color: #CFBBE1;
}
</style>
background-color css
<style>
a { background-color: #CFBBE1; }
a { background-color: rgb(207,187,225); }
div.DivClassName
{
background-color: #CFBBE1;
}
.BgClassName
{
background-color: #CFBBE1;
}
</style>
border-color css
<style>
span { border-color: #CFBBE1; }
span { border-color: rgb(207,187,225); }
td.TdClassName
{
border-color: #CFBBE1;
}
.TagClassName
{
border-color: #CFBBE1;
}
</style>