Shades of Lavender Grey #C2C1E6
Tints of Lavender Grey #C2C1E6
RGB
CMYK
RGB Variations
Color information
#C2C1E6 (or 0xC2C1E6) is known color: Lavender Grey. HEX triplet: C2, C1 and E6. RGB value is (194,193,230). Sum of RGB (Red+Green+Blue) = 194+193+230=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 230 - color contains mainly: blue. Hex color #C2C1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C1E6 is #3D3E19. Grayscale: #C5C5C5. Windows color (decimal): -4013594 or 15122882. OLE color: 15122882.
HSL color Cylindrical-coordinate representation of color #C2C1E6: hue angle of 241.62º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2C1E6 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 193 | 230 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.10 |
| HSL | 241.62º | 0.43% | 0.83% | - |
| HSV(B) | 241.62º | 0.16% | 0.9% | - |
| XYZ | 55.6 | 55.32 | 82.61 | - |
| YUV | 197.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 230 | 0.16 | 0.16 | 0 | 0.10 | 241.62 | 0.43 | 0.83 |
| Hex | C2 | C1 | E6 | 10 | 10 | 0 | A | F2 | 2B | 53 |
| Octal | 302 | 301 | 346 | 20 | 20 | 0 | 12 | 362 | 53 | 123 |
| Binary | 11000010 | 11000001 | 11100110 | 10000 | 10000 | 0 | 1010 | 11110010 | 101011 | 1010011 |
Color Harmonies of #C2C1E6
Complementary color
Monochromatic Colors of #C2C1E6
Black with #C2C1E6
Text Example
Text Example
White with #C2C1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C1E6; }
p { color: rgb(194,193,230); }
H1.HeaderClassName
{
color: #C2C1E6;
}
.AnyTagClassName
{
color: #C2C1E6;
}
</style>
background-color css
<style>
a { background-color: #C2C1E6; }
a { background-color: rgb(194,193,230); }
div.DivClassName
{
background-color: #C2C1E6;
}
.BgClassName
{
background-color: #C2C1E6;
}
</style>
border-color css
<style>
span { border-color: #C2C1E6; }
span { border-color: rgb(194,193,230); }
td.TdClassName
{
border-color: #C2C1E6;
}
.TagClassName
{
border-color: #C2C1E6;
}
</style>