Shades of Lavender Grey #C4C0EC
Tints of Lavender Grey #C4C0EC
RGB
CMYK
RGB Variations
Color information
#C4C0EC (or 0xC4C0EC) is known color: Lavender Grey. HEX triplet: C4, C0 and EC. RGB value is (196,192,236). Sum of RGB (Red+Green+Blue) = 196+192+236=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 192 (75.39% from 255 or 30.77% 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 #C4C0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C0EC is #3B3F13. Grayscale: #C6C6C6. Windows color (decimal): -3882772 or 15515844. OLE color: 15515844.
HSL color Cylindrical-coordinate representation of color #C4C0EC: hue angle of 245.45º 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 #C4C0EC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 192 | 236 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.07 |
| HSL | 245.45º | 0.54% | 0.84% | - |
| HSV(B) | 245.45º | 0.19% | 0.93% | - |
| XYZ | 56.75 | 55.49 | 87.08 | - |
| YUV | 198.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 236 | 0.17 | 0.19 | 0 | 0.07 | 245.45 | 0.54 | 0.84 |
| Hex | C4 | C0 | EC | 11 | 13 | 0 | 7 | F5 | 36 | 54 |
| Octal | 304 | 300 | 354 | 21 | 23 | 0 | 7 | 365 | 66 | 124 |
| Binary | 11000100 | 11000000 | 11101100 | 10001 | 10011 | 0 | 111 | 11110101 | 110110 | 1010100 |
Color Harmonies of #C4C0EC
Complementary color
Monochromatic Colors of #C4C0EC
Black with #C4C0EC
Text Example
Text Example
White with #C4C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C0EC; }
p { color: rgb(196,192,236); }
H1.HeaderClassName
{
color: #C4C0EC;
}
.AnyTagClassName
{
color: #C4C0EC;
}
</style>
background-color css
<style>
a { background-color: #C4C0EC; }
a { background-color: rgb(196,192,236); }
div.DivClassName
{
background-color: #C4C0EC;
}
.BgClassName
{
background-color: #C4C0EC;
}
</style>
border-color css
<style>
span { border-color: #C4C0EC; }
span { border-color: rgb(196,192,236); }
td.TdClassName
{
border-color: #C4C0EC;
}
.TagClassName
{
border-color: #C4C0EC;
}
</style>