Shades of Lavender Grey #C1BFDC
Tints of Lavender Grey #C1BFDC
RGB
CMYK
RGB Variations
Color information
#C1BFDC (or 0xC1BFDC) is known color: Lavender Grey. HEX triplet: C1, BF and DC. RGB value is (193,191,220). Sum of RGB (Red+Green+Blue) = 193+191+220=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFDC is #3E4023. Grayscale: #C2C2C2. Windows color (decimal): -4079652 or 14467009. OLE color: 14467009.
HSL color Cylindrical-coordinate representation of color #C1BFDC: hue angle of 244.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1BFDC is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 191 | 220 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.14 |
| HSL | 244.14º | 0.29% | 0.81% | - |
| HSV(B) | 244.14º | 0.13% | 0.86% | - |
| XYZ | 53.54 | 53.77 | 75.27 | - |
| YUV | 194.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 220 | 0.12 | 0.13 | 0 | 0.14 | 244.14 | 0.29 | 0.81 |
| Hex | C1 | BF | DC | C | D | 0 | E | F4 | 1D | 51 |
| Octal | 301 | 277 | 334 | 14 | 15 | 0 | 16 | 364 | 35 | 121 |
| Binary | 11000001 | 10111111 | 11011100 | 1100 | 1101 | 0 | 1110 | 11110100 | 11101 | 1010001 |
Color Harmonies of #C1BFDC
Complementary color
Monochromatic Colors of #C1BFDC
Black with #C1BFDC
Text Example
Text Example
White with #C1BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFDC; }
p { color: rgb(193,191,220); }
H1.HeaderClassName
{
color: #C1BFDC;
}
.AnyTagClassName
{
color: #C1BFDC;
}
</style>
background-color css
<style>
a { background-color: #C1BFDC; }
a { background-color: rgb(193,191,220); }
div.DivClassName
{
background-color: #C1BFDC;
}
.BgClassName
{
background-color: #C1BFDC;
}
</style>
border-color css
<style>
span { border-color: #C1BFDC; }
span { border-color: rgb(193,191,220); }
td.TdClassName
{
border-color: #C1BFDC;
}
.TagClassName
{
border-color: #C1BFDC;
}
</style>