Shades of Lavender Grey #C3C1EC
Tints of Lavender Grey #C3C1EC
RGB
CMYK
RGB Variations
Color information
#C3C1EC (or 0xC3C1EC) is known color: Lavender Grey. HEX triplet: C3, C1 and EC. RGB value is (195,193,236). Sum of RGB (Red+Green+Blue) = 195+193+236=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C1EC is #3C3E13. Grayscale: #C6C6C6. Windows color (decimal): -3948052 or 15516099. OLE color: 15516099.
HSL color Cylindrical-coordinate representation of color #C3C1EC: hue angle of 242.79º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3C1EC is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 193 | 236 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.07 |
| HSL | 242.79º | 0.53% | 0.84% | - |
| HSV(B) | 242.79º | 0.18% | 0.93% | - |
| XYZ | 56.72 | 55.8 | 87.14 | - |
| YUV | 198.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 236 | 0.17 | 0.18 | 0 | 0.07 | 242.79 | 0.53 | 0.84 |
| Hex | C3 | C1 | EC | 11 | 12 | 0 | 7 | F3 | 35 | 54 |
| Octal | 303 | 301 | 354 | 21 | 22 | 0 | 7 | 363 | 65 | 124 |
| Binary | 11000011 | 11000001 | 11101100 | 10001 | 10010 | 0 | 111 | 11110011 | 110101 | 1010100 |
Color Harmonies of #C3C1EC
Complementary color
Monochromatic Colors of #C3C1EC
Black with #C3C1EC
Text Example
Text Example
White with #C3C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C1EC; }
p { color: rgb(195,193,236); }
H1.HeaderClassName
{
color: #C3C1EC;
}
.AnyTagClassName
{
color: #C3C1EC;
}
</style>
background-color css
<style>
a { background-color: #C3C1EC; }
a { background-color: rgb(195,193,236); }
div.DivClassName
{
background-color: #C3C1EC;
}
.BgClassName
{
background-color: #C3C1EC;
}
</style>
border-color css
<style>
span { border-color: #C3C1EC; }
span { border-color: rgb(195,193,236); }
td.TdClassName
{
border-color: #C3C1EC;
}
.TagClassName
{
border-color: #C3C1EC;
}
</style>