Shades of Lavender Grey #C1BCDD
Tints of Lavender Grey #C1BCDD
RGB
CMYK
RGB Variations
Color information
#C1BCDD (or 0xC1BCDD) is known color: Lavender Grey. HEX triplet: C1, BC and DD. RGB value is (193,188,221). Sum of RGB (Red+Green+Blue) = 193+188+221=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCDD is #3E4322. Grayscale: #C1C1C1. Windows color (decimal): -4080419 or 14531777. OLE color: 14531777.
HSL color Cylindrical-coordinate representation of color #C1BCDD: hue angle of 249.09º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1BCDD is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 188 | 221 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.13 |
| HSL | 249.09º | 0.33% | 0.8% | - |
| HSV(B) | 249.09º | 0.15% | 0.87% | - |
| XYZ | 53.03 | 52.52 | 75.75 | - |
| YUV | 193.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 221 | 0.13 | 0.15 | 0 | 0.13 | 249.09 | 0.33 | 0.8 |
| Hex | C1 | BC | DD | D | F | 0 | D | F9 | 21 | 50 |
| Octal | 301 | 274 | 335 | 15 | 17 | 0 | 15 | 371 | 41 | 120 |
| Binary | 11000001 | 10111100 | 11011101 | 1101 | 1111 | 0 | 1101 | 11111001 | 100001 | 1010000 |
Color Harmonies of #C1BCDD
Complementary color
Monochromatic Colors of #C1BCDD
Black with #C1BCDD
Text Example
Text Example
White with #C1BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCDD; }
p { color: rgb(193,188,221); }
H1.HeaderClassName
{
color: #C1BCDD;
}
.AnyTagClassName
{
color: #C1BCDD;
}
</style>
background-color css
<style>
a { background-color: #C1BCDD; }
a { background-color: rgb(193,188,221); }
div.DivClassName
{
background-color: #C1BCDD;
}
.BgClassName
{
background-color: #C1BCDD;
}
</style>
border-color css
<style>
span { border-color: #C1BCDD; }
span { border-color: rgb(193,188,221); }
td.TdClassName
{
border-color: #C1BCDD;
}
.TagClassName
{
border-color: #C1BCDD;
}
</style>