Shades of Fog #CBB9FA
Tints of Fog #CBB9FA
RGB
CMYK
RGB Variations
Color information
#CBB9FA (or 0xCBB9FA) is known color: Fog. HEX triplet: CB, B9 and FA. RGB value is (203,185,250). Sum of RGB (Red+Green+Blue) = 203+185+250=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBB9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB9FA is #344605. Grayscale: #C5C5C5. Windows color (decimal): -3425798 or 16431563. OLE color: 16431563.
HSL color Cylindrical-coordinate representation of color #CBB9FA: hue angle of 256.62º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBB9FA is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 185 | 250 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.02 |
| HSL | 256.62º | 0.87% | 0.85% | - |
| HSV(B) | 256.62º | 0.26% | 0.98% | - |
| XYZ | 59.23 | 54.3 | 97.8 | - |
| YUV | 197.79 | 157.46 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 250 | 0.19 | 0.26 | 0 | 0.02 | 256.62 | 0.87 | 0.85 |
| Hex | CB | B9 | FA | 13 | 1A | 0 | 2 | 101 | 57 | 55 |
| Octal | 313 | 271 | 372 | 23 | 32 | 0 | 2 | 401 | 127 | 125 |
| Binary | 11001011 | 10111001 | 11111010 | 10011 | 11010 | 0 | 10 | 100000001 | 1010111 | 1010101 |
Color Harmonies of #CBB9FA
Complementary color
Monochromatic Colors of #CBB9FA
Black with #CBB9FA
Text Example
Text Example
White with #CBB9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9FA; }
p { color: rgb(203,185,250); }
H1.HeaderClassName
{
color: #CBB9FA;
}
.AnyTagClassName
{
color: #CBB9FA;
}
</style>
background-color css
<style>
a { background-color: #CBB9FA; }
a { background-color: rgb(203,185,250); }
div.DivClassName
{
background-color: #CBB9FA;
}
.BgClassName
{
background-color: #CBB9FA;
}
</style>
border-color css
<style>
span { border-color: #CBB9FA; }
span { border-color: rgb(203,185,250); }
td.TdClassName
{
border-color: #CBB9FA;
}
.TagClassName
{
border-color: #CBB9FA;
}
</style>