Shades of Lavender Grey #C4C0E9
Tints of Lavender Grey #C4C0E9
RGB
CMYK
RGB Variations
Color information
#C4C0E9 (or 0xC4C0E9) is known color: Lavender Grey. HEX triplet: C4, C0 and E9. RGB value is (196,192,233). Sum of RGB (Red+Green+Blue) = 196+192+233=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #C4C0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C0E9 is #3B3F16. Grayscale: #C5C5C5. Windows color (decimal): -3882775 or 15319236. OLE color: 15319236.
HSL color Cylindrical-coordinate representation of color #C4C0E9: hue angle of 245.85º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4C0E9 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 192 | 233 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.09 |
| HSL | 245.85º | 0.48% | 0.83% | - |
| HSV(B) | 245.85º | 0.18% | 0.91% | - |
| XYZ | 56.32 | 55.32 | 84.8 | - |
| YUV | 197.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 233 | 0.16 | 0.18 | 0 | 0.09 | 245.85 | 0.48 | 0.83 |
| Hex | C4 | C0 | E9 | 10 | 12 | 0 | 9 | F6 | 30 | 53 |
| Octal | 304 | 300 | 351 | 20 | 22 | 0 | 11 | 366 | 60 | 123 |
| Binary | 11000100 | 11000000 | 11101001 | 10000 | 10010 | 0 | 1001 | 11110110 | 110000 | 1010011 |
Color Harmonies of #C4C0E9
Complementary color
Monochromatic Colors of #C4C0E9
Black with #C4C0E9
Text Example
Text Example
White with #C4C0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C0E9; }
p { color: rgb(196,192,233); }
H1.HeaderClassName
{
color: #C4C0E9;
}
.AnyTagClassName
{
color: #C4C0E9;
}
</style>
background-color css
<style>
a { background-color: #C4C0E9; }
a { background-color: rgb(196,192,233); }
div.DivClassName
{
background-color: #C4C0E9;
}
.BgClassName
{
background-color: #C4C0E9;
}
</style>
border-color css
<style>
span { border-color: #C4C0E9; }
span { border-color: rgb(196,192,233); }
td.TdClassName
{
border-color: #C4C0E9;
}
.TagClassName
{
border-color: #C4C0E9;
}
</style>