Shades of Lavender Grey #C1C1EC
Tints of Lavender Grey #C1C1EC
RGB
CMYK
RGB Variations
Color information
#C1C1EC (or 0xC1C1EC) is known color: Lavender Grey. HEX triplet: C1, C1 and EC. RGB value is (193,193,236). Sum of RGB (Red+Green+Blue) = 193+193+236=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 193 (75.78% from 255 or 31.03% 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 #C1C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C1EC is #3E3E13. Grayscale: #C5C5C5. Windows color (decimal): -4079124 or 15516097. OLE color: 15516097.
HSL color Cylindrical-coordinate representation of color #C1C1EC: hue angle of 240º 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 #C1C1EC is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 193 | 236 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.07 |
| HSL | 240º | 0.53% | 0.84% | - |
| HSV(B) | 240º | 0.18% | 0.93% | - |
| XYZ | 56.2 | 55.53 | 87.11 | - |
| YUV | 197.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 193 | 236 | 0.18 | 0.18 | 0 | 0.07 | 240 | 0.53 | 0.84 |
| Hex | C1 | C1 | EC | 12 | 12 | 0 | 7 | F0 | 35 | 54 |
| Octal | 301 | 301 | 354 | 22 | 22 | 0 | 7 | 360 | 65 | 124 |
| Binary | 11000001 | 11000001 | 11101100 | 10010 | 10010 | 0 | 111 | 11110000 | 110101 | 1010100 |
Color Harmonies of #C1C1EC
Complementary color
Monochromatic Colors of #C1C1EC
Black with #C1C1EC
Text Example
Text Example
White with #C1C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C1EC; }
p { color: rgb(193,193,236); }
H1.HeaderClassName
{
color: #C1C1EC;
}
.AnyTagClassName
{
color: #C1C1EC;
}
</style>
background-color css
<style>
a { background-color: #C1C1EC; }
a { background-color: rgb(193,193,236); }
div.DivClassName
{
background-color: #C1C1EC;
}
.BgClassName
{
background-color: #C1C1EC;
}
</style>
border-color css
<style>
span { border-color: #C1C1EC; }
span { border-color: rgb(193,193,236); }
td.TdClassName
{
border-color: #C1C1EC;
}
.TagClassName
{
border-color: #C1C1EC;
}
</style>