Shades of Fog #CBB9F1
Tints of Fog #CBB9F1
RGB
CMYK
RGB Variations
Color information
#CBB9F1 (or 0xCBB9F1) is known color: Fog. HEX triplet: CB, B9 and F1. RGB value is (203,185,241). Sum of RGB (Red+Green+Blue) = 203+185+241=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBB9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB9F1 is #34460E. Grayscale: #C4C4C4. Windows color (decimal): -3425807 or 15841739. OLE color: 15841739.
HSL color Cylindrical-coordinate representation of color #CBB9F1: hue angle of 259.29º degrees, saturation: 0.67, 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 #CBB9F1 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 185 | 241 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.05 |
| HSL | 259.29º | 0.67% | 0.84% | - |
| HSV(B) | 259.29º | 0.23% | 0.95% | - |
| XYZ | 57.85 | 53.75 | 90.54 | - |
| YUV | 196.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 241 | 0.16 | 0.23 | 0 | 0.05 | 259.29 | 0.67 | 0.84 |
| Hex | CB | B9 | F1 | 10 | 17 | 0 | 5 | 103 | 43 | 54 |
| Octal | 313 | 271 | 361 | 20 | 27 | 0 | 5 | 403 | 103 | 124 |
| Binary | 11001011 | 10111001 | 11110001 | 10000 | 10111 | 0 | 101 | 100000011 | 1000011 | 1010100 |
Color Harmonies of #CBB9F1
Complementary color
Monochromatic Colors of #CBB9F1
Black with #CBB9F1
Text Example
Text Example
White with #CBB9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9F1; }
p { color: rgb(203,185,241); }
H1.HeaderClassName
{
color: #CBB9F1;
}
.AnyTagClassName
{
color: #CBB9F1;
}
</style>
background-color css
<style>
a { background-color: #CBB9F1; }
a { background-color: rgb(203,185,241); }
div.DivClassName
{
background-color: #CBB9F1;
}
.BgClassName
{
background-color: #CBB9F1;
}
</style>
border-color css
<style>
span { border-color: #CBB9F1; }
span { border-color: rgb(203,185,241); }
td.TdClassName
{
border-color: #CBB9F1;
}
.TagClassName
{
border-color: #CBB9F1;
}
</style>