Shades of Lavender Blue #C3B5FE
Tints of Lavender Blue #C3B5FE
RGB
CMYK
RGB Variations
Color information
#C3B5FE (or 0xC3B5FE) is known color: Lavender Blue. HEX triplet: C3, B5 and FE. RGB value is (195,181,254). Sum of RGB (Red+Green+Blue) = 195+181+254=630 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.95% from 630); Green value is 181 (71.09% from 255 or 28.73% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B5FE is #3C4A01. Grayscale: #C1C1C1. Windows color (decimal): -3951106 or 16692675. OLE color: 16692675.
HSL color Cylindrical-coordinate representation of color #C3B5FE: hue angle of 251.51º 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 #C3B5FE is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 181 | 254 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.00 |
| HSL | 251.51º | 0.97% | 0.85% | - |
| HSV(B) | 251.51º | 0.29% | 1% | - |
| XYZ | 56.92 | 51.81 | 100.77 | - |
| YUV | 193.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 181 | 254 | 0.23 | 0.29 | 0 | 0.00 | 251.51 | 0.97 | 0.85 |
| Hex | C3 | B5 | FE | 17 | 1D | 0 | 0 | FC | 61 | 55 |
| Octal | 303 | 265 | 376 | 27 | 35 | 0 | 0 | 374 | 141 | 125 |
| Binary | 11000011 | 10110101 | 11111110 | 10111 | 11101 | 0 | 0 | 11111100 | 1100001 | 1010101 |
Color Harmonies of #C3B5FE
Complementary color
Monochromatic Colors of #C3B5FE
Black with #C3B5FE
Text Example
Text Example
White with #C3B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B5FE; }
p { color: rgb(195,181,254); }
H1.HeaderClassName
{
color: #C3B5FE;
}
.AnyTagClassName
{
color: #C3B5FE;
}
</style>
background-color css
<style>
a { background-color: #C3B5FE; }
a { background-color: rgb(195,181,254); }
div.DivClassName
{
background-color: #C3B5FE;
}
.BgClassName
{
background-color: #C3B5FE;
}
</style>
border-color css
<style>
span { border-color: #C3B5FE; }
span { border-color: rgb(195,181,254); }
td.TdClassName
{
border-color: #C3B5FE;
}
.TagClassName
{
border-color: #C3B5FE;
}
</style>