Shades of Lavender Grey #C3BFDE
Tints of Lavender Grey #C3BFDE
RGB
CMYK
RGB Variations
Color information
#C3BFDE (or 0xC3BFDE) is known color: Lavender Grey. HEX triplet: C3, BF and DE. RGB value is (195,191,222). Sum of RGB (Red+Green+Blue) = 195+191+222=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFDE is #3C4021. Grayscale: #C3C3C3. Windows color (decimal): -3948578 or 14598083. OLE color: 14598083.
HSL color Cylindrical-coordinate representation of color #C3BFDE: hue angle of 247.74º degrees, saturation: 0.32, 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 #C3BFDE is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 191 | 222 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.13 |
| HSL | 247.74º | 0.32% | 0.81% | - |
| HSV(B) | 247.74º | 0.14% | 0.87% | - |
| XYZ | 54.32 | 54.14 | 76.69 | - |
| YUV | 195.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 222 | 0.12 | 0.14 | 0 | 0.13 | 247.74 | 0.32 | 0.81 |
| Hex | C3 | BF | DE | C | E | 0 | D | F8 | 20 | 51 |
| Octal | 303 | 277 | 336 | 14 | 16 | 0 | 15 | 370 | 40 | 121 |
| Binary | 11000011 | 10111111 | 11011110 | 1100 | 1110 | 0 | 1101 | 11111000 | 100000 | 1010001 |
Color Harmonies of #C3BFDE
Complementary color
Monochromatic Colors of #C3BFDE
Black with #C3BFDE
Text Example
Text Example
White with #C3BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFDE; }
p { color: rgb(195,191,222); }
H1.HeaderClassName
{
color: #C3BFDE;
}
.AnyTagClassName
{
color: #C3BFDE;
}
</style>
background-color css
<style>
a { background-color: #C3BFDE; }
a { background-color: rgb(195,191,222); }
div.DivClassName
{
background-color: #C3BFDE;
}
.BgClassName
{
background-color: #C3BFDE;
}
</style>
border-color css
<style>
span { border-color: #C3BFDE; }
span { border-color: rgb(195,191,222); }
td.TdClassName
{
border-color: #C3BFDE;
}
.TagClassName
{
border-color: #C3BFDE;
}
</style>