Shades of Fog #CBB6F5
Tints of Fog #CBB6F5
RGB
CMYK
RGB Variations
Color information
#CBB6F5 (or 0xCBB6F5) is known color: Fog. HEX triplet: CB, B6 and F5. RGB value is (203,182,245). Sum of RGB (Red+Green+Blue) = 203+182+245=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBB6F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB6F5 is #34490A. Grayscale: #C3C3C3. Windows color (decimal): -3426571 or 16103115. OLE color: 16103115.
HSL color Cylindrical-coordinate representation of color #CBB6F5: hue angle of 260º degrees, saturation: 0.76, 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 #CBB6F5 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 182 | 245 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.04 |
| HSL | 260º | 0.76% | 0.84% | - |
| HSV(B) | 260º | 0.26% | 0.96% | - |
| XYZ | 57.84 | 52.74 | 93.52 | - |
| YUV | 195.46 | 155.96 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 245 | 0.17 | 0.26 | 0 | 0.04 | 260 | 0.76 | 0.84 |
| Hex | CB | B6 | F5 | 11 | 1A | 0 | 4 | 104 | 4C | 54 |
| Octal | 313 | 266 | 365 | 21 | 32 | 0 | 4 | 404 | 114 | 124 |
| Binary | 11001011 | 10110110 | 11110101 | 10001 | 11010 | 0 | 100 | 100000100 | 1001100 | 1010100 |
Color Harmonies of #CBB6F5
Complementary color
Monochromatic Colors of #CBB6F5
Black with #CBB6F5
Text Example
Text Example
White with #CBB6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6F5; }
p { color: rgb(203,182,245); }
H1.HeaderClassName
{
color: #CBB6F5;
}
.AnyTagClassName
{
color: #CBB6F5;
}
</style>
background-color css
<style>
a { background-color: #CBB6F5; }
a { background-color: rgb(203,182,245); }
div.DivClassName
{
background-color: #CBB6F5;
}
.BgClassName
{
background-color: #CBB6F5;
}
</style>
border-color css
<style>
span { border-color: #CBB6F5; }
span { border-color: rgb(203,182,245); }
td.TdClassName
{
border-color: #CBB6F5;
}
.TagClassName
{
border-color: #CBB6F5;
}
</style>