Shades of Lavender Grey #C3BFDD
Tints of Lavender Grey #C3BFDD
RGB
CMYK
RGB Variations
Color information
#C3BFDD (or 0xC3BFDD) is known color: Lavender Grey. HEX triplet: C3, BF and DD. RGB value is (195,191,221). Sum of RGB (Red+Green+Blue) = 195+191+221=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFDD is #3C4022. Grayscale: #C3C3C3. Windows color (decimal): -3948579 or 14532547. OLE color: 14532547.
HSL color Cylindrical-coordinate representation of color #C3BFDD: hue angle of 248º 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 #C3BFDD is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 191 | 221 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.13 |
| HSL | 248º | 0.31% | 0.81% | - |
| HSV(B) | 248º | 0.14% | 0.87% | - |
| XYZ | 54.19 | 54.08 | 75.99 | - |
| YUV | 195.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 221 | 0.12 | 0.14 | 0 | 0.13 | 248 | 0.31 | 0.81 |
| Hex | C3 | BF | DD | C | E | 0 | D | F8 | 1F | 51 |
| Octal | 303 | 277 | 335 | 14 | 16 | 0 | 15 | 370 | 37 | 121 |
| Binary | 11000011 | 10111111 | 11011101 | 1100 | 1110 | 0 | 1101 | 11111000 | 11111 | 1010001 |
Color Harmonies of #C3BFDD
Complementary color
Monochromatic Colors of #C3BFDD
Black with #C3BFDD
Text Example
Text Example
White with #C3BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFDD; }
p { color: rgb(195,191,221); }
H1.HeaderClassName
{
color: #C3BFDD;
}
.AnyTagClassName
{
color: #C3BFDD;
}
</style>
background-color css
<style>
a { background-color: #C3BFDD; }
a { background-color: rgb(195,191,221); }
div.DivClassName
{
background-color: #C3BFDD;
}
.BgClassName
{
background-color: #C3BFDD;
}
</style>
border-color css
<style>
span { border-color: #C3BFDD; }
span { border-color: rgb(195,191,221); }
td.TdClassName
{
border-color: #C3BFDD;
}
.TagClassName
{
border-color: #C3BFDD;
}
</style>