Shades of Lavender Blue #C3B6FE
Tints of Lavender Blue #C3B6FE
RGB
CMYK
RGB Variations
Color information
#C3B6FE (or 0xC3B6FE) is known color: Lavender Blue. HEX triplet: C3, B6 and FE. RGB value is (195,182,254). Sum of RGB (Red+Green+Blue) = 195+182+254=631 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.90% from 631); Green value is 182 (71.48% from 255 or 28.84% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3B6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B6FE is #3C4901. Grayscale: #C1C1C1. Windows color (decimal): -3950850 or 16692931. OLE color: 16692931.
HSL color Cylindrical-coordinate representation of color #C3B6FE: hue angle of 250.83º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3B6FE is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 182 | 254 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.00 |
| HSL | 250.83º | 0.97% | 0.85% | - |
| HSV(B) | 250.83º | 0.28% | 1% | - |
| XYZ | 57.12 | 52.21 | 100.83 | - |
| YUV | 194.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 182 | 254 | 0.23 | 0.28 | 0 | 0.00 | 250.83 | 0.97 | 0.85 |
| Hex | C3 | B6 | FE | 17 | 1C | 0 | 0 | FB | 61 | 55 |
| Octal | 303 | 266 | 376 | 27 | 34 | 0 | 0 | 373 | 141 | 125 |
| Binary | 11000011 | 10110110 | 11111110 | 10111 | 11100 | 0 | 0 | 11111011 | 1100001 | 1010101 |
Color Harmonies of #C3B6FE
Complementary color
Monochromatic Colors of #C3B6FE
Black with #C3B6FE
Text Example
Text Example
White with #C3B6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B6FE; }
p { color: rgb(195,182,254); }
H1.HeaderClassName
{
color: #C3B6FE;
}
.AnyTagClassName
{
color: #C3B6FE;
}
</style>
background-color css
<style>
a { background-color: #C3B6FE; }
a { background-color: rgb(195,182,254); }
div.DivClassName
{
background-color: #C3B6FE;
}
.BgClassName
{
background-color: #C3B6FE;
}
</style>
border-color css
<style>
span { border-color: #C3B6FE; }
span { border-color: rgb(195,182,254); }
td.TdClassName
{
border-color: #C3B6FE;
}
.TagClassName
{
border-color: #C3B6FE;
}
</style>