Shades of Lavender Grey #C2BFDB
Tints of Lavender Grey #C2BFDB
RGB
CMYK
RGB Variations
Color information
#C2BFDB (or 0xC2BFDB) is known color: Lavender Grey. HEX triplet: C2, BF and DB. RGB value is (194,191,219). Sum of RGB (Red+Green+Blue) = 194+191+219=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFDB is #3D4024. Grayscale: #C2C2C2. Windows color (decimal): -4014117 or 14401474. OLE color: 14401474.
HSL color Cylindrical-coordinate representation of color #C2BFDB: hue angle of 246.43º 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 #C2BFDB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 191 | 219 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.14 |
| HSL | 246.43º | 0.28% | 0.8% | - |
| HSV(B) | 246.43º | 0.13% | 0.86% | - |
| XYZ | 53.67 | 53.85 | 74.58 | - |
| YUV | 195.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 219 | 0.11 | 0.13 | 0 | 0.14 | 246.43 | 0.28 | 0.8 |
| Hex | C2 | BF | DB | B | D | 0 | E | F6 | 1C | 50 |
| Octal | 302 | 277 | 333 | 13 | 15 | 0 | 16 | 366 | 34 | 120 |
| Binary | 11000010 | 10111111 | 11011011 | 1011 | 1101 | 0 | 1110 | 11110110 | 11100 | 1010000 |
Color Harmonies of #C2BFDB
Complementary color
Monochromatic Colors of #C2BFDB
Black with #C2BFDB
Text Example
Text Example
White with #C2BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFDB; }
p { color: rgb(194,191,219); }
H1.HeaderClassName
{
color: #C2BFDB;
}
.AnyTagClassName
{
color: #C2BFDB;
}
</style>
background-color css
<style>
a { background-color: #C2BFDB; }
a { background-color: rgb(194,191,219); }
div.DivClassName
{
background-color: #C2BFDB;
}
.BgClassName
{
background-color: #C2BFDB;
}
</style>
border-color css
<style>
span { border-color: #C2BFDB; }
span { border-color: rgb(194,191,219); }
td.TdClassName
{
border-color: #C2BFDB;
}
.TagClassName
{
border-color: #C2BFDB;
}
</style>