Shades of Fog #CBB4FA
Tints of Fog #CBB4FA
RGB
CMYK
RGB Variations
Color information
#CBB4FA (or 0xCBB4FA) is known color: Fog. HEX triplet: CB, B4 and FA. RGB value is (203,180,250). Sum of RGB (Red+Green+Blue) = 203+180+250=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB4FA is #344B05. Grayscale: #C2C2C2. Windows color (decimal): -3427078 or 16430283. OLE color: 16430283.
HSL color Cylindrical-coordinate representation of color #CBB4FA: hue angle of 259.71º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBB4FA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 180 | 250 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.02 |
| HSL | 259.71º | 0.88% | 0.84% | - |
| HSV(B) | 259.71º | 0.28% | 0.98% | - |
| XYZ | 58.21 | 52.24 | 97.46 | - |
| YUV | 194.86 | 159.12 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 250 | 0.19 | 0.28 | 0 | 0.02 | 259.71 | 0.88 | 0.84 |
| Hex | CB | B4 | FA | 13 | 1C | 0 | 2 | 104 | 58 | 54 |
| Octal | 313 | 264 | 372 | 23 | 34 | 0 | 2 | 404 | 130 | 124 |
| Binary | 11001011 | 10110100 | 11111010 | 10011 | 11100 | 0 | 10 | 100000100 | 1011000 | 1010100 |
Color Harmonies of #CBB4FA
Complementary color
Monochromatic Colors of #CBB4FA
Black with #CBB4FA
Text Example
Text Example
White with #CBB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4FA; }
p { color: rgb(203,180,250); }
H1.HeaderClassName
{
color: #CBB4FA;
}
.AnyTagClassName
{
color: #CBB4FA;
}
</style>
background-color css
<style>
a { background-color: #CBB4FA; }
a { background-color: rgb(203,180,250); }
div.DivClassName
{
background-color: #CBB4FA;
}
.BgClassName
{
background-color: #CBB4FA;
}
</style>
border-color css
<style>
span { border-color: #CBB4FA; }
span { border-color: rgb(203,180,250); }
td.TdClassName
{
border-color: #CBB4FA;
}
.TagClassName
{
border-color: #CBB4FA;
}
</style>