Shades of Lavender Blue #C4C8FA
Tints of Lavender Blue #C4C8FA
RGB
CMYK
RGB Variations
Color information
#C4C8FA (or 0xC4C8FA) is known color: Lavender Blue. HEX triplet: C4, C8 and FA. RGB value is (196,200,250). Sum of RGB (Red+Green+Blue) = 196+200+250=646 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.34% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4C8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C8FA is #3B3705. Grayscale: #CCCCCC. Windows color (decimal): -3880710 or 16435396. OLE color: 16435396.
HSL color Cylindrical-coordinate representation of color #C4C8FA: hue angle of 235.56º 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 #C4C8FA is Cyan = 0.22, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 200 | 250 | - |
| CMYK | 0.22 | 0.2 | 0 | 0.02 |
| HSL | 235.56º | 0.84% | 0.87% | - |
| HSV(B) | 235.56º | 0.22% | 0.98% | - |
| XYZ | 60.67 | 59.95 | 98.82 | - |
| YUV | 204.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 250 | 0.22 | 0.2 | 0 | 0.02 | 235.56 | 0.84 | 0.87 |
| Hex | C4 | C8 | FA | 16 | 14 | 0 | 2 | EC | 54 | 57 |
| Octal | 304 | 310 | 372 | 26 | 24 | 0 | 2 | 354 | 124 | 127 |
| Binary | 11000100 | 11001000 | 11111010 | 10110 | 10100 | 0 | 10 | 11101100 | 1010100 | 1010111 |
Color Harmonies of #C4C8FA
Complementary color
Monochromatic Colors of #C4C8FA
Black with #C4C8FA
Text Example
Text Example
White with #C4C8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C8FA; }
p { color: rgb(196,200,250); }
H1.HeaderClassName
{
color: #C4C8FA;
}
.AnyTagClassName
{
color: #C4C8FA;
}
</style>
background-color css
<style>
a { background-color: #C4C8FA; }
a { background-color: rgb(196,200,250); }
div.DivClassName
{
background-color: #C4C8FA;
}
.BgClassName
{
background-color: #C4C8FA;
}
</style>
border-color css
<style>
span { border-color: #C4C8FA; }
span { border-color: rgb(196,200,250); }
td.TdClassName
{
border-color: #C4C8FA;
}
.TagClassName
{
border-color: #C4C8FA;
}
</style>