Shades of Lavender Blue #C4C8FB
Tints of Lavender Blue #C4C8FB
RGB
CMYK
RGB Variations
Color information
#C4C8FB (or 0xC4C8FB) is known color: Lavender Blue. HEX triplet: C4, C8 and FB. RGB value is (196,200,251). Sum of RGB (Red+Green+Blue) = 196+200+251=647 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.29% from 647); Green value is 200 (78.52% from 255 or 30.91% 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 #C4C8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C8FB is #3B3704. Grayscale: #CCCCCC. Windows color (decimal): -3880709 or 16500932. OLE color: 16500932.
HSL color Cylindrical-coordinate representation of color #C4C8FB: hue angle of 235.64º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4C8FB is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 200 | 251 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.02 |
| HSL | 235.64º | 0.87% | 0.88% | - |
| HSV(B) | 235.64º | 0.22% | 0.98% | - |
| XYZ | 60.83 | 60.01 | 99.64 | - |
| YUV | 204.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 251 | 0.22 | 0.20 | 0 | 0.02 | 235.64 | 0.87 | 0.88 |
| Hex | C4 | C8 | FB | 16 | 14 | 0 | 2 | EC | 57 | 58 |
| Octal | 304 | 310 | 373 | 26 | 24 | 0 | 2 | 354 | 127 | 130 |
| Binary | 11000100 | 11001000 | 11111011 | 10110 | 10100 | 0 | 10 | 11101100 | 1010111 | 1011000 |
Color Harmonies of #C4C8FB
Complementary color
Monochromatic Colors of #C4C8FB
Black with #C4C8FB
Text Example
Text Example
White with #C4C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C8FB; }
p { color: rgb(196,200,251); }
H1.HeaderClassName
{
color: #C4C8FB;
}
.AnyTagClassName
{
color: #C4C8FB;
}
</style>
background-color css
<style>
a { background-color: #C4C8FB; }
a { background-color: rgb(196,200,251); }
div.DivClassName
{
background-color: #C4C8FB;
}
.BgClassName
{
background-color: #C4C8FB;
}
</style>
border-color css
<style>
span { border-color: #C4C8FB; }
span { border-color: rgb(196,200,251); }
td.TdClassName
{
border-color: #C4C8FB;
}
.TagClassName
{
border-color: #C4C8FB;
}
</style>