Shades of Lavender Blue #C5B5FE
Tints of Lavender Blue #C5B5FE
RGB
CMYK
RGB Variations
Color information
#C5B5FE (or 0xC5B5FE) is known color: Lavender Blue. HEX triplet: C5, B5 and FE. RGB value is (197,181,254). Sum of RGB (Red+Green+Blue) = 197+181+254=632 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.17% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B5FE is #3A4A01. Grayscale: #C1C1C1. Windows color (decimal): -3820034 or 16692677. OLE color: 16692677.
HSL color Cylindrical-coordinate representation of color #C5B5FE: hue angle of 253.15º 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 #C5B5FE is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 181 | 254 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.00 |
| HSL | 253.15º | 0.97% | 0.85% | - |
| HSV(B) | 253.15º | 0.29% | 1% | - |
| XYZ | 57.44 | 52.07 | 100.79 | - |
| YUV | 194.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 254 | 0.22 | 0.29 | 0 | 0.00 | 253.15 | 0.97 | 0.85 |
| Hex | C5 | B5 | FE | 16 | 1D | 0 | 0 | FD | 61 | 55 |
| Octal | 305 | 265 | 376 | 26 | 35 | 0 | 0 | 375 | 141 | 125 |
| Binary | 11000101 | 10110101 | 11111110 | 10110 | 11101 | 0 | 0 | 11111101 | 1100001 | 1010101 |
Color Harmonies of #C5B5FE
Complementary color
Monochromatic Colors of #C5B5FE
Black with #C5B5FE
Text Example
Text Example
White with #C5B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B5FE; }
p { color: rgb(197,181,254); }
H1.HeaderClassName
{
color: #C5B5FE;
}
.AnyTagClassName
{
color: #C5B5FE;
}
</style>
background-color css
<style>
a { background-color: #C5B5FE; }
a { background-color: rgb(197,181,254); }
div.DivClassName
{
background-color: #C5B5FE;
}
.BgClassName
{
background-color: #C5B5FE;
}
</style>
border-color css
<style>
span { border-color: #C5B5FE; }
span { border-color: rgb(197,181,254); }
td.TdClassName
{
border-color: #C5B5FE;
}
.TagClassName
{
border-color: #C5B5FE;
}
</style>