Shades of Lavender Blue #C1C9FA
Tints of Lavender Blue #C1C9FA
RGB
CMYK
RGB Variations
Color information
#C1C9FA (or 0xC1C9FA) is known color: Lavender Blue. HEX triplet: C1, C9 and FA. RGB value is (193,201,250). Sum of RGB (Red+Green+Blue) = 193+201+250=644 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.97% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1C9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C9FA is #3E3605. Grayscale: #CBCBCB. Windows color (decimal): -4077062 or 16435649. OLE color: 16435649.
HSL color Cylindrical-coordinate representation of color #C1C9FA: hue angle of 231.58º degrees, saturation: 0.85, 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 #C1C9FA is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 201 | 250 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.02 |
| HSL | 231.58º | 0.85% | 0.87% | - |
| HSV(B) | 231.58º | 0.23% | 0.98% | - |
| XYZ | 60.13 | 60.01 | 98.86 | - |
| YUV | 204.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 201 | 250 | 0.23 | 0.20 | 0 | 0.02 | 231.58 | 0.85 | 0.87 |
| Hex | C1 | C9 | FA | 17 | 14 | 0 | 2 | E8 | 55 | 57 |
| Octal | 301 | 311 | 372 | 27 | 24 | 0 | 2 | 350 | 125 | 127 |
| Binary | 11000001 | 11001001 | 11111010 | 10111 | 10100 | 0 | 10 | 11101000 | 1010101 | 1010111 |
Color Harmonies of #C1C9FA
Complementary color
Monochromatic Colors of #C1C9FA
Black with #C1C9FA
Text Example
Text Example
White with #C1C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C9FA; }
p { color: rgb(193,201,250); }
H1.HeaderClassName
{
color: #C1C9FA;
}
.AnyTagClassName
{
color: #C1C9FA;
}
</style>
background-color css
<style>
a { background-color: #C1C9FA; }
a { background-color: rgb(193,201,250); }
div.DivClassName
{
background-color: #C1C9FA;
}
.BgClassName
{
background-color: #C1C9FA;
}
</style>
border-color css
<style>
span { border-color: #C1C9FA; }
span { border-color: rgb(193,201,250); }
td.TdClassName
{
border-color: #C1C9FA;
}
.TagClassName
{
border-color: #C1C9FA;
}
</style>