Shades of Lavender Blue #C4C5FA
Tints of Lavender Blue #C4C5FA
RGB
CMYK
RGB Variations
Color information
#C4C5FA (or 0xC4C5FA) is known color: Lavender Blue. HEX triplet: C4, C5 and FA. RGB value is (196,197,250). Sum of RGB (Red+Green+Blue) = 196+197+250=643 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.48% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C5FA is #3B3A05. Grayscale: #CACACA. Windows color (decimal): -3881478 or 16434628. OLE color: 16434628.
HSL color Cylindrical-coordinate representation of color #C4C5FA: hue angle of 238.89º degrees, saturation: 0.84, 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 #C4C5FA is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 197 | 250 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.02 |
| HSL | 238.89º | 0.84% | 0.87% | - |
| HSV(B) | 238.89º | 0.22% | 0.98% | - |
| XYZ | 59.99 | 58.57 | 98.59 | - |
| YUV | 202.74 | 154.67 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 250 | 0.22 | 0.21 | 0 | 0.02 | 238.89 | 0.84 | 0.87 |
| Hex | C4 | C5 | FA | 16 | 15 | 0 | 2 | EF | 54 | 57 |
| Octal | 304 | 305 | 372 | 26 | 25 | 0 | 2 | 357 | 124 | 127 |
| Binary | 11000100 | 11000101 | 11111010 | 10110 | 10101 | 0 | 10 | 11101111 | 1010100 | 1010111 |
Color Harmonies of #C4C5FA
Complementary color
Monochromatic Colors of #C4C5FA
Black with #C4C5FA
Text Example
Text Example
White with #C4C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C5FA; }
p { color: rgb(196,197,250); }
H1.HeaderClassName
{
color: #C4C5FA;
}
.AnyTagClassName
{
color: #C4C5FA;
}
</style>
background-color css
<style>
a { background-color: #C4C5FA; }
a { background-color: rgb(196,197,250); }
div.DivClassName
{
background-color: #C4C5FA;
}
.BgClassName
{
background-color: #C4C5FA;
}
</style>
border-color css
<style>
span { border-color: #C4C5FA; }
span { border-color: rgb(196,197,250); }
td.TdClassName
{
border-color: #C4C5FA;
}
.TagClassName
{
border-color: #C4C5FA;
}
</style>