Shades of Lavender Blue #C3C5FB
Tints of Lavender Blue #C3C5FB
RGB
CMYK
RGB Variations
Color information
#C3C5FB (or 0xC3C5FB) is known color: Lavender Blue. HEX triplet: C3, C5 and FB. RGB value is (195,197,251). Sum of RGB (Red+Green+Blue) = 195+197+251=643 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.33% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3C5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C5FB is #3C3A04. Grayscale: #CACACA. Windows color (decimal): -3947013 or 16500163. OLE color: 16500163.
HSL color Cylindrical-coordinate representation of color #C3C5FB: hue angle of 237.86º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3C5FB is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 197 | 251 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.02 |
| HSL | 237.86º | 0.88% | 0.87% | - |
| HSV(B) | 237.86º | 0.22% | 0.98% | - |
| XYZ | 59.88 | 58.5 | 99.4 | - |
| YUV | 202.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 251 | 0.22 | 0.22 | 0 | 0.02 | 237.86 | 0.88 | 0.87 |
| Hex | C3 | C5 | FB | 16 | 16 | 0 | 2 | EE | 58 | 57 |
| Octal | 303 | 305 | 373 | 26 | 26 | 0 | 2 | 356 | 130 | 127 |
| Binary | 11000011 | 11000101 | 11111011 | 10110 | 10110 | 0 | 10 | 11101110 | 1011000 | 1010111 |
Color Harmonies of #C3C5FB
Complementary color
Monochromatic Colors of #C3C5FB
Black with #C3C5FB
Text Example
Text Example
White with #C3C5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C5FB; }
p { color: rgb(195,197,251); }
H1.HeaderClassName
{
color: #C3C5FB;
}
.AnyTagClassName
{
color: #C3C5FB;
}
</style>
background-color css
<style>
a { background-color: #C3C5FB; }
a { background-color: rgb(195,197,251); }
div.DivClassName
{
background-color: #C3C5FB;
}
.BgClassName
{
background-color: #C3C5FB;
}
</style>
border-color css
<style>
span { border-color: #C3C5FB; }
span { border-color: rgb(195,197,251); }
td.TdClassName
{
border-color: #C3C5FB;
}
.TagClassName
{
border-color: #C3C5FB;
}
</style>