Shades of Fog #CBB6FB
Tints of Fog #CBB6FB
RGB
CMYK
RGB Variations
Color information
#CBB6FB (or 0xCBB6FB) is known color: Fog. HEX triplet: CB, B6 and FB. RGB value is (203,182,251). Sum of RGB (Red+Green+Blue) = 203+182+251=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 182 (71.48% from 255 or 28.62% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBB6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB6FB is #344904. Grayscale: #C3C3C3. Windows color (decimal): -3426565 or 16496331. OLE color: 16496331.
HSL color Cylindrical-coordinate representation of color #CBB6FB: hue angle of 258.26º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBB6FB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 182 | 251 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.02 |
| HSL | 258.26º | 0.9% | 0.85% | - |
| HSV(B) | 258.26º | 0.27% | 0.98% | - |
| XYZ | 58.77 | 53.12 | 98.42 | - |
| YUV | 196.15 | 158.96 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 251 | 0.19 | 0.27 | 0 | 0.02 | 258.26 | 0.9 | 0.85 |
| Hex | CB | B6 | FB | 13 | 1B | 0 | 2 | 102 | 5A | 55 |
| Octal | 313 | 266 | 373 | 23 | 33 | 0 | 2 | 402 | 132 | 125 |
| Binary | 11001011 | 10110110 | 11111011 | 10011 | 11011 | 0 | 10 | 100000010 | 1011010 | 1010101 |
Color Harmonies of #CBB6FB
Complementary color
Monochromatic Colors of #CBB6FB
Black with #CBB6FB
Text Example
Text Example
White with #CBB6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6FB; }
p { color: rgb(203,182,251); }
H1.HeaderClassName
{
color: #CBB6FB;
}
.AnyTagClassName
{
color: #CBB6FB;
}
</style>
background-color css
<style>
a { background-color: #CBB6FB; }
a { background-color: rgb(203,182,251); }
div.DivClassName
{
background-color: #CBB6FB;
}
.BgClassName
{
background-color: #CBB6FB;
}
</style>
border-color css
<style>
span { border-color: #CBB6FB; }
span { border-color: rgb(203,182,251); }
td.TdClassName
{
border-color: #CBB6FB;
}
.TagClassName
{
border-color: #CBB6FB;
}
</style>