Shades of Lavender Blue #C1C8FC
Tints of Lavender Blue #C1C8FC
RGB
CMYK
RGB Variations
Color information
#C1C8FC (or 0xC1C8FC) is known color: Lavender Blue. HEX triplet: C1, C8 and FC. RGB value is (193,200,252). Sum of RGB (Red+Green+Blue) = 193+200+252=645 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.92% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C8FC is #3E3703. Grayscale: #CBCBCB. Windows color (decimal): -4077316 or 16566465. OLE color: 16566465.
HSL color Cylindrical-coordinate representation of color #C1C8FC: hue angle of 232.88º 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 #C1C8FC is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 200 | 252 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.01 |
| HSL | 232.88º | 0.91% | 0.87% | - |
| HSV(B) | 232.88º | 0.23% | 0.99% | - |
| XYZ | 60.22 | 59.67 | 100.44 | - |
| YUV | 203.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 200 | 252 | 0.23 | 0.21 | 0 | 0.01 | 232.88 | 0.91 | 0.87 |
| Hex | C1 | C8 | FC | 17 | 15 | 0 | 1 | E9 | 5B | 57 |
| Octal | 301 | 310 | 374 | 27 | 25 | 0 | 1 | 351 | 133 | 127 |
| Binary | 11000001 | 11001000 | 11111100 | 10111 | 10101 | 0 | 1 | 11101001 | 1011011 | 1010111 |
Color Harmonies of #C1C8FC
Complementary color
Monochromatic Colors of #C1C8FC
Black with #C1C8FC
Text Example
Text Example
White with #C1C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C8FC; }
p { color: rgb(193,200,252); }
H1.HeaderClassName
{
color: #C1C8FC;
}
.AnyTagClassName
{
color: #C1C8FC;
}
</style>
background-color css
<style>
a { background-color: #C1C8FC; }
a { background-color: rgb(193,200,252); }
div.DivClassName
{
background-color: #C1C8FC;
}
.BgClassName
{
background-color: #C1C8FC;
}
</style>
border-color css
<style>
span { border-color: #C1C8FC; }
span { border-color: rgb(193,200,252); }
td.TdClassName
{
border-color: #C1C8FC;
}
.TagClassName
{
border-color: #C1C8FC;
}
</style>