Shades of Lavender Grey #C3BFDB
Tints of Lavender Grey #C3BFDB
RGB
CMYK
RGB Variations
Color information
#C3BFDB (or 0xC3BFDB) is known color: Lavender Grey. HEX triplet: C3, BF and DB. RGB value is (195,191,219). Sum of RGB (Red+Green+Blue) = 195+191+219=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFDB is #3C4024. Grayscale: #C3C3C3. Windows color (decimal): -3948581 or 14401475. OLE color: 14401475.
HSL color Cylindrical-coordinate representation of color #C3BFDB: hue angle of 248.57º 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 #C3BFDB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 191 | 219 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.14 |
| HSL | 248.57º | 0.28% | 0.8% | - |
| HSV(B) | 248.57º | 0.13% | 0.86% | - |
| XYZ | 53.92 | 53.98 | 74.59 | - |
| YUV | 195.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 219 | 0.11 | 0.13 | 0 | 0.14 | 248.57 | 0.28 | 0.8 |
| Hex | C3 | BF | DB | B | D | 0 | E | F9 | 1C | 50 |
| Octal | 303 | 277 | 333 | 13 | 15 | 0 | 16 | 371 | 34 | 120 |
| Binary | 11000011 | 10111111 | 11011011 | 1011 | 1101 | 0 | 1110 | 11111001 | 11100 | 1010000 |
Color Harmonies of #C3BFDB
Complementary color
Monochromatic Colors of #C3BFDB
Black with #C3BFDB
Text Example
Text Example
White with #C3BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFDB; }
p { color: rgb(195,191,219); }
H1.HeaderClassName
{
color: #C3BFDB;
}
.AnyTagClassName
{
color: #C3BFDB;
}
</style>
background-color css
<style>
a { background-color: #C3BFDB; }
a { background-color: rgb(195,191,219); }
div.DivClassName
{
background-color: #C3BFDB;
}
.BgClassName
{
background-color: #C3BFDB;
}
</style>
border-color css
<style>
span { border-color: #C3BFDB; }
span { border-color: rgb(195,191,219); }
td.TdClassName
{
border-color: #C3BFDB;
}
.TagClassName
{
border-color: #C3BFDB;
}
</style>