Shades of Lavender Grey #C1BFDE
Tints of Lavender Grey #C1BFDE
RGB
CMYK
RGB Variations
Color information
#C1BFDE (or 0xC1BFDE) is known color: Lavender Grey. HEX triplet: C1, BF and DE. RGB value is (193,191,222). Sum of RGB (Red+Green+Blue) = 193+191+222=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFDE is #3E4021. Grayscale: #C3C3C3. Windows color (decimal): -4079650 or 14598081. OLE color: 14598081.
HSL color Cylindrical-coordinate representation of color #C1BFDE: hue angle of 243.87º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1BFDE is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 191 | 222 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.13 |
| HSL | 243.87º | 0.32% | 0.81% | - |
| HSV(B) | 243.87º | 0.14% | 0.87% | - |
| XYZ | 53.81 | 53.87 | 76.67 | - |
| YUV | 195.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 222 | 0.13 | 0.14 | 0 | 0.13 | 243.87 | 0.32 | 0.81 |
| Hex | C1 | BF | DE | D | E | 0 | D | F4 | 20 | 51 |
| Octal | 301 | 277 | 336 | 15 | 16 | 0 | 15 | 364 | 40 | 121 |
| Binary | 11000001 | 10111111 | 11011110 | 1101 | 1110 | 0 | 1101 | 11110100 | 100000 | 1010001 |
Color Harmonies of #C1BFDE
Complementary color
Monochromatic Colors of #C1BFDE
Black with #C1BFDE
Text Example
Text Example
White with #C1BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFDE; }
p { color: rgb(193,191,222); }
H1.HeaderClassName
{
color: #C1BFDE;
}
.AnyTagClassName
{
color: #C1BFDE;
}
</style>
background-color css
<style>
a { background-color: #C1BFDE; }
a { background-color: rgb(193,191,222); }
div.DivClassName
{
background-color: #C1BFDE;
}
.BgClassName
{
background-color: #C1BFDE;
}
</style>
border-color css
<style>
span { border-color: #C1BFDE; }
span { border-color: rgb(193,191,222); }
td.TdClassName
{
border-color: #C1BFDE;
}
.TagClassName
{
border-color: #C1BFDE;
}
</style>