Shades of Lavender Blue #C1B8FC
Tints of Lavender Blue #C1B8FC
RGB
CMYK
RGB Variations
Color information
#C1B8FC (or 0xC1B8FC) is known color: Lavender Blue. HEX triplet: C1, B8 and FC. RGB value is (193,184,252). Sum of RGB (Red+Green+Blue) = 193+184+252=629 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.68% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1B8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B8FC is #3E4703. Grayscale: #C2C2C2. Windows color (decimal): -4081412 or 16562369. OLE color: 16562369.
HSL color Cylindrical-coordinate representation of color #C1B8FC: hue angle of 247.94º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1B8FC is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 184 | 252 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.01 |
| HSL | 247.94º | 0.92% | 0.85% | - |
| HSV(B) | 247.94º | 0.27% | 0.99% | - |
| XYZ | 56.7 | 52.65 | 99.27 | - |
| YUV | 194.44 | 160.48 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 184 | 252 | 0.23 | 0.27 | 0 | 0.01 | 247.94 | 0.92 | 0.85 |
| Hex | C1 | B8 | FC | 17 | 1B | 0 | 1 | F8 | 5C | 55 |
| Octal | 301 | 270 | 374 | 27 | 33 | 0 | 1 | 370 | 134 | 125 |
| Binary | 11000001 | 10111000 | 11111100 | 10111 | 11011 | 0 | 1 | 11111000 | 1011100 | 1010101 |
Color Harmonies of #C1B8FC
Complementary color
Monochromatic Colors of #C1B8FC
Black with #C1B8FC
Text Example
Text Example
White with #C1B8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B8FC; }
p { color: rgb(193,184,252); }
H1.HeaderClassName
{
color: #C1B8FC;
}
.AnyTagClassName
{
color: #C1B8FC;
}
</style>
background-color css
<style>
a { background-color: #C1B8FC; }
a { background-color: rgb(193,184,252); }
div.DivClassName
{
background-color: #C1B8FC;
}
.BgClassName
{
background-color: #C1B8FC;
}
</style>
border-color css
<style>
span { border-color: #C1B8FC; }
span { border-color: rgb(193,184,252); }
td.TdClassName
{
border-color: #C1B8FC;
}
.TagClassName
{
border-color: #C1B8FC;
}
</style>