Shades of Fog #CBB6FA
Tints of Fog #CBB6FA
RGB
CMYK
RGB Variations
Color information
#CBB6FA (or 0xCBB6FA) is known color: Fog. HEX triplet: CB, B6 and FA. RGB value is (203,182,250). Sum of RGB (Red+Green+Blue) = 203+182+250=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBB6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB6FA is #344905. Grayscale: #C3C3C3. Windows color (decimal): -3426566 or 16430795. OLE color: 16430795.
HSL color Cylindrical-coordinate representation of color #CBB6FA: hue angle of 258.53º degrees, saturation: 0.87, 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 #CBB6FA is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 182 | 250 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.02 |
| HSL | 258.53º | 0.87% | 0.85% | - |
| HSV(B) | 258.53º | 0.27% | 0.98% | - |
| XYZ | 58.61 | 53.05 | 97.59 | - |
| YUV | 196.03 | 158.46 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 250 | 0.19 | 0.27 | 0 | 0.02 | 258.53 | 0.87 | 0.85 |
| Hex | CB | B6 | FA | 13 | 1B | 0 | 2 | 103 | 57 | 55 |
| Octal | 313 | 266 | 372 | 23 | 33 | 0 | 2 | 403 | 127 | 125 |
| Binary | 11001011 | 10110110 | 11111010 | 10011 | 11011 | 0 | 10 | 100000011 | 1010111 | 1010101 |
Color Harmonies of #CBB6FA
Complementary color
Monochromatic Colors of #CBB6FA
Black with #CBB6FA
Text Example
Text Example
White with #CBB6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6FA; }
p { color: rgb(203,182,250); }
H1.HeaderClassName
{
color: #CBB6FA;
}
.AnyTagClassName
{
color: #CBB6FA;
}
</style>
background-color css
<style>
a { background-color: #CBB6FA; }
a { background-color: rgb(203,182,250); }
div.DivClassName
{
background-color: #CBB6FA;
}
.BgClassName
{
background-color: #CBB6FA;
}
</style>
border-color css
<style>
span { border-color: #CBB6FA; }
span { border-color: rgb(203,182,250); }
td.TdClassName
{
border-color: #CBB6FA;
}
.TagClassName
{
border-color: #CBB6FA;
}
</style>