Shades of Lavender Grey #C3C0DE
Tints of Lavender Grey #C3C0DE
RGB
CMYK
RGB Variations
Color information
#C3C0DE (or 0xC3C0DE) is known color: Lavender Grey. HEX triplet: C3, C0 and DE. RGB value is (195,192,222). Sum of RGB (Red+Green+Blue) = 195+192+222=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3C0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0DE is #3C3F21. Grayscale: #C4C4C4. Windows color (decimal): -3948322 or 14598339. OLE color: 14598339.
HSL color Cylindrical-coordinate representation of color #C3C0DE: hue angle of 246º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3C0DE is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 192 | 222 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.13 |
| HSL | 246º | 0.31% | 0.81% | - |
| HSV(B) | 246º | 0.14% | 0.87% | - |
| XYZ | 54.54 | 54.58 | 76.77 | - |
| YUV | 196.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 222 | 0.12 | 0.14 | 0 | 0.13 | 246 | 0.31 | 0.81 |
| Hex | C3 | C0 | DE | C | E | 0 | D | F6 | 1F | 51 |
| Octal | 303 | 300 | 336 | 14 | 16 | 0 | 15 | 366 | 37 | 121 |
| Binary | 11000011 | 11000000 | 11011110 | 1100 | 1110 | 0 | 1101 | 11110110 | 11111 | 1010001 |
Color Harmonies of #C3C0DE
Complementary color
Monochromatic Colors of #C3C0DE
Black with #C3C0DE
Text Example
Text Example
White with #C3C0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0DE; }
p { color: rgb(195,192,222); }
H1.HeaderClassName
{
color: #C3C0DE;
}
.AnyTagClassName
{
color: #C3C0DE;
}
</style>
background-color css
<style>
a { background-color: #C3C0DE; }
a { background-color: rgb(195,192,222); }
div.DivClassName
{
background-color: #C3C0DE;
}
.BgClassName
{
background-color: #C3C0DE;
}
</style>
border-color css
<style>
span { border-color: #C3C0DE; }
span { border-color: rgb(195,192,222); }
td.TdClassName
{
border-color: #C3C0DE;
}
.TagClassName
{
border-color: #C3C0DE;
}
</style>