Shades of Lavender Grey #C3C2DC
Tints of Lavender Grey #C3C2DC
RGB
CMYK
RGB Variations
Color information
#C3C2DC (or 0xC3C2DC) is known color: Lavender Grey. HEX triplet: C3, C2 and DC. RGB value is (195,194,220). Sum of RGB (Red+Green+Blue) = 195+194+220=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C2DC is #3C3D23. Grayscale: #C5C5C5. Windows color (decimal): -3947812 or 14467779. OLE color: 14467779.
HSL color Cylindrical-coordinate representation of color #C3C2DC: hue angle of 242.31º degrees, saturation: 0.27, 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 #C3C2DC is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 194 | 220 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.14 |
| HSL | 242.31º | 0.27% | 0.81% | - |
| HSV(B) | 242.31º | 0.12% | 0.86% | - |
| XYZ | 54.72 | 55.35 | 75.51 | - |
| YUV | 197.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 220 | 0.11 | 0.12 | 0 | 0.14 | 242.31 | 0.27 | 0.81 |
| Hex | C3 | C2 | DC | B | C | 0 | E | F2 | 1B | 51 |
| Octal | 303 | 302 | 334 | 13 | 14 | 0 | 16 | 362 | 33 | 121 |
| Binary | 11000011 | 11000010 | 11011100 | 1011 | 1100 | 0 | 1110 | 11110010 | 11011 | 1010001 |
Color Harmonies of #C3C2DC
Complementary color
Monochromatic Colors of #C3C2DC
Black with #C3C2DC
Text Example
Text Example
White with #C3C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C2DC; }
p { color: rgb(195,194,220); }
H1.HeaderClassName
{
color: #C3C2DC;
}
.AnyTagClassName
{
color: #C3C2DC;
}
</style>
background-color css
<style>
a { background-color: #C3C2DC; }
a { background-color: rgb(195,194,220); }
div.DivClassName
{
background-color: #C3C2DC;
}
.BgClassName
{
background-color: #C3C2DC;
}
</style>
border-color css
<style>
span { border-color: #C3C2DC; }
span { border-color: rgb(195,194,220); }
td.TdClassName
{
border-color: #C3C2DC;
}
.TagClassName
{
border-color: #C3C2DC;
}
</style>