Shades of Lavender Blue #C5B4FE
Tints of Lavender Blue #C5B4FE
RGB
CMYK
RGB Variations
Color information
#C5B4FE (or 0xC5B4FE) is known color: Lavender Blue. HEX triplet: C5, B4 and FE. RGB value is (197,180,254). Sum of RGB (Red+Green+Blue) = 197+180+254=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 180 (70.70% from 255 or 28.53% 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 #C5B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B4FE is #3A4B01. Grayscale: #C1C1C1. Windows color (decimal): -3820290 or 16692421. OLE color: 16692421.
HSL color Cylindrical-coordinate representation of color #C5B4FE: hue angle of 253.78º 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 #C5B4FE is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 180 | 254 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.00 |
| HSL | 253.78º | 0.97% | 0.85% | - |
| HSV(B) | 253.78º | 0.29% | 1% | - |
| XYZ | 57.24 | 51.67 | 100.72 | - |
| YUV | 193.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 254 | 0.22 | 0.29 | 0 | 0.00 | 253.78 | 0.97 | 0.85 |
| Hex | C5 | B4 | FE | 16 | 1D | 0 | 0 | FE | 61 | 55 |
| Octal | 305 | 264 | 376 | 26 | 35 | 0 | 0 | 376 | 141 | 125 |
| Binary | 11000101 | 10110100 | 11111110 | 10110 | 11101 | 0 | 0 | 11111110 | 1100001 | 1010101 |
Color Harmonies of #C5B4FE
Complementary color
Monochromatic Colors of #C5B4FE
Black with #C5B4FE
Text Example
Text Example
White with #C5B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B4FE; }
p { color: rgb(197,180,254); }
H1.HeaderClassName
{
color: #C5B4FE;
}
.AnyTagClassName
{
color: #C5B4FE;
}
</style>
background-color css
<style>
a { background-color: #C5B4FE; }
a { background-color: rgb(197,180,254); }
div.DivClassName
{
background-color: #C5B4FE;
}
.BgClassName
{
background-color: #C5B4FE;
}
</style>
border-color css
<style>
span { border-color: #C5B4FE; }
span { border-color: rgb(197,180,254); }
td.TdClassName
{
border-color: #C5B4FE;
}
.TagClassName
{
border-color: #C5B4FE;
}
</style>