Shades of Lavender Blue #C9C1FA
Tints of Lavender Blue #C9C1FA
RGB
CMYK
RGB Variations
Color information
#C9C1FA (or 0xC9C1FA) is known color: Lavender Blue. HEX triplet: C9, C1 and FA. RGB value is (201,193,250). Sum of RGB (Red+Green+Blue) = 201+193+250=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 193 (75.78% from 255 or 29.97% 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 #C9C1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C1FA is #363E05. Grayscale: #C9C9C9. Windows color (decimal): -3554822 or 16433609. OLE color: 16433609.
HSL color Cylindrical-coordinate representation of color #C9C1FA: hue angle of 248.42º 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 #C9C1FA is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 193 | 250 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.02 |
| HSL | 248.42º | 0.85% | 0.87% | - |
| HSV(B) | 248.42º | 0.23% | 0.98% | - |
| XYZ | 60.41 | 57.46 | 98.35 | - |
| YUV | 201.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 193 | 250 | 0.20 | 0.23 | 0 | 0.02 | 248.42 | 0.85 | 0.87 |
| Hex | C9 | C1 | FA | 14 | 17 | 0 | 2 | F8 | 55 | 57 |
| Octal | 311 | 301 | 372 | 24 | 27 | 0 | 2 | 370 | 125 | 127 |
| Binary | 11001001 | 11000001 | 11111010 | 10100 | 10111 | 0 | 10 | 11111000 | 1010101 | 1010111 |
Color Harmonies of #C9C1FA
Complementary color
Monochromatic Colors of #C9C1FA
Black with #C9C1FA
Text Example
Text Example
White with #C9C1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C1FA; }
p { color: rgb(201,193,250); }
H1.HeaderClassName
{
color: #C9C1FA;
}
.AnyTagClassName
{
color: #C9C1FA;
}
</style>
background-color css
<style>
a { background-color: #C9C1FA; }
a { background-color: rgb(201,193,250); }
div.DivClassName
{
background-color: #C9C1FA;
}
.BgClassName
{
background-color: #C9C1FA;
}
</style>
border-color css
<style>
span { border-color: #C9C1FA; }
span { border-color: rgb(201,193,250); }
td.TdClassName
{
border-color: #C9C1FA;
}
.TagClassName
{
border-color: #C9C1FA;
}
</style>