Shades of Lavender Blue #C1C8FB
Tints of Lavender Blue #C1C8FB
RGB
CMYK
RGB Variations
Color information
#C1C8FB (or 0xC1C8FB) is known color: Lavender Blue. HEX triplet: C1, C8 and FB. RGB value is (193,200,251). Sum of RGB (Red+Green+Blue) = 193+200+251=644 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.97% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1C8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C8FB is #3E3704. Grayscale: #CBCBCB. Windows color (decimal): -4077317 or 16500929. OLE color: 16500929.
HSL color Cylindrical-coordinate representation of color #C1C8FB: hue angle of 232.76º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1C8FB is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 200 | 251 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.02 |
| HSL | 232.76º | 0.88% | 0.87% | - |
| HSV(B) | 232.76º | 0.23% | 0.98% | - |
| XYZ | 60.06 | 59.61 | 99.61 | - |
| YUV | 203.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 200 | 251 | 0.23 | 0.20 | 0 | 0.02 | 232.76 | 0.88 | 0.87 |
| Hex | C1 | C8 | FB | 17 | 14 | 0 | 2 | E9 | 58 | 57 |
| Octal | 301 | 310 | 373 | 27 | 24 | 0 | 2 | 351 | 130 | 127 |
| Binary | 11000001 | 11001000 | 11111011 | 10111 | 10100 | 0 | 10 | 11101001 | 1011000 | 1010111 |
Color Harmonies of #C1C8FB
Complementary color
Monochromatic Colors of #C1C8FB
Black with #C1C8FB
Text Example
Text Example
White with #C1C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C8FB; }
p { color: rgb(193,200,251); }
H1.HeaderClassName
{
color: #C1C8FB;
}
.AnyTagClassName
{
color: #C1C8FB;
}
</style>
background-color css
<style>
a { background-color: #C1C8FB; }
a { background-color: rgb(193,200,251); }
div.DivClassName
{
background-color: #C1C8FB;
}
.BgClassName
{
background-color: #C1C8FB;
}
</style>
border-color css
<style>
span { border-color: #C1C8FB; }
span { border-color: rgb(193,200,251); }
td.TdClassName
{
border-color: #C1C8FB;
}
.TagClassName
{
border-color: #C1C8FB;
}
</style>