Shades of Lavender Grey #C2C0E6
Tints of Lavender Grey #C2C0E6
RGB
CMYK
RGB Variations
Color information
#C2C0E6 (or 0xC2C0E6) is known color: Lavender Grey. HEX triplet: C2, C0 and E6. RGB value is (194,192,230). Sum of RGB (Red+Green+Blue) = 194+192+230=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 230 - color contains mainly: blue. Hex color #C2C0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C0E6 is #3D3F19. Grayscale: #C4C4C4. Windows color (decimal): -4013850 or 15122626. OLE color: 15122626.
HSL color Cylindrical-coordinate representation of color #C2C0E6: hue angle of 243.16º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2C0E6 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 192 | 230 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.10 |
| HSL | 243.16º | 0.43% | 0.83% | - |
| HSV(B) | 243.16º | 0.17% | 0.9% | - |
| XYZ | 55.38 | 54.88 | 82.54 | - |
| YUV | 196.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 230 | 0.16 | 0.17 | 0 | 0.10 | 243.16 | 0.43 | 0.83 |
| Hex | C2 | C0 | E6 | 10 | 11 | 0 | A | F3 | 2B | 53 |
| Octal | 302 | 300 | 346 | 20 | 21 | 0 | 12 | 363 | 53 | 123 |
| Binary | 11000010 | 11000000 | 11100110 | 10000 | 10001 | 0 | 1010 | 11110011 | 101011 | 1010011 |
Color Harmonies of #C2C0E6
Complementary color
Monochromatic Colors of #C2C0E6
Black with #C2C0E6
Text Example
Text Example
White with #C2C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C0E6; }
p { color: rgb(194,192,230); }
H1.HeaderClassName
{
color: #C2C0E6;
}
.AnyTagClassName
{
color: #C2C0E6;
}
</style>
background-color css
<style>
a { background-color: #C2C0E6; }
a { background-color: rgb(194,192,230); }
div.DivClassName
{
background-color: #C2C0E6;
}
.BgClassName
{
background-color: #C2C0E6;
}
</style>
border-color css
<style>
span { border-color: #C2C0E6; }
span { border-color: rgb(194,192,230); }
td.TdClassName
{
border-color: #C2C0E6;
}
.TagClassName
{
border-color: #C2C0E6;
}
</style>