Shades of Lavender Blue #C5C9FA
Tints of Lavender Blue #C5C9FA
RGB
CMYK
RGB Variations
Color information
#C5C9FA (or 0xC5C9FA) is known color: Lavender Blue. HEX triplet: C5, C9 and FA. RGB value is (197,201,250). Sum of RGB (Red+Green+Blue) = 197+201+250=648 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.40% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5C9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C9FA is #3A3605. Grayscale: #CDCDCD. Windows color (decimal): -3814918 or 16435653. OLE color: 16435653.
HSL color Cylindrical-coordinate representation of color #C5C9FA: hue angle of 235.47º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5C9FA is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 201 | 250 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.02 |
| HSL | 235.47º | 0.84% | 0.88% | - |
| HSV(B) | 235.47º | 0.21% | 0.98% | - |
| XYZ | 61.17 | 60.55 | 98.91 | - |
| YUV | 205.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 250 | 0.21 | 0.20 | 0 | 0.02 | 235.47 | 0.84 | 0.88 |
| Hex | C5 | C9 | FA | 15 | 14 | 0 | 2 | EB | 54 | 58 |
| Octal | 305 | 311 | 372 | 25 | 24 | 0 | 2 | 353 | 124 | 130 |
| Binary | 11000101 | 11001001 | 11111010 | 10101 | 10100 | 0 | 10 | 11101011 | 1010100 | 1011000 |
Color Harmonies of #C5C9FA
Complementary color
Monochromatic Colors of #C5C9FA
Black with #C5C9FA
Text Example
Text Example
White with #C5C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C9FA; }
p { color: rgb(197,201,250); }
H1.HeaderClassName
{
color: #C5C9FA;
}
.AnyTagClassName
{
color: #C5C9FA;
}
</style>
background-color css
<style>
a { background-color: #C5C9FA; }
a { background-color: rgb(197,201,250); }
div.DivClassName
{
background-color: #C5C9FA;
}
.BgClassName
{
background-color: #C5C9FA;
}
</style>
border-color css
<style>
span { border-color: #C5C9FA; }
span { border-color: rgb(197,201,250); }
td.TdClassName
{
border-color: #C5C9FA;
}
.TagClassName
{
border-color: #C5C9FA;
}
</style>