Shades of Lavender Grey #C2C0DC
Tints of Lavender Grey #C2C0DC
RGB
CMYK
RGB Variations
Color information
#C2C0DC (or 0xC2C0DC) is known color: Lavender Grey. HEX triplet: C2, C0 and DC. RGB value is (194,192,220). Sum of RGB (Red+Green+Blue) = 194+192+220=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C0DC is #3D3F23. Grayscale: #C3C3C3. Windows color (decimal): -4013860 or 14467266. OLE color: 14467266.
HSL color Cylindrical-coordinate representation of color #C2C0DC: hue angle of 244.29º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2C0DC is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 192 | 220 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.14 |
| HSL | 244.29º | 0.29% | 0.81% | - |
| HSV(B) | 244.29º | 0.13% | 0.86% | - |
| XYZ | 54.02 | 54.34 | 75.35 | - |
| YUV | 195.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 220 | 0.12 | 0.13 | 0 | 0.14 | 244.29 | 0.29 | 0.81 |
| Hex | C2 | C0 | DC | C | D | 0 | E | F4 | 1D | 51 |
| Octal | 302 | 300 | 334 | 14 | 15 | 0 | 16 | 364 | 35 | 121 |
| Binary | 11000010 | 11000000 | 11011100 | 1100 | 1101 | 0 | 1110 | 11110100 | 11101 | 1010001 |
Color Harmonies of #C2C0DC
Complementary color
Monochromatic Colors of #C2C0DC
Black with #C2C0DC
Text Example
Text Example
White with #C2C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C0DC; }
p { color: rgb(194,192,220); }
H1.HeaderClassName
{
color: #C2C0DC;
}
.AnyTagClassName
{
color: #C2C0DC;
}
</style>
background-color css
<style>
a { background-color: #C2C0DC; }
a { background-color: rgb(194,192,220); }
div.DivClassName
{
background-color: #C2C0DC;
}
.BgClassName
{
background-color: #C2C0DC;
}
</style>
border-color css
<style>
span { border-color: #C2C0DC; }
span { border-color: rgb(194,192,220); }
td.TdClassName
{
border-color: #C2C0DC;
}
.TagClassName
{
border-color: #C2C0DC;
}
</style>