Shades of Lavender Grey #C1BFDB
Tints of Lavender Grey #C1BFDB
RGB
CMYK
RGB Variations
Color information
#C1BFDB (or 0xC1BFDB) is known color: Lavender Grey. HEX triplet: C1, BF and DB. RGB value is (193,191,219). Sum of RGB (Red+Green+Blue) = 193+191+219=603 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.01% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFDB is #3E4024. Grayscale: #C2C2C2. Windows color (decimal): -4079653 or 14401473. OLE color: 14401473.
HSL color Cylindrical-coordinate representation of color #C1BFDB: hue angle of 244.29º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1BFDB is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 191 | 219 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.14 |
| HSL | 244.29º | 0.28% | 0.8% | - |
| HSV(B) | 244.29º | 0.13% | 0.86% | - |
| XYZ | 53.41 | 53.71 | 74.57 | - |
| YUV | 194.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 219 | 0.12 | 0.13 | 0 | 0.14 | 244.29 | 0.28 | 0.8 |
| Hex | C1 | BF | DB | C | D | 0 | E | F4 | 1C | 50 |
| Octal | 301 | 277 | 333 | 14 | 15 | 0 | 16 | 364 | 34 | 120 |
| Binary | 11000001 | 10111111 | 11011011 | 1100 | 1101 | 0 | 1110 | 11110100 | 11100 | 1010000 |
Color Harmonies of #C1BFDB
Complementary color
Monochromatic Colors of #C1BFDB
Black with #C1BFDB
Text Example
Text Example
White with #C1BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFDB; }
p { color: rgb(193,191,219); }
H1.HeaderClassName
{
color: #C1BFDB;
}
.AnyTagClassName
{
color: #C1BFDB;
}
</style>
background-color css
<style>
a { background-color: #C1BFDB; }
a { background-color: rgb(193,191,219); }
div.DivClassName
{
background-color: #C1BFDB;
}
.BgClassName
{
background-color: #C1BFDB;
}
</style>
border-color css
<style>
span { border-color: #C1BFDB; }
span { border-color: rgb(193,191,219); }
td.TdClassName
{
border-color: #C1BFDB;
}
.TagClassName
{
border-color: #C1BFDB;
}
</style>