Shades of Lavender Grey #C3BFDC
Tints of Lavender Grey #C3BFDC
RGB
CMYK
RGB Variations
Color information
#C3BFDC (or 0xC3BFDC) is known color: Lavender Grey. HEX triplet: C3, BF and DC. RGB value is (195,191,220). Sum of RGB (Red+Green+Blue) = 195+191+220=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFDC is #3C4023. Grayscale: #C3C3C3. Windows color (decimal): -3948580 or 14467011. OLE color: 14467011.
HSL color Cylindrical-coordinate representation of color #C3BFDC: hue angle of 248.28º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3BFDC is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 191 | 220 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.14 |
| HSL | 248.28º | 0.29% | 0.81% | - |
| HSV(B) | 248.28º | 0.13% | 0.86% | - |
| XYZ | 54.05 | 54.03 | 75.29 | - |
| YUV | 195.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 220 | 0.11 | 0.13 | 0 | 0.14 | 248.28 | 0.29 | 0.81 |
| Hex | C3 | BF | DC | B | D | 0 | E | F8 | 1D | 51 |
| Octal | 303 | 277 | 334 | 13 | 15 | 0 | 16 | 370 | 35 | 121 |
| Binary | 11000011 | 10111111 | 11011100 | 1011 | 1101 | 0 | 1110 | 11111000 | 11101 | 1010001 |
Color Harmonies of #C3BFDC
Complementary color
Monochromatic Colors of #C3BFDC
Black with #C3BFDC
Text Example
Text Example
White with #C3BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFDC; }
p { color: rgb(195,191,220); }
H1.HeaderClassName
{
color: #C3BFDC;
}
.AnyTagClassName
{
color: #C3BFDC;
}
</style>
background-color css
<style>
a { background-color: #C3BFDC; }
a { background-color: rgb(195,191,220); }
div.DivClassName
{
background-color: #C3BFDC;
}
.BgClassName
{
background-color: #C3BFDC;
}
</style>
border-color css
<style>
span { border-color: #C3BFDC; }
span { border-color: rgb(195,191,220); }
td.TdClassName
{
border-color: #C3BFDC;
}
.TagClassName
{
border-color: #C3BFDC;
}
</style>