Shades of Lavender Blue #C5C8FB
Tints of Lavender Blue #C5C8FB
RGB
CMYK
RGB Variations
Color information
#C5C8FB (or 0xC5C8FB) is known color: Lavender Blue. HEX triplet: C5, C8 and FB. RGB value is (197,200,251). Sum of RGB (Red+Green+Blue) = 197+200+251=648 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.40% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5C8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C8FB is #3A3704. Grayscale: #CCCCCC. Windows color (decimal): -3815173 or 16500933. OLE color: 16500933.
HSL color Cylindrical-coordinate representation of color #C5C8FB: hue angle of 236.67º 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 #C5C8FB is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 200 | 251 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.02 |
| HSL | 236.67º | 0.87% | 0.88% | - |
| HSV(B) | 236.67º | 0.22% | 0.98% | - |
| XYZ | 61.09 | 60.14 | 99.66 | - |
| YUV | 204.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 251 | 0.22 | 0.20 | 0 | 0.02 | 236.67 | 0.87 | 0.88 |
| Hex | C5 | C8 | FB | 16 | 14 | 0 | 2 | ED | 57 | 58 |
| Octal | 305 | 310 | 373 | 26 | 24 | 0 | 2 | 355 | 127 | 130 |
| Binary | 11000101 | 11001000 | 11111011 | 10110 | 10100 | 0 | 10 | 11101101 | 1010111 | 1011000 |
Color Harmonies of #C5C8FB
Complementary color
Monochromatic Colors of #C5C8FB
Black with #C5C8FB
Text Example
Text Example
White with #C5C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8FB; }
p { color: rgb(197,200,251); }
H1.HeaderClassName
{
color: #C5C8FB;
}
.AnyTagClassName
{
color: #C5C8FB;
}
</style>
background-color css
<style>
a { background-color: #C5C8FB; }
a { background-color: rgb(197,200,251); }
div.DivClassName
{
background-color: #C5C8FB;
}
.BgClassName
{
background-color: #C5C8FB;
}
</style>
border-color css
<style>
span { border-color: #C5C8FB; }
span { border-color: rgb(197,200,251); }
td.TdClassName
{
border-color: #C5C8FB;
}
.TagClassName
{
border-color: #C5C8FB;
}
</style>