Shades of Lavender Grey #C1BDDB
Tints of Lavender Grey #C1BDDB
RGB
CMYK
RGB Variations
Color information
#C1BDDB (or 0xC1BDDB) is known color: Lavender Grey. HEX triplet: C1, BD and DB. RGB value is (193,189,219). Sum of RGB (Red+Green+Blue) = 193+189+219=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDDB is #3E4224. Grayscale: #C1C1C1. Windows color (decimal): -4080165 or 14400961. OLE color: 14400961.
HSL color Cylindrical-coordinate representation of color #C1BDDB: hue angle of 248º degrees, saturation: 0.29, 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 #C1BDDB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 189 | 219 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.14 |
| HSL | 248º | 0.29% | 0.8% | - |
| HSV(B) | 248º | 0.14% | 0.86% | - |
| XYZ | 52.98 | 52.85 | 74.43 | - |
| YUV | 193.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 219 | 0.12 | 0.14 | 0 | 0.14 | 248 | 0.29 | 0.8 |
| Hex | C1 | BD | DB | C | E | 0 | E | F8 | 1D | 50 |
| Octal | 301 | 275 | 333 | 14 | 16 | 0 | 16 | 370 | 35 | 120 |
| Binary | 11000001 | 10111101 | 11011011 | 1100 | 1110 | 0 | 1110 | 11111000 | 11101 | 1010000 |
Color Harmonies of #C1BDDB
Complementary color
Monochromatic Colors of #C1BDDB
Black with #C1BDDB
Text Example
Text Example
White with #C1BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDDB; }
p { color: rgb(193,189,219); }
H1.HeaderClassName
{
color: #C1BDDB;
}
.AnyTagClassName
{
color: #C1BDDB;
}
</style>
background-color css
<style>
a { background-color: #C1BDDB; }
a { background-color: rgb(193,189,219); }
div.DivClassName
{
background-color: #C1BDDB;
}
.BgClassName
{
background-color: #C1BDDB;
}
</style>
border-color css
<style>
span { border-color: #C1BDDB; }
span { border-color: rgb(193,189,219); }
td.TdClassName
{
border-color: #C1BDDB;
}
.TagClassName
{
border-color: #C1BDDB;
}
</style>