Shades of Lavender Blue #C5B7FD
Tints of Lavender Blue #C5B7FD
RGB
CMYK
RGB Variations
Color information
#C5B7FD (or 0xC5B7FD) is known color: Lavender Blue. HEX triplet: C5, B7 and FD. RGB value is (197,183,253). Sum of RGB (Red+Green+Blue) = 197+183+253=633 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.12% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5B7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B7FD is #3A4802. Grayscale: #C2C2C2. Windows color (decimal): -3819523 or 16627653. OLE color: 16627653.
HSL color Cylindrical-coordinate representation of color #C5B7FD: hue angle of 252º 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 #C5B7FD is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 183 | 253 | - |
CMYK | 0.22 | 0.28 | 0 | 0.01 |
HSL | 252º | 0.95% | 0.85% | - |
HSV(B) | 252º | 0.28% | 0.99% | - |
XYZ | 57.69 | 52.83 | 100.09 | - |
YUV | 195.17 | 160.64 | 129.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 183 | 253 | 0.22 | 0.28 | 0 | 0.01 | 252 | 0.95 | 0.85 |
Hex | C5 | B7 | FD | 16 | 1C | 0 | 1 | FC | 5F | 55 |
Octal | 305 | 267 | 375 | 26 | 34 | 0 | 1 | 374 | 137 | 125 |
Binary | 11000101 | 10110111 | 11111101 | 10110 | 11100 | 0 | 1 | 11111100 | 1011111 | 1010101 |
Color Harmonies of #C5B7FD
Complementary color
Monochromatic Colors of #C5B7FD
Black with #C5B7FD
Text Example
Text Example
White with #C5B7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7FD; }
p { color: rgb(197,183,253); }
H1.HeaderClassName
{
color: #C5B7FD;
}
.AnyTagClassName
{
color: #C5B7FD;
}
</style>
background-color css
<style>
a { background-color: #C5B7FD; }
a { background-color: rgb(197,183,253); }
div.DivClassName
{
background-color: #C5B7FD;
}
.BgClassName
{
background-color: #C5B7FD;
}
</style>
border-color css
<style>
span { border-color: #C5B7FD; }
span { border-color: rgb(197,183,253); }
td.TdClassName
{
border-color: #C5B7FD;
}
.TagClassName
{
border-color: #C5B7FD;
}
</style>