Shades of Lavender Grey #C4C1EC
Tints of Lavender Grey #C4C1EC
RGB
CMYK
RGB Variations
Color information
#C4C1EC (or 0xC4C1EC) is known color: Lavender Grey. HEX triplet: C4, C1 and EC. RGB value is (196,193,236). Sum of RGB (Red+Green+Blue) = 196+193+236=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C1EC is #3B3E13. Grayscale: #C6C6C6. Windows color (decimal): -3882516 or 15516100. OLE color: 15516100.
HSL color Cylindrical-coordinate representation of color #C4C1EC: hue angle of 244.19º 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 #C4C1EC is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 193 | 236 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.07 |
| HSL | 244.19º | 0.53% | 0.84% | - |
| HSV(B) | 244.19º | 0.18% | 0.93% | - |
| XYZ | 56.98 | 55.93 | 87.15 | - |
| YUV | 198.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 236 | 0.17 | 0.18 | 0 | 0.07 | 244.19 | 0.53 | 0.84 |
| Hex | C4 | C1 | EC | 11 | 12 | 0 | 7 | F4 | 35 | 54 |
| Octal | 304 | 301 | 354 | 21 | 22 | 0 | 7 | 364 | 65 | 124 |
| Binary | 11000100 | 11000001 | 11101100 | 10001 | 10010 | 0 | 111 | 11110100 | 110101 | 1010100 |
Color Harmonies of #C4C1EC
Complementary color
Monochromatic Colors of #C4C1EC
Black with #C4C1EC
Text Example
Text Example
White with #C4C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C1EC; }
p { color: rgb(196,193,236); }
H1.HeaderClassName
{
color: #C4C1EC;
}
.AnyTagClassName
{
color: #C4C1EC;
}
</style>
background-color css
<style>
a { background-color: #C4C1EC; }
a { background-color: rgb(196,193,236); }
div.DivClassName
{
background-color: #C4C1EC;
}
.BgClassName
{
background-color: #C4C1EC;
}
</style>
border-color css
<style>
span { border-color: #C4C1EC; }
span { border-color: rgb(196,193,236); }
td.TdClassName
{
border-color: #C4C1EC;
}
.TagClassName
{
border-color: #C4C1EC;
}
</style>