Shades of Lavender Grey #C1BCDE
Tints of Lavender Grey #C1BCDE
RGB
CMYK
RGB Variations
Color information
#C1BCDE (or 0xC1BCDE) is known color: Lavender Grey. HEX triplet: C1, BC and DE. RGB value is (193,188,222). Sum of RGB (Red+Green+Blue) = 193+188+222=603 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.01% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCDE is #3E4321. Grayscale: #C1C1C1. Windows color (decimal): -4080418 or 14597313. OLE color: 14597313.
HSL color Cylindrical-coordinate representation of color #C1BCDE: hue angle of 248.82º degrees, saturation: 0.34, 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 #C1BCDE is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 188 | 222 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.13 |
| HSL | 248.82º | 0.34% | 0.8% | - |
| HSV(B) | 248.82º | 0.15% | 0.87% | - |
| XYZ | 53.16 | 52.58 | 76.45 | - |
| YUV | 193.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 222 | 0.13 | 0.15 | 0 | 0.13 | 248.82 | 0.34 | 0.8 |
| Hex | C1 | BC | DE | D | F | 0 | D | F9 | 22 | 50 |
| Octal | 301 | 274 | 336 | 15 | 17 | 0 | 15 | 371 | 42 | 120 |
| Binary | 11000001 | 10111100 | 11011110 | 1101 | 1111 | 0 | 1101 | 11111001 | 100010 | 1010000 |
Color Harmonies of #C1BCDE
Complementary color
Monochromatic Colors of #C1BCDE
Black with #C1BCDE
Text Example
Text Example
White with #C1BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCDE; }
p { color: rgb(193,188,222); }
H1.HeaderClassName
{
color: #C1BCDE;
}
.AnyTagClassName
{
color: #C1BCDE;
}
</style>
background-color css
<style>
a { background-color: #C1BCDE; }
a { background-color: rgb(193,188,222); }
div.DivClassName
{
background-color: #C1BCDE;
}
.BgClassName
{
background-color: #C1BCDE;
}
</style>
border-color css
<style>
span { border-color: #C1BCDE; }
span { border-color: rgb(193,188,222); }
td.TdClassName
{
border-color: #C1BCDE;
}
.TagClassName
{
border-color: #C1BCDE;
}
</style>