Shades of Lavender Grey #C3C2DB
Tints of Lavender Grey #C3C2DB
RGB
CMYK
RGB Variations
Color information
#C3C2DB (or 0xC3C2DB) is known color: Lavender Grey. HEX triplet: C3, C2 and DB. RGB value is (195,194,219). Sum of RGB (Red+Green+Blue) = 195+194+219=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C2DB is #3C3D24. Grayscale: #C5C5C5. Windows color (decimal): -3947813 or 14402243. OLE color: 14402243.
HSL color Cylindrical-coordinate representation of color #C3C2DB: hue angle of 242.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3C2DB is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 194 | 219 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.14 |
| HSL | 242.4º | 0.26% | 0.81% | - |
| HSV(B) | 242.4º | 0.11% | 0.86% | - |
| XYZ | 54.58 | 55.3 | 74.81 | - |
| YUV | 197.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 219 | 0.11 | 0.11 | 0 | 0.14 | 242.4 | 0.26 | 0.81 |
| Hex | C3 | C2 | DB | B | B | 0 | E | F2 | 1A | 51 |
| Octal | 303 | 302 | 333 | 13 | 13 | 0 | 16 | 362 | 32 | 121 |
| Binary | 11000011 | 11000010 | 11011011 | 1011 | 1011 | 0 | 1110 | 11110010 | 11010 | 1010001 |
Color Harmonies of #C3C2DB
Complementary color
Monochromatic Colors of #C3C2DB
Black with #C3C2DB
Text Example
Text Example
White with #C3C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C2DB; }
p { color: rgb(195,194,219); }
H1.HeaderClassName
{
color: #C3C2DB;
}
.AnyTagClassName
{
color: #C3C2DB;
}
</style>
background-color css
<style>
a { background-color: #C3C2DB; }
a { background-color: rgb(195,194,219); }
div.DivClassName
{
background-color: #C3C2DB;
}
.BgClassName
{
background-color: #C3C2DB;
}
</style>
border-color css
<style>
span { border-color: #C3C2DB; }
span { border-color: rgb(195,194,219); }
td.TdClassName
{
border-color: #C3C2DB;
}
.TagClassName
{
border-color: #C3C2DB;
}
</style>