Shades of Lavender Grey #C2C0EB
Tints of Lavender Grey #C2C0EB
RGB
CMYK
RGB Variations
Color information
#C2C0EB (or 0xC2C0EB) is known color: Lavender Grey. HEX triplet: C2, C0 and EB. RGB value is (194,192,235). Sum of RGB (Red+Green+Blue) = 194+192+235=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C0EB is #3D3F14. Grayscale: #C5C5C5. Windows color (decimal): -4013845 or 15450306. OLE color: 15450306.
HSL color Cylindrical-coordinate representation of color #C2C0EB: hue angle of 242.79º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2C0EB is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 192 | 235 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.08 |
| HSL | 242.79º | 0.52% | 0.84% | - |
| HSV(B) | 242.79º | 0.18% | 0.92% | - |
| XYZ | 56.09 | 55.17 | 86.29 | - |
| YUV | 197.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 235 | 0.17 | 0.18 | 0 | 0.08 | 242.79 | 0.52 | 0.84 |
| Hex | C2 | C0 | EB | 11 | 12 | 0 | 8 | F3 | 34 | 54 |
| Octal | 302 | 300 | 353 | 21 | 22 | 0 | 10 | 363 | 64 | 124 |
| Binary | 11000010 | 11000000 | 11101011 | 10001 | 10010 | 0 | 1000 | 11110011 | 110100 | 1010100 |
Color Harmonies of #C2C0EB
Complementary color
Monochromatic Colors of #C2C0EB
Black with #C2C0EB
Text Example
Text Example
White with #C2C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C0EB; }
p { color: rgb(194,192,235); }
H1.HeaderClassName
{
color: #C2C0EB;
}
.AnyTagClassName
{
color: #C2C0EB;
}
</style>
background-color css
<style>
a { background-color: #C2C0EB; }
a { background-color: rgb(194,192,235); }
div.DivClassName
{
background-color: #C2C0EB;
}
.BgClassName
{
background-color: #C2C0EB;
}
</style>
border-color css
<style>
span { border-color: #C2C0EB; }
span { border-color: rgb(194,192,235); }
td.TdClassName
{
border-color: #C2C0EB;
}
.TagClassName
{
border-color: #C2C0EB;
}
</style>