Shades of Fog #CFBBE8
Tints of Fog #CFBBE8
RGB
CMYK
RGB Variations
Color information
#CFBBE8 (or 0xCFBBE8) is known color: Fog. HEX triplet: CF, BB and E8. RGB value is (207,187,232). Sum of RGB (Red+Green+Blue) = 207+187+232=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFBBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBBE8 is #304417. Grayscale: #C5C5C5. Windows color (decimal): -3163160 or 15252431. OLE color: 15252431.
HSL color Cylindrical-coordinate representation of color #CFBBE8: hue angle of 266.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFBBE8 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 187 | 232 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.09 |
| HSL | 266.67º | 0.49% | 0.82% | - |
| HSV(B) | 266.67º | 0.19% | 0.91% | - |
| XYZ | 58.07 | 54.63 | 83.83 | - |
| YUV | 198.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 232 | 0.11 | 0.19 | 0 | 0.09 | 266.67 | 0.49 | 0.82 |
| Hex | CF | BB | E8 | B | 13 | 0 | 9 | 10B | 31 | 52 |
| Octal | 317 | 273 | 350 | 13 | 23 | 0 | 11 | 413 | 61 | 122 |
| Binary | 11001111 | 10111011 | 11101000 | 1011 | 10011 | 0 | 1001 | 100001011 | 110001 | 1010010 |
Color Harmonies of #CFBBE8
Complementary color
Monochromatic Colors of #CFBBE8
Black with #CFBBE8
Text Example
Text Example
White with #CFBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBE8; }
p { color: rgb(207,187,232); }
H1.HeaderClassName
{
color: #CFBBE8;
}
.AnyTagClassName
{
color: #CFBBE8;
}
</style>
background-color css
<style>
a { background-color: #CFBBE8; }
a { background-color: rgb(207,187,232); }
div.DivClassName
{
background-color: #CFBBE8;
}
.BgClassName
{
background-color: #CFBBE8;
}
</style>
border-color css
<style>
span { border-color: #CFBBE8; }
span { border-color: rgb(207,187,232); }
td.TdClassName
{
border-color: #CFBBE8;
}
.TagClassName
{
border-color: #CFBBE8;
}
</style>