Shades of Lavender Grey #C1C2EC
Tints of Lavender Grey #C1C2EC
RGB
CMYK
RGB Variations
Color information
#C1C2EC (or 0xC1C2EC) is known color: Lavender Grey. HEX triplet: C1, C2 and EC. RGB value is (193,194,236). Sum of RGB (Red+Green+Blue) = 193+194+236=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C2EC is #3E3D13. Grayscale: #C6C6C6. Windows color (decimal): -4078868 or 15516353. OLE color: 15516353.
HSL color Cylindrical-coordinate representation of color #C1C2EC: hue angle of 238.6º 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 #C1C2EC is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 194 | 236 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.07 |
| HSL | 238.6º | 0.53% | 0.84% | - |
| HSV(B) | 238.6º | 0.18% | 0.93% | - |
| XYZ | 56.42 | 55.98 | 87.19 | - |
| YUV | 198.49 | 149.17 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 236 | 0.18 | 0.18 | 0 | 0.07 | 238.6 | 0.53 | 0.84 |
| Hex | C1 | C2 | EC | 12 | 12 | 0 | 7 | EF | 35 | 54 |
| Octal | 301 | 302 | 354 | 22 | 22 | 0 | 7 | 357 | 65 | 124 |
| Binary | 11000001 | 11000010 | 11101100 | 10010 | 10010 | 0 | 111 | 11101111 | 110101 | 1010100 |
Color Harmonies of #C1C2EC
Complementary color
Monochromatic Colors of #C1C2EC
Black with #C1C2EC
Text Example
Text Example
White with #C1C2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C2EC; }
p { color: rgb(193,194,236); }
H1.HeaderClassName
{
color: #C1C2EC;
}
.AnyTagClassName
{
color: #C1C2EC;
}
</style>
background-color css
<style>
a { background-color: #C1C2EC; }
a { background-color: rgb(193,194,236); }
div.DivClassName
{
background-color: #C1C2EC;
}
.BgClassName
{
background-color: #C1C2EC;
}
</style>
border-color css
<style>
span { border-color: #C1C2EC; }
span { border-color: rgb(193,194,236); }
td.TdClassName
{
border-color: #C1C2EC;
}
.TagClassName
{
border-color: #C1C2EC;
}
</style>