Shades of Lavender Grey #C2C1E1
Tints of Lavender Grey #C2C1E1
RGB
CMYK
RGB Variations
Color information
#C2C1E1 (or 0xC2C1E1) is known color: Lavender Grey. HEX triplet: C2, C1 and E1. RGB value is (194,193,225). Sum of RGB (Red+Green+Blue) = 194+193+225=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2C1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C1E1 is #3D3E1E. Grayscale: #C4C4C4. Windows color (decimal): -4013599 or 14795202. OLE color: 14795202.
HSL color Cylindrical-coordinate representation of color #C2C1E1: hue angle of 241.88º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2C1E1 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 193 | 225 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.12 |
| HSL | 241.88º | 0.35% | 0.82% | - |
| HSV(B) | 241.88º | 0.14% | 0.88% | - |
| XYZ | 54.91 | 55.05 | 78.97 | - |
| YUV | 196.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 225 | 0.14 | 0.14 | 0 | 0.12 | 241.88 | 0.35 | 0.82 |
| Hex | C2 | C1 | E1 | E | E | 0 | C | F2 | 23 | 52 |
| Octal | 302 | 301 | 341 | 16 | 16 | 0 | 14 | 362 | 43 | 122 |
| Binary | 11000010 | 11000001 | 11100001 | 1110 | 1110 | 0 | 1100 | 11110010 | 100011 | 1010010 |
Color Harmonies of #C2C1E1
Complementary color
Monochromatic Colors of #C2C1E1
Black with #C2C1E1
Text Example
Text Example
White with #C2C1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C1E1; }
p { color: rgb(194,193,225); }
H1.HeaderClassName
{
color: #C2C1E1;
}
.AnyTagClassName
{
color: #C2C1E1;
}
</style>
background-color css
<style>
a { background-color: #C2C1E1; }
a { background-color: rgb(194,193,225); }
div.DivClassName
{
background-color: #C2C1E1;
}
.BgClassName
{
background-color: #C2C1E1;
}
</style>
border-color css
<style>
span { border-color: #C2C1E1; }
span { border-color: rgb(194,193,225); }
td.TdClassName
{
border-color: #C2C1E1;
}
.TagClassName
{
border-color: #C2C1E1;
}
</style>