Shades of Lavender Grey #C3C1DC
Tints of Lavender Grey #C3C1DC
RGB
CMYK
RGB Variations
Color information
#C3C1DC (or 0xC3C1DC) is known color: Lavender Grey. HEX triplet: C3, C1 and DC. RGB value is (195,193,220). Sum of RGB (Red+Green+Blue) = 195+193+220=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C1DC is #3C3E23. Grayscale: #C4C4C4. Windows color (decimal): -3948068 or 14467523. OLE color: 14467523.
HSL color Cylindrical-coordinate representation of color #C3C1DC: hue angle of 244.44º 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 #C3C1DC is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 193 | 220 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.14 |
| HSL | 244.44º | 0.28% | 0.81% | - |
| HSV(B) | 244.44º | 0.12% | 0.86% | - |
| XYZ | 54.49 | 54.91 | 75.44 | - |
| YUV | 196.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 220 | 0.11 | 0.12 | 0 | 0.14 | 244.44 | 0.28 | 0.81 |
| Hex | C3 | C1 | DC | B | C | 0 | E | F4 | 1C | 51 |
| Octal | 303 | 301 | 334 | 13 | 14 | 0 | 16 | 364 | 34 | 121 |
| Binary | 11000011 | 11000001 | 11011100 | 1011 | 1100 | 0 | 1110 | 11110100 | 11100 | 1010001 |
Color Harmonies of #C3C1DC
Complementary color
Monochromatic Colors of #C3C1DC
Black with #C3C1DC
Text Example
Text Example
White with #C3C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C1DC; }
p { color: rgb(195,193,220); }
H1.HeaderClassName
{
color: #C3C1DC;
}
.AnyTagClassName
{
color: #C3C1DC;
}
</style>
background-color css
<style>
a { background-color: #C3C1DC; }
a { background-color: rgb(195,193,220); }
div.DivClassName
{
background-color: #C3C1DC;
}
.BgClassName
{
background-color: #C3C1DC;
}
</style>
border-color css
<style>
span { border-color: #C3C1DC; }
span { border-color: rgb(195,193,220); }
td.TdClassName
{
border-color: #C3C1DC;
}
.TagClassName
{
border-color: #C3C1DC;
}
</style>