Shades of Lavender Grey #C3BFDF
Tints of Lavender Grey #C3BFDF
RGB
CMYK
RGB Variations
Color information
#C3BFDF (or 0xC3BFDF) is known color: Lavender Grey. HEX triplet: C3, BF and DF. RGB value is (195,191,223). Sum of RGB (Red+Green+Blue) = 195+191+223=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFDF is #3C4020. Grayscale: #C3C3C3. Windows color (decimal): -3948577 or 14663619. OLE color: 14663619.
HSL color Cylindrical-coordinate representation of color #C3BFDF: hue angle of 247.5º degrees, saturation: 0.33, 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 #C3BFDF is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 191 | 223 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.13 |
| HSL | 247.5º | 0.33% | 0.81% | - |
| HSV(B) | 247.5º | 0.14% | 0.87% | - |
| XYZ | 54.46 | 54.19 | 77.4 | - |
| YUV | 195.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 223 | 0.13 | 0.14 | 0 | 0.13 | 247.5 | 0.33 | 0.81 |
| Hex | C3 | BF | DF | D | E | 0 | D | F8 | 21 | 51 |
| Octal | 303 | 277 | 337 | 15 | 16 | 0 | 15 | 370 | 41 | 121 |
| Binary | 11000011 | 10111111 | 11011111 | 1101 | 1110 | 0 | 1101 | 11111000 | 100001 | 1010001 |
Color Harmonies of #C3BFDF
Complementary color
Monochromatic Colors of #C3BFDF
Black with #C3BFDF
Text Example
Text Example
White with #C3BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFDF; }
p { color: rgb(195,191,223); }
H1.HeaderClassName
{
color: #C3BFDF;
}
.AnyTagClassName
{
color: #C3BFDF;
}
</style>
background-color css
<style>
a { background-color: #C3BFDF; }
a { background-color: rgb(195,191,223); }
div.DivClassName
{
background-color: #C3BFDF;
}
.BgClassName
{
background-color: #C3BFDF;
}
</style>
border-color css
<style>
span { border-color: #C3BFDF; }
span { border-color: rgb(195,191,223); }
td.TdClassName
{
border-color: #C3BFDF;
}
.TagClassName
{
border-color: #C3BFDF;
}
</style>