Shades of Lavender Blue #C3C9FB
Tints of Lavender Blue #C3C9FB
RGB
CMYK
RGB Variations
Color information
#C3C9FB (or 0xC3C9FB) is known color: Lavender Blue. HEX triplet: C3, C9 and FB. RGB value is (195,201,251). Sum of RGB (Red+Green+Blue) = 195+201+251=647 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.14% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3C9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C9FB is #3C3604. Grayscale: #CCCCCC. Windows color (decimal): -3945989 or 16501187. OLE color: 16501187.
HSL color Cylindrical-coordinate representation of color #C3C9FB: hue angle of 233.57º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3C9FB is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 201 | 251 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.02 |
| HSL | 233.57º | 0.88% | 0.87% | - |
| HSV(B) | 233.57º | 0.22% | 0.98% | - |
| XYZ | 60.8 | 60.34 | 99.71 | - |
| YUV | 204.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 251 | 0.22 | 0.20 | 0 | 0.02 | 233.57 | 0.88 | 0.87 |
| Hex | C3 | C9 | FB | 16 | 14 | 0 | 2 | EA | 58 | 57 |
| Octal | 303 | 311 | 373 | 26 | 24 | 0 | 2 | 352 | 130 | 127 |
| Binary | 11000011 | 11001001 | 11111011 | 10110 | 10100 | 0 | 10 | 11101010 | 1011000 | 1010111 |
Color Harmonies of #C3C9FB
Complementary color
Monochromatic Colors of #C3C9FB
Black with #C3C9FB
Text Example
Text Example
White with #C3C9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C9FB; }
p { color: rgb(195,201,251); }
H1.HeaderClassName
{
color: #C3C9FB;
}
.AnyTagClassName
{
color: #C3C9FB;
}
</style>
background-color css
<style>
a { background-color: #C3C9FB; }
a { background-color: rgb(195,201,251); }
div.DivClassName
{
background-color: #C3C9FB;
}
.BgClassName
{
background-color: #C3C9FB;
}
</style>
border-color css
<style>
span { border-color: #C3C9FB; }
span { border-color: rgb(195,201,251); }
td.TdClassName
{
border-color: #C3C9FB;
}
.TagClassName
{
border-color: #C3C9FB;
}
</style>