Shades of Lavender Grey #C1BDDC
Tints of Lavender Grey #C1BDDC
RGB
CMYK
RGB Variations
Color information
#C1BDDC (or 0xC1BDDC) is known color: Lavender Grey. HEX triplet: C1, BD and DC. RGB value is (193,189,220). Sum of RGB (Red+Green+Blue) = 193+189+220=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDDC is #3E4223. Grayscale: #C1C1C1. Windows color (decimal): -4080164 or 14466497. OLE color: 14466497.
HSL color Cylindrical-coordinate representation of color #C1BDDC: hue angle of 247.74º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1BDDC is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 189 | 220 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.14 |
| HSL | 247.74º | 0.31% | 0.8% | - |
| HSV(B) | 247.74º | 0.14% | 0.86% | - |
| XYZ | 53.11 | 52.9 | 75.12 | - |
| YUV | 193.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 220 | 0.12 | 0.14 | 0 | 0.14 | 247.74 | 0.31 | 0.8 |
| Hex | C1 | BD | DC | C | E | 0 | E | F8 | 1F | 50 |
| Octal | 301 | 275 | 334 | 14 | 16 | 0 | 16 | 370 | 37 | 120 |
| Binary | 11000001 | 10111101 | 11011100 | 1100 | 1110 | 0 | 1110 | 11111000 | 11111 | 1010000 |
Color Harmonies of #C1BDDC
Complementary color
Monochromatic Colors of #C1BDDC
Black with #C1BDDC
Text Example
Text Example
White with #C1BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDDC; }
p { color: rgb(193,189,220); }
H1.HeaderClassName
{
color: #C1BDDC;
}
.AnyTagClassName
{
color: #C1BDDC;
}
</style>
background-color css
<style>
a { background-color: #C1BDDC; }
a { background-color: rgb(193,189,220); }
div.DivClassName
{
background-color: #C1BDDC;
}
.BgClassName
{
background-color: #C1BDDC;
}
</style>
border-color css
<style>
span { border-color: #C1BDDC; }
span { border-color: rgb(193,189,220); }
td.TdClassName
{
border-color: #C1BDDC;
}
.TagClassName
{
border-color: #C1BDDC;
}
</style>