Shades of Fog #CBB5FA
Tints of Fog #CBB5FA
RGB
CMYK
RGB Variations
Color information
#CBB5FA (or 0xCBB5FA) is known color: Fog. HEX triplet: CB, B5 and FA. RGB value is (203,181,250). Sum of RGB (Red+Green+Blue) = 203+181+250=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5FA is #344A05. Grayscale: #C3C3C3. Windows color (decimal): -3426822 or 16430539. OLE color: 16430539.
HSL color Cylindrical-coordinate representation of color #CBB5FA: hue angle of 259.13º degrees, saturation: 0.87, 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 #CBB5FA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 181 | 250 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.02 |
| HSL | 259.13º | 0.87% | 0.85% | - |
| HSV(B) | 259.13º | 0.28% | 0.98% | - |
| XYZ | 58.41 | 52.65 | 97.53 | - |
| YUV | 195.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 250 | 0.19 | 0.28 | 0 | 0.02 | 259.13 | 0.87 | 0.85 |
| Hex | CB | B5 | FA | 13 | 1C | 0 | 2 | 103 | 57 | 55 |
| Octal | 313 | 265 | 372 | 23 | 34 | 0 | 2 | 403 | 127 | 125 |
| Binary | 11001011 | 10110101 | 11111010 | 10011 | 11100 | 0 | 10 | 100000011 | 1010111 | 1010101 |
Color Harmonies of #CBB5FA
Complementary color
Monochromatic Colors of #CBB5FA
Black with #CBB5FA
Text Example
Text Example
White with #CBB5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5FA; }
p { color: rgb(203,181,250); }
H1.HeaderClassName
{
color: #CBB5FA;
}
.AnyTagClassName
{
color: #CBB5FA;
}
</style>
background-color css
<style>
a { background-color: #CBB5FA; }
a { background-color: rgb(203,181,250); }
div.DivClassName
{
background-color: #CBB5FA;
}
.BgClassName
{
background-color: #CBB5FA;
}
</style>
border-color css
<style>
span { border-color: #CBB5FA; }
span { border-color: rgb(203,181,250); }
td.TdClassName
{
border-color: #CBB5FA;
}
.TagClassName
{
border-color: #CBB5FA;
}
</style>