Shades of Lavender Blue #C1C5FC
Tints of Lavender Blue #C1C5FC
RGB
CMYK
RGB Variations
Color information
#C1C5FC (or 0xC1C5FC) is known color: Lavender Blue. HEX triplet: C1, C5 and FC. RGB value is (193,197,252). Sum of RGB (Red+Green+Blue) = 193+197+252=642 (85% of max value = 765). Red value is 193 (75.78% from 255 or 30.06% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1C5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C5FC is #3E3A03. Grayscale: #C9C9C9. Windows color (decimal): -4078084 or 16565697. OLE color: 16565697.
HSL color Cylindrical-coordinate representation of color #C1C5FC: hue angle of 235.93º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1C5FC is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 197 | 252 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.01 |
| HSL | 235.93º | 0.91% | 0.87% | - |
| HSV(B) | 235.93º | 0.23% | 0.99% | - |
| XYZ | 59.53 | 58.3 | 100.21 | - |
| YUV | 202.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 252 | 0.23 | 0.22 | 0 | 0.01 | 235.93 | 0.91 | 0.87 |
| Hex | C1 | C5 | FC | 17 | 16 | 0 | 1 | EC | 5B | 57 |
| Octal | 301 | 305 | 374 | 27 | 26 | 0 | 1 | 354 | 133 | 127 |
| Binary | 11000001 | 11000101 | 11111100 | 10111 | 10110 | 0 | 1 | 11101100 | 1011011 | 1010111 |
Color Harmonies of #C1C5FC
Complementary color
Monochromatic Colors of #C1C5FC
Black with #C1C5FC
Text Example
Text Example
White with #C1C5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C5FC; }
p { color: rgb(193,197,252); }
H1.HeaderClassName
{
color: #C1C5FC;
}
.AnyTagClassName
{
color: #C1C5FC;
}
</style>
background-color css
<style>
a { background-color: #C1C5FC; }
a { background-color: rgb(193,197,252); }
div.DivClassName
{
background-color: #C1C5FC;
}
.BgClassName
{
background-color: #C1C5FC;
}
</style>
border-color css
<style>
span { border-color: #C1C5FC; }
span { border-color: rgb(193,197,252); }
td.TdClassName
{
border-color: #C1C5FC;
}
.TagClassName
{
border-color: #C1C5FC;
}
</style>