Shades of Lavender Grey #C2C1E9
Tints of Lavender Grey #C2C1E9
RGB
CMYK
RGB Variations
Color information
#C2C1E9 (or 0xC2C1E9) is known color: Lavender Grey. HEX triplet: C2, C1 and E9. RGB value is (194,193,233). Sum of RGB (Red+Green+Blue) = 194+193+233=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #C2C1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C1E9 is #3D3E16. Grayscale: #C5C5C5. Windows color (decimal): -4013591 or 15319490. OLE color: 15319490.
HSL color Cylindrical-coordinate representation of color #C2C1E9: hue angle of 241.5º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2C1E9 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 193 | 233 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.09 |
| HSL | 241.5º | 0.48% | 0.84% | - |
| HSV(B) | 241.5º | 0.17% | 0.91% | - |
| XYZ | 56.03 | 55.49 | 84.85 | - |
| YUV | 197.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 233 | 0.17 | 0.17 | 0 | 0.09 | 241.5 | 0.48 | 0.84 |
| Hex | C2 | C1 | E9 | 11 | 11 | 0 | 9 | F2 | 30 | 54 |
| Octal | 302 | 301 | 351 | 21 | 21 | 0 | 11 | 362 | 60 | 124 |
| Binary | 11000010 | 11000001 | 11101001 | 10001 | 10001 | 0 | 1001 | 11110010 | 110000 | 1010100 |
Color Harmonies of #C2C1E9
Complementary color
Monochromatic Colors of #C2C1E9
Black with #C2C1E9
Text Example
Text Example
White with #C2C1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C1E9; }
p { color: rgb(194,193,233); }
H1.HeaderClassName
{
color: #C2C1E9;
}
.AnyTagClassName
{
color: #C2C1E9;
}
</style>
background-color css
<style>
a { background-color: #C2C1E9; }
a { background-color: rgb(194,193,233); }
div.DivClassName
{
background-color: #C2C1E9;
}
.BgClassName
{
background-color: #C2C1E9;
}
</style>
border-color css
<style>
span { border-color: #C2C1E9; }
span { border-color: rgb(194,193,233); }
td.TdClassName
{
border-color: #C2C1E9;
}
.TagClassName
{
border-color: #C2C1E9;
}
</style>