Shades of Fog #CBBAF1
Tints of Fog #CBBAF1
RGB
CMYK
RGB Variations
Color information
#CBBAF1 (or 0xCBBAF1) is known color: Fog. HEX triplet: CB, BA and F1. RGB value is (203,186,241). Sum of RGB (Red+Green+Blue) = 203+186+241=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBBAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBAF1 is #34450E. Grayscale: #C5C5C5. Windows color (decimal): -3425551 or 15841995. OLE color: 15841995.
HSL color Cylindrical-coordinate representation of color #CBBAF1: hue angle of 258.55º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBBAF1 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 186 | 241 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.05 |
| HSL | 258.55º | 0.66% | 0.84% | - |
| HSV(B) | 258.55º | 0.23% | 0.95% | - |
| XYZ | 58.06 | 54.17 | 90.61 | - |
| YUV | 197.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 241 | 0.16 | 0.23 | 0 | 0.05 | 258.55 | 0.66 | 0.84 |
| Hex | CB | BA | F1 | 10 | 17 | 0 | 5 | 103 | 42 | 54 |
| Octal | 313 | 272 | 361 | 20 | 27 | 0 | 5 | 403 | 102 | 124 |
| Binary | 11001011 | 10111010 | 11110001 | 10000 | 10111 | 0 | 101 | 100000011 | 1000010 | 1010100 |
Color Harmonies of #CBBAF1
Complementary color
Monochromatic Colors of #CBBAF1
Black with #CBBAF1
Text Example
Text Example
White with #CBBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBAF1; }
p { color: rgb(203,186,241); }
H1.HeaderClassName
{
color: #CBBAF1;
}
.AnyTagClassName
{
color: #CBBAF1;
}
</style>
background-color css
<style>
a { background-color: #CBBAF1; }
a { background-color: rgb(203,186,241); }
div.DivClassName
{
background-color: #CBBAF1;
}
.BgClassName
{
background-color: #CBBAF1;
}
</style>
border-color css
<style>
span { border-color: #CBBAF1; }
span { border-color: rgb(203,186,241); }
td.TdClassName
{
border-color: #CBBAF1;
}
.TagClassName
{
border-color: #CBBAF1;
}
</style>