Shades of Fog #CBB5FB
Tints of Fog #CBB5FB
RGB
CMYK
RGB Variations
Color information
#CBB5FB (or 0xCBB5FB) is known color: Fog. HEX triplet: CB, B5 and FB. RGB value is (203,181,251). Sum of RGB (Red+Green+Blue) = 203+181+251=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBB5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5FB is #344A04. Grayscale: #C3C3C3. Windows color (decimal): -3426821 or 16496075. OLE color: 16496075.
HSL color Cylindrical-coordinate representation of color #CBB5FB: hue angle of 258.86º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBB5FB is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 181 | 251 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.02 |
| HSL | 258.86º | 0.9% | 0.85% | - |
| HSV(B) | 258.86º | 0.28% | 0.98% | - |
| XYZ | 58.57 | 52.71 | 98.35 | - |
| YUV | 195.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 251 | 0.19 | 0.28 | 0 | 0.02 | 258.86 | 0.9 | 0.85 |
| Hex | CB | B5 | FB | 13 | 1C | 0 | 2 | 103 | 5A | 55 |
| Octal | 313 | 265 | 373 | 23 | 34 | 0 | 2 | 403 | 132 | 125 |
| Binary | 11001011 | 10110101 | 11111011 | 10011 | 11100 | 0 | 10 | 100000011 | 1011010 | 1010101 |
Color Harmonies of #CBB5FB
Complementary color
Monochromatic Colors of #CBB5FB
Black with #CBB5FB
Text Example
Text Example
White with #CBB5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5FB; }
p { color: rgb(203,181,251); }
H1.HeaderClassName
{
color: #CBB5FB;
}
.AnyTagClassName
{
color: #CBB5FB;
}
</style>
background-color css
<style>
a { background-color: #CBB5FB; }
a { background-color: rgb(203,181,251); }
div.DivClassName
{
background-color: #CBB5FB;
}
.BgClassName
{
background-color: #CBB5FB;
}
</style>
border-color css
<style>
span { border-color: #CBB5FB; }
span { border-color: rgb(203,181,251); }
td.TdClassName
{
border-color: #CBB5FB;
}
.TagClassName
{
border-color: #CBB5FB;
}
</style>