Shades of Lavender Grey #C1BEE0
Tints of Lavender Grey #C1BEE0
RGB
CMYK
RGB Variations
Color information
#C1BEE0 (or 0xC1BEE0) is known color: Lavender Grey. HEX triplet: C1, BE and E0. RGB value is (193,190,224). Sum of RGB (Red+Green+Blue) = 193+190+224=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #C1BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEE0 is #3E411F. Grayscale: #C2C2C2. Windows color (decimal): -4079904 or 14728897. OLE color: 14728897.
HSL color Cylindrical-coordinate representation of color #C1BEE0: hue angle of 245.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1BEE0 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 190 | 224 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.12 |
| HSL | 245.29º | 0.35% | 0.81% | - |
| HSV(B) | 245.29º | 0.15% | 0.88% | - |
| XYZ | 53.86 | 53.55 | 78.02 | - |
| YUV | 194.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 224 | 0.14 | 0.15 | 0 | 0.12 | 245.29 | 0.35 | 0.81 |
| Hex | C1 | BE | E0 | E | F | 0 | C | F5 | 23 | 51 |
| Octal | 301 | 276 | 340 | 16 | 17 | 0 | 14 | 365 | 43 | 121 |
| Binary | 11000001 | 10111110 | 11100000 | 1110 | 1111 | 0 | 1100 | 11110101 | 100011 | 1010001 |
Color Harmonies of #C1BEE0
Complementary color
Monochromatic Colors of #C1BEE0
Black with #C1BEE0
Text Example
Text Example
White with #C1BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEE0; }
p { color: rgb(193,190,224); }
H1.HeaderClassName
{
color: #C1BEE0;
}
.AnyTagClassName
{
color: #C1BEE0;
}
</style>
background-color css
<style>
a { background-color: #C1BEE0; }
a { background-color: rgb(193,190,224); }
div.DivClassName
{
background-color: #C1BEE0;
}
.BgClassName
{
background-color: #C1BEE0;
}
</style>
border-color css
<style>
span { border-color: #C1BEE0; }
span { border-color: rgb(193,190,224); }
td.TdClassName
{
border-color: #C1BEE0;
}
.TagClassName
{
border-color: #C1BEE0;
}
</style>