Shades of Fog #CBB4F1
Tints of Fog #CBB4F1
RGB
CMYK
RGB Variations
Color information
#CBB4F1 (or 0xCBB4F1) is known color: Fog. HEX triplet: CB, B4 and F1. RGB value is (203,180,241). Sum of RGB (Red+Green+Blue) = 203+180+241=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBB4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB4F1 is #344B0E. Grayscale: #C1C1C1. Windows color (decimal): -3427087 or 15840459. OLE color: 15840459.
HSL color Cylindrical-coordinate representation of color #CBB4F1: hue angle of 262.62º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBB4F1 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 180 | 241 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.05 |
| HSL | 262.62º | 0.69% | 0.83% | - |
| HSV(B) | 262.62º | 0.25% | 0.95% | - |
| XYZ | 56.83 | 51.69 | 90.2 | - |
| YUV | 193.83 | 154.62 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 241 | 0.16 | 0.25 | 0 | 0.05 | 262.62 | 0.69 | 0.83 |
| Hex | CB | B4 | F1 | 10 | 19 | 0 | 5 | 107 | 45 | 53 |
| Octal | 313 | 264 | 361 | 20 | 31 | 0 | 5 | 407 | 105 | 123 |
| Binary | 11001011 | 10110100 | 11110001 | 10000 | 11001 | 0 | 101 | 100000111 | 1000101 | 1010011 |
Color Harmonies of #CBB4F1
Complementary color
Monochromatic Colors of #CBB4F1
Black with #CBB4F1
Text Example
Text Example
White with #CBB4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4F1; }
p { color: rgb(203,180,241); }
H1.HeaderClassName
{
color: #CBB4F1;
}
.AnyTagClassName
{
color: #CBB4F1;
}
</style>
background-color css
<style>
a { background-color: #CBB4F1; }
a { background-color: rgb(203,180,241); }
div.DivClassName
{
background-color: #CBB4F1;
}
.BgClassName
{
background-color: #CBB4F1;
}
</style>
border-color css
<style>
span { border-color: #CBB4F1; }
span { border-color: rgb(203,180,241); }
td.TdClassName
{
border-color: #CBB4F1;
}
.TagClassName
{
border-color: #CBB4F1;
}
</style>