Shades of Lavender Blue #C5B6FF
Tints of Lavender Blue #C5B6FF
RGB
CMYK
RGB Variations
Color information
#C5B6FF (or 0xC5B6FF) is known color: Lavender Blue. HEX triplet: C5, B6 and FF. RGB value is (197,182,255). Sum of RGB (Red+Green+Blue) = 197+182+255=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 182 (71.48% from 255 or 28.71% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B6FF is #3A4900. Grayscale: #C2C2C2. Windows color (decimal): -3819777 or 16758469. OLE color: 16758469.
HSL color Cylindrical-coordinate representation of color #C5B6FF: hue angle of 252.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5B6FF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 182 | 255 | - |
| CMYK | 0.23 | 0.29 | 0 | 0 |
| HSL | 252.33º | 1% | 0.86% | - |
| HSV(B) | 252.33º | 0.29% | 1% | - |
| XYZ | 57.8 | 52.55 | 101.7 | - |
| YUV | 194.81 | 161.97 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 255 | 0.23 | 0.29 | 0 | 0 | 252.33 | 1 | 0.86 |
| Hex | C5 | B6 | FF | 17 | 1D | 0 | 0 | FC | 64 | 56 |
| Octal | 305 | 266 | 377 | 27 | 35 | 0 | 0 | 374 | 144 | 126 |
| Binary | 11000101 | 10110110 | 11111111 | 10111 | 11101 | 0 | 0 | 11111100 | 1100100 | 1010110 |
Color Harmonies of #C5B6FF
Complementary color
Monochromatic Colors of #C5B6FF
Black with #C5B6FF
Text Example
Text Example
White with #C5B6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B6FF; }
p { color: rgb(197,182,255); }
H1.HeaderClassName
{
color: #C5B6FF;
}
.AnyTagClassName
{
color: #C5B6FF;
}
</style>
background-color css
<style>
a { background-color: #C5B6FF; }
a { background-color: rgb(197,182,255); }
div.DivClassName
{
background-color: #C5B6FF;
}
.BgClassName
{
background-color: #C5B6FF;
}
</style>
border-color css
<style>
span { border-color: #C5B6FF; }
span { border-color: rgb(197,182,255); }
td.TdClassName
{
border-color: #C5B6FF;
}
.TagClassName
{
border-color: #C5B6FF;
}
</style>