Shades of Lavender Blue #C9C3FC
Tints of Lavender Blue #C9C3FC
RGB
CMYK
RGB Variations
Color information
#C9C3FC (or 0xC9C3FC) is known color: Lavender Blue. HEX triplet: C9, C3 and FC. RGB value is (201,195,252). Sum of RGB (Red+Green+Blue) = 201+195+252=648 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.02% from 648); Green value is 195 (76.56% from 255 or 30.09% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9C3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C3FC is #363C03. Grayscale: #CBCBCB. Windows color (decimal): -3554308 or 16565193. OLE color: 16565193.
HSL color Cylindrical-coordinate representation of color #C9C3FC: hue angle of 246.32º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9C3FC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 195 | 252 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.01 |
| HSL | 246.32º | 0.9% | 0.88% | - |
| HSV(B) | 246.32º | 0.23% | 0.99% | - |
| XYZ | 61.17 | 58.48 | 100.16 | - |
| YUV | 203.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 252 | 0.20 | 0.23 | 0 | 0.01 | 246.32 | 0.9 | 0.88 |
| Hex | C9 | C3 | FC | 14 | 17 | 0 | 1 | F6 | 5A | 58 |
| Octal | 311 | 303 | 374 | 24 | 27 | 0 | 1 | 366 | 132 | 130 |
| Binary | 11001001 | 11000011 | 11111100 | 10100 | 10111 | 0 | 1 | 11110110 | 1011010 | 1011000 |
Color Harmonies of #C9C3FC
Complementary color
Monochromatic Colors of #C9C3FC
Black with #C9C3FC
Text Example
Text Example
White with #C9C3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C3FC; }
p { color: rgb(201,195,252); }
H1.HeaderClassName
{
color: #C9C3FC;
}
.AnyTagClassName
{
color: #C9C3FC;
}
</style>
background-color css
<style>
a { background-color: #C9C3FC; }
a { background-color: rgb(201,195,252); }
div.DivClassName
{
background-color: #C9C3FC;
}
.BgClassName
{
background-color: #C9C3FC;
}
</style>
border-color css
<style>
span { border-color: #C9C3FC; }
span { border-color: rgb(201,195,252); }
td.TdClassName
{
border-color: #C9C3FC;
}
.TagClassName
{
border-color: #C9C3FC;
}
</style>