Shades of Lavender Grey #C1BEE1
Tints of Lavender Grey #C1BEE1
RGB
CMYK
RGB Variations
Color information
#C1BEE1 (or 0xC1BEE1) is known color: Lavender Grey. HEX triplet: C1, BE and E1. RGB value is (193,190,225). Sum of RGB (Red+Green+Blue) = 193+190+225=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #C1BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEE1 is #3E411E. Grayscale: #C2C2C2. Windows color (decimal): -4079903 or 14794433. OLE color: 14794433.
HSL color Cylindrical-coordinate representation of color #C1BEE1: hue angle of 245.14º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1BEE1 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 190 | 225 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.12 |
| HSL | 245.14º | 0.37% | 0.81% | - |
| HSV(B) | 245.14º | 0.16% | 0.88% | - |
| XYZ | 54 | 53.6 | 78.73 | - |
| YUV | 194.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 225 | 0.14 | 0.16 | 0 | 0.12 | 245.14 | 0.37 | 0.81 |
| Hex | C1 | BE | E1 | E | 10 | 0 | C | F5 | 25 | 51 |
| Octal | 301 | 276 | 341 | 16 | 20 | 0 | 14 | 365 | 45 | 121 |
| Binary | 11000001 | 10111110 | 11100001 | 1110 | 10000 | 0 | 1100 | 11110101 | 100101 | 1010001 |
Color Harmonies of #C1BEE1
Complementary color
Monochromatic Colors of #C1BEE1
Black with #C1BEE1
Text Example
Text Example
White with #C1BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEE1; }
p { color: rgb(193,190,225); }
H1.HeaderClassName
{
color: #C1BEE1;
}
.AnyTagClassName
{
color: #C1BEE1;
}
</style>
background-color css
<style>
a { background-color: #C1BEE1; }
a { background-color: rgb(193,190,225); }
div.DivClassName
{
background-color: #C1BEE1;
}
.BgClassName
{
background-color: #C1BEE1;
}
</style>
border-color css
<style>
span { border-color: #C1BEE1; }
span { border-color: rgb(193,190,225); }
td.TdClassName
{
border-color: #C1BEE1;
}
.TagClassName
{
border-color: #C1BEE1;
}
</style>