Shades of Lavender Grey #C3BFE5
Tints of Lavender Grey #C3BFE5
RGB
CMYK
RGB Variations
Color information
#C3BFE5 (or 0xC3BFE5) is known color: Lavender Grey. HEX triplet: C3, BF and E5. RGB value is (195,191,229). Sum of RGB (Red+Green+Blue) = 195+191+229=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 229 - color contains mainly: blue. Hex color #C3BFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFE5 is #3C401A. Grayscale: #C4C4C4. Windows color (decimal): -3948571 or 15056835. OLE color: 15056835.
HSL color Cylindrical-coordinate representation of color #C3BFE5: hue angle of 246.32º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3BFE5 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 191 | 229 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.10 |
| HSL | 246.32º | 0.42% | 0.82% | - |
| HSV(B) | 246.32º | 0.17% | 0.9% | - |
| XYZ | 55.28 | 54.52 | 81.74 | - |
| YUV | 196.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 229 | 0.15 | 0.17 | 0 | 0.10 | 246.32 | 0.42 | 0.82 |
| Hex | C3 | BF | E5 | F | 11 | 0 | A | F6 | 2A | 52 |
| Octal | 303 | 277 | 345 | 17 | 21 | 0 | 12 | 366 | 52 | 122 |
| Binary | 11000011 | 10111111 | 11100101 | 1111 | 10001 | 0 | 1010 | 11110110 | 101010 | 1010010 |
Color Harmonies of #C3BFE5
Complementary color
Monochromatic Colors of #C3BFE5
Black with #C3BFE5
Text Example
Text Example
White with #C3BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFE5; }
p { color: rgb(195,191,229); }
H1.HeaderClassName
{
color: #C3BFE5;
}
.AnyTagClassName
{
color: #C3BFE5;
}
</style>
background-color css
<style>
a { background-color: #C3BFE5; }
a { background-color: rgb(195,191,229); }
div.DivClassName
{
background-color: #C3BFE5;
}
.BgClassName
{
background-color: #C3BFE5;
}
</style>
border-color css
<style>
span { border-color: #C3BFE5; }
span { border-color: rgb(195,191,229); }
td.TdClassName
{
border-color: #C3BFE5;
}
.TagClassName
{
border-color: #C3BFE5;
}
</style>