Shades of Lavender Grey #C3BFEC
Tints of Lavender Grey #C3BFEC
RGB
CMYK
RGB Variations
Color information
#C3BFEC (or 0xC3BFEC) is known color: Lavender Grey. HEX triplet: C3, BF and EC. RGB value is (195,191,236). Sum of RGB (Red+Green+Blue) = 195+191+236=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BFEC is #3C4013. Grayscale: #C5C5C5. Windows color (decimal): -3948564 or 15515587. OLE color: 15515587.
HSL color Cylindrical-coordinate representation of color #C3BFEC: hue angle of 245.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3BFEC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 191 | 236 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.07 |
| HSL | 245.33º | 0.54% | 0.84% | - |
| HSV(B) | 245.33º | 0.19% | 0.93% | - |
| XYZ | 56.28 | 54.92 | 86.99 | - |
| YUV | 197.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 236 | 0.17 | 0.19 | 0 | 0.07 | 245.33 | 0.54 | 0.84 |
| Hex | C3 | BF | EC | 11 | 13 | 0 | 7 | F5 | 36 | 54 |
| Octal | 303 | 277 | 354 | 21 | 23 | 0 | 7 | 365 | 66 | 124 |
| Binary | 11000011 | 10111111 | 11101100 | 10001 | 10011 | 0 | 111 | 11110101 | 110110 | 1010100 |
Color Harmonies of #C3BFEC
Complementary color
Monochromatic Colors of #C3BFEC
Black with #C3BFEC
Text Example
Text Example
White with #C3BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFEC; }
p { color: rgb(195,191,236); }
H1.HeaderClassName
{
color: #C3BFEC;
}
.AnyTagClassName
{
color: #C3BFEC;
}
</style>
background-color css
<style>
a { background-color: #C3BFEC; }
a { background-color: rgb(195,191,236); }
div.DivClassName
{
background-color: #C3BFEC;
}
.BgClassName
{
background-color: #C3BFEC;
}
</style>
border-color css
<style>
span { border-color: #C3BFEC; }
span { border-color: rgb(195,191,236); }
td.TdClassName
{
border-color: #C3BFEC;
}
.TagClassName
{
border-color: #C3BFEC;
}
</style>