Shades of Lavender Grey #C3C0D9
Tints of Lavender Grey #C3C0D9
RGB
CMYK
RGB Variations
Color information
#C3C0D9 (or 0xC3C0D9) is known color: Lavender Grey. HEX triplet: C3, C0 and D9. RGB value is (195,192,217). Sum of RGB (Red+Green+Blue) = 195+192+217=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 217 - color contains mainly: blue. Hex color #C3C0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0D9 is #3C3F26. Grayscale: #C3C3C3. Windows color (decimal): -3948327 or 14270659. OLE color: 14270659.
HSL color Cylindrical-coordinate representation of color #C3C0D9: hue angle of 247.2º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3C0D9 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 195 | 192 | 217 | - |
CMYK | 0.10 | 0.12 | 0 | 0.15 |
HSL | 247.2º | 0.25% | 0.8% | - |
HSV(B) | 247.2º | 0.12% | 0.85% | - |
XYZ | 53.88 | 54.31 | 73.29 | - |
YUV | 195.75 | 139.99 | 127.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 192 | 217 | 0.10 | 0.12 | 0 | 0.15 | 247.2 | 0.25 | 0.8 |
Hex | C3 | C0 | D9 | A | C | 0 | F | F7 | 19 | 50 |
Octal | 303 | 300 | 331 | 12 | 14 | 0 | 17 | 367 | 31 | 120 |
Binary | 11000011 | 11000000 | 11011001 | 1010 | 1100 | 0 | 1111 | 11110111 | 11001 | 1010000 |
Color Harmonies of #C3C0D9
Complementary color
Monochromatic Colors of #C3C0D9
Black with #C3C0D9
Text Example
Text Example
White with #C3C0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0D9; }
p { color: rgb(195,192,217); }
H1.HeaderClassName
{
color: #C3C0D9;
}
.AnyTagClassName
{
color: #C3C0D9;
}
</style>
background-color css
<style>
a { background-color: #C3C0D9; }
a { background-color: rgb(195,192,217); }
div.DivClassName
{
background-color: #C3C0D9;
}
.BgClassName
{
background-color: #C3C0D9;
}
</style>
border-color css
<style>
span { border-color: #C3C0D9; }
span { border-color: rgb(195,192,217); }
td.TdClassName
{
border-color: #C3C0D9;
}
.TagClassName
{
border-color: #C3C0D9;
}
</style>