Shades of Fog #CBB6F6
Tints of Fog #CBB6F6
RGB
CMYK
RGB Variations
Color information
#CBB6F6 (or 0xCBB6F6) is known color: Fog. HEX triplet: CB, B6 and F6. RGB value is (203,182,246). Sum of RGB (Red+Green+Blue) = 203+182+246=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 182 (71.48% from 255 or 28.84% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBB6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB6F6 is #344909. Grayscale: #C3C3C3. Windows color (decimal): -3426570 or 16168651. OLE color: 16168651.
HSL color Cylindrical-coordinate representation of color #CBB6F6: hue angle of 259.69º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBB6F6 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 182 | 246 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.04 |
| HSL | 259.69º | 0.78% | 0.84% | - |
| HSV(B) | 259.69º | 0.26% | 0.96% | - |
| XYZ | 57.99 | 52.81 | 94.32 | - |
| YUV | 195.58 | 156.46 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 246 | 0.17 | 0.26 | 0 | 0.04 | 259.69 | 0.78 | 0.84 |
| Hex | CB | B6 | F6 | 11 | 1A | 0 | 4 | 104 | 4E | 54 |
| Octal | 313 | 266 | 366 | 21 | 32 | 0 | 4 | 404 | 116 | 124 |
| Binary | 11001011 | 10110110 | 11110110 | 10001 | 11010 | 0 | 100 | 100000100 | 1001110 | 1010100 |
Color Harmonies of #CBB6F6
Complementary color
Monochromatic Colors of #CBB6F6
Black with #CBB6F6
Text Example
Text Example
White with #CBB6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6F6; }
p { color: rgb(203,182,246); }
H1.HeaderClassName
{
color: #CBB6F6;
}
.AnyTagClassName
{
color: #CBB6F6;
}
</style>
background-color css
<style>
a { background-color: #CBB6F6; }
a { background-color: rgb(203,182,246); }
div.DivClassName
{
background-color: #CBB6F6;
}
.BgClassName
{
background-color: #CBB6F6;
}
</style>
border-color css
<style>
span { border-color: #CBB6F6; }
span { border-color: rgb(203,182,246); }
td.TdClassName
{
border-color: #CBB6F6;
}
.TagClassName
{
border-color: #CBB6F6;
}
</style>