Shades of Lavender Blue #C5B5FD
Tints of Lavender Blue #C5B5FD
RGB
CMYK
RGB Variations
Color information
#C5B5FD (or 0xC5B5FD) is known color: Lavender Blue. HEX triplet: C5, B5 and FD. RGB value is (197,181,253). Sum of RGB (Red+Green+Blue) = 197+181+253=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5B5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B5FD is #3A4A02. Grayscale: #C1C1C1. Windows color (decimal): -3820035 or 16627141. OLE color: 16627141.
HSL color Cylindrical-coordinate representation of color #C5B5FD: hue angle of 253.33º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5B5FD is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 181 | 253 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.01 |
| HSL | 253.33º | 0.95% | 0.85% | - |
| HSV(B) | 253.33º | 0.28% | 0.99% | - |
| XYZ | 57.28 | 52.01 | 99.95 | - |
| YUV | 193.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 253 | 0.22 | 0.28 | 0 | 0.01 | 253.33 | 0.95 | 0.85 |
| Hex | C5 | B5 | FD | 16 | 1C | 0 | 1 | FD | 5F | 55 |
| Octal | 305 | 265 | 375 | 26 | 34 | 0 | 1 | 375 | 137 | 125 |
| Binary | 11000101 | 10110101 | 11111101 | 10110 | 11100 | 0 | 1 | 11111101 | 1011111 | 1010101 |
Color Harmonies of #C5B5FD
Complementary color
Monochromatic Colors of #C5B5FD
Black with #C5B5FD
Text Example
Text Example
White with #C5B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B5FD; }
p { color: rgb(197,181,253); }
H1.HeaderClassName
{
color: #C5B5FD;
}
.AnyTagClassName
{
color: #C5B5FD;
}
</style>
background-color css
<style>
a { background-color: #C5B5FD; }
a { background-color: rgb(197,181,253); }
div.DivClassName
{
background-color: #C5B5FD;
}
.BgClassName
{
background-color: #C5B5FD;
}
</style>
border-color css
<style>
span { border-color: #C5B5FD; }
span { border-color: rgb(197,181,253); }
td.TdClassName
{
border-color: #C5B5FD;
}
.TagClassName
{
border-color: #C5B5FD;
}
</style>