Shades of Lavender Grey #C2C1DC
Tints of Lavender Grey #C2C1DC
RGB
CMYK
RGB Variations
Color information
#C2C1DC (or 0xC2C1DC) is known color: Lavender Grey. HEX triplet: C2, C1 and DC. RGB value is (194,193,220). Sum of RGB (Red+Green+Blue) = 194+193+220=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C1DC is #3D3E23. Grayscale: #C4C4C4. Windows color (decimal): -4013604 or 14467522. OLE color: 14467522.
HSL color Cylindrical-coordinate representation of color #C2C1DC: hue angle of 242.22º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2C1DC is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 193 | 220 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.14 |
| HSL | 242.22º | 0.28% | 0.81% | - |
| HSV(B) | 242.22º | 0.12% | 0.86% | - |
| XYZ | 54.24 | 54.78 | 75.42 | - |
| YUV | 196.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 220 | 0.12 | 0.12 | 0 | 0.14 | 242.22 | 0.28 | 0.81 |
| Hex | C2 | C1 | DC | C | C | 0 | E | F2 | 1C | 51 |
| Octal | 302 | 301 | 334 | 14 | 14 | 0 | 16 | 362 | 34 | 121 |
| Binary | 11000010 | 11000001 | 11011100 | 1100 | 1100 | 0 | 1110 | 11110010 | 11100 | 1010001 |
Color Harmonies of #C2C1DC
Complementary color
Monochromatic Colors of #C2C1DC
Black with #C2C1DC
Text Example
Text Example
White with #C2C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C1DC; }
p { color: rgb(194,193,220); }
H1.HeaderClassName
{
color: #C2C1DC;
}
.AnyTagClassName
{
color: #C2C1DC;
}
</style>
background-color css
<style>
a { background-color: #C2C1DC; }
a { background-color: rgb(194,193,220); }
div.DivClassName
{
background-color: #C2C1DC;
}
.BgClassName
{
background-color: #C2C1DC;
}
</style>
border-color css
<style>
span { border-color: #C2C1DC; }
span { border-color: rgb(194,193,220); }
td.TdClassName
{
border-color: #C2C1DC;
}
.TagClassName
{
border-color: #C2C1DC;
}
</style>