Shades of Lavender Grey #C3BFE0
Tints of Lavender Grey #C3BFE0
RGB
CMYK
RGB Variations
Color information
#C3BFE0 (or 0xC3BFE0) is known color: Lavender Grey. HEX triplet: C3, BF and E0. RGB value is (195,191,224). Sum of RGB (Red+Green+Blue) = 195+191+224=610 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.97% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 224 - color contains mainly: blue. Hex color #C3BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFE0 is #3C401F. Grayscale: #C3C3C3. Windows color (decimal): -3948576 or 14729155. OLE color: 14729155.
HSL color Cylindrical-coordinate representation of color #C3BFE0: hue angle of 247.27º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3BFE0 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 191 | 224 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.12 |
| HSL | 247.27º | 0.35% | 0.81% | - |
| HSV(B) | 247.27º | 0.15% | 0.88% | - |
| XYZ | 54.59 | 54.25 | 78.11 | - |
| YUV | 195.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 224 | 0.13 | 0.15 | 0 | 0.12 | 247.27 | 0.35 | 0.81 |
| Hex | C3 | BF | E0 | D | F | 0 | C | F7 | 23 | 51 |
| Octal | 303 | 277 | 340 | 15 | 17 | 0 | 14 | 367 | 43 | 121 |
| Binary | 11000011 | 10111111 | 11100000 | 1101 | 1111 | 0 | 1100 | 11110111 | 100011 | 1010001 |
Color Harmonies of #C3BFE0
Complementary color
Monochromatic Colors of #C3BFE0
Black with #C3BFE0
Text Example
Text Example
White with #C3BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFE0; }
p { color: rgb(195,191,224); }
H1.HeaderClassName
{
color: #C3BFE0;
}
.AnyTagClassName
{
color: #C3BFE0;
}
</style>
background-color css
<style>
a { background-color: #C3BFE0; }
a { background-color: rgb(195,191,224); }
div.DivClassName
{
background-color: #C3BFE0;
}
.BgClassName
{
background-color: #C3BFE0;
}
</style>
border-color css
<style>
span { border-color: #C3BFE0; }
span { border-color: rgb(195,191,224); }
td.TdClassName
{
border-color: #C3BFE0;
}
.TagClassName
{
border-color: #C3BFE0;
}
</style>