Shades of Lavender Blue #C3B4FE
Tints of Lavender Blue #C3B4FE
RGB
CMYK
RGB Variations
Color information
#C3B4FE (or 0xC3B4FE) is known color: Lavender Blue. HEX triplet: C3, B4 and FE. RGB value is (195,180,254). Sum of RGB (Red+Green+Blue) = 195+180+254=629 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.00% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B4FE is #3C4B01. Grayscale: #C0C0C0. Windows color (decimal): -3951362 or 16692419. OLE color: 16692419.
HSL color Cylindrical-coordinate representation of color #C3B4FE: hue angle of 252.16º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3B4FE is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 180 | 254 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.00 |
| HSL | 252.16º | 0.97% | 0.85% | - |
| HSV(B) | 252.16º | 0.29% | 1% | - |
| XYZ | 56.72 | 51.4 | 100.7 | - |
| YUV | 192.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 180 | 254 | 0.23 | 0.29 | 0 | 0.00 | 252.16 | 0.97 | 0.85 |
| Hex | C3 | B4 | FE | 17 | 1D | 0 | 0 | FC | 61 | 55 |
| Octal | 303 | 264 | 376 | 27 | 35 | 0 | 0 | 374 | 141 | 125 |
| Binary | 11000011 | 10110100 | 11111110 | 10111 | 11101 | 0 | 0 | 11111100 | 1100001 | 1010101 |
Color Harmonies of #C3B4FE
Complementary color
Monochromatic Colors of #C3B4FE
Black with #C3B4FE
Text Example
Text Example
White with #C3B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B4FE; }
p { color: rgb(195,180,254); }
H1.HeaderClassName
{
color: #C3B4FE;
}
.AnyTagClassName
{
color: #C3B4FE;
}
</style>
background-color css
<style>
a { background-color: #C3B4FE; }
a { background-color: rgb(195,180,254); }
div.DivClassName
{
background-color: #C3B4FE;
}
.BgClassName
{
background-color: #C3B4FE;
}
</style>
border-color css
<style>
span { border-color: #C3B4FE; }
span { border-color: rgb(195,180,254); }
td.TdClassName
{
border-color: #C3B4FE;
}
.TagClassName
{
border-color: #C3B4FE;
}
</style>