Shades of Lavender Blue #C3C5FE
Tints of Lavender Blue #C3C5FE
RGB
CMYK
RGB Variations
Color information
#C3C5FE (or 0xC3C5FE) is known color: Lavender Blue. HEX triplet: C3, C5 and FE. RGB value is (195,197,254). Sum of RGB (Red+Green+Blue) = 195+197+254=646 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.19% from 646); Green value is 197 (77.34% from 255 or 30.50% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3C5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C5FE is #3C3A01. Grayscale: #CACACA. Windows color (decimal): -3947010 or 16696771. OLE color: 16696771.
HSL color Cylindrical-coordinate representation of color #C3C5FE: hue angle of 237.97º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3C5FE is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 197 | 254 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.00 |
| HSL | 237.97º | 0.97% | 0.88% | - |
| HSV(B) | 237.97º | 0.23% | 1% | - |
| XYZ | 60.36 | 58.69 | 101.91 | - |
| YUV | 202.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 254 | 0.23 | 0.22 | 0 | 0.00 | 237.97 | 0.97 | 0.88 |
| Hex | C3 | C5 | FE | 17 | 16 | 0 | 0 | EE | 61 | 58 |
| Octal | 303 | 305 | 376 | 27 | 26 | 0 | 0 | 356 | 141 | 130 |
| Binary | 11000011 | 11000101 | 11111110 | 10111 | 10110 | 0 | 0 | 11101110 | 1100001 | 1011000 |
Color Harmonies of #C3C5FE
Complementary color
Monochromatic Colors of #C3C5FE
Black with #C3C5FE
Text Example
Text Example
White with #C3C5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C5FE; }
p { color: rgb(195,197,254); }
H1.HeaderClassName
{
color: #C3C5FE;
}
.AnyTagClassName
{
color: #C3C5FE;
}
</style>
background-color css
<style>
a { background-color: #C3C5FE; }
a { background-color: rgb(195,197,254); }
div.DivClassName
{
background-color: #C3C5FE;
}
.BgClassName
{
background-color: #C3C5FE;
}
</style>
border-color css
<style>
span { border-color: #C3C5FE; }
span { border-color: rgb(195,197,254); }
td.TdClassName
{
border-color: #C3C5FE;
}
.TagClassName
{
border-color: #C3C5FE;
}
</style>