Shades of Lavender Grey #C3C2EB
Tints of Lavender Grey #C3C2EB
RGB
CMYK
RGB Variations
Color information
#C3C2EB (or 0xC3C2EB) is known color: Lavender Grey. HEX triplet: C3, C2 and EB. RGB value is (195,194,235). Sum of RGB (Red+Green+Blue) = 195+194+235=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C2EB is #3C3D14. Grayscale: #C6C6C6. Windows color (decimal): -3947797 or 15450819. OLE color: 15450819.
HSL color Cylindrical-coordinate representation of color #C3C2EB: hue angle of 241.46º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3C2EB is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 194 | 235 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.08 |
| HSL | 241.46º | 0.51% | 0.84% | - |
| HSV(B) | 241.46º | 0.17% | 0.92% | - |
| XYZ | 56.79 | 56.18 | 86.45 | - |
| YUV | 198.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 235 | 0.17 | 0.17 | 0 | 0.08 | 241.46 | 0.51 | 0.84 |
| Hex | C3 | C2 | EB | 11 | 11 | 0 | 8 | F1 | 33 | 54 |
| Octal | 303 | 302 | 353 | 21 | 21 | 0 | 10 | 361 | 63 | 124 |
| Binary | 11000011 | 11000010 | 11101011 | 10001 | 10001 | 0 | 1000 | 11110001 | 110011 | 1010100 |
Color Harmonies of #C3C2EB
Complementary color
Monochromatic Colors of #C3C2EB
Black with #C3C2EB
Text Example
Text Example
White with #C3C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C2EB; }
p { color: rgb(195,194,235); }
H1.HeaderClassName
{
color: #C3C2EB;
}
.AnyTagClassName
{
color: #C3C2EB;
}
</style>
background-color css
<style>
a { background-color: #C3C2EB; }
a { background-color: rgb(195,194,235); }
div.DivClassName
{
background-color: #C3C2EB;
}
.BgClassName
{
background-color: #C3C2EB;
}
</style>
border-color css
<style>
span { border-color: #C3C2EB; }
span { border-color: rgb(195,194,235); }
td.TdClassName
{
border-color: #C3C2EB;
}
.TagClassName
{
border-color: #C3C2EB;
}
</style>