Shades of Lavender Grey #C3C5DC
Tints of Lavender Grey #C3C5DC
RGB
CMYK
RGB Variations
Color information
#C3C5DC (or 0xC3C5DC) is known color: Lavender Grey. HEX triplet: C3, C5 and DC. RGB value is (195,197,220). Sum of RGB (Red+Green+Blue) = 195+197+220=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C5DC is #3C3A23. Grayscale: #C6C6C6. Windows color (decimal): -3947044 or 14468547. OLE color: 14468547.
HSL color Cylindrical-coordinate representation of color #C3C5DC: hue angle of 235.2º 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 #C3C5DC is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 197 | 220 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.14 |
| HSL | 235.2º | 0.26% | 0.81% | - |
| HSV(B) | 235.2º | 0.11% | 0.86% | - |
| XYZ | 55.39 | 56.7 | 75.74 | - |
| YUV | 199.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 220 | 0.11 | 0.10 | 0 | 0.14 | 235.2 | 0.26 | 0.81 |
| Hex | C3 | C5 | DC | B | A | 0 | E | EB | 1A | 51 |
| Octal | 303 | 305 | 334 | 13 | 12 | 0 | 16 | 353 | 32 | 121 |
| Binary | 11000011 | 11000101 | 11011100 | 1011 | 1010 | 0 | 1110 | 11101011 | 11010 | 1010001 |
Color Harmonies of #C3C5DC
Complementary color
Monochromatic Colors of #C3C5DC
Black with #C3C5DC
Text Example
Text Example
White with #C3C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C5DC; }
p { color: rgb(195,197,220); }
H1.HeaderClassName
{
color: #C3C5DC;
}
.AnyTagClassName
{
color: #C3C5DC;
}
</style>
background-color css
<style>
a { background-color: #C3C5DC; }
a { background-color: rgb(195,197,220); }
div.DivClassName
{
background-color: #C3C5DC;
}
.BgClassName
{
background-color: #C3C5DC;
}
</style>
border-color css
<style>
span { border-color: #C3C5DC; }
span { border-color: rgb(195,197,220); }
td.TdClassName
{
border-color: #C3C5DC;
}
.TagClassName
{
border-color: #C3C5DC;
}
</style>