Shades of Lavender Blue #C5C3FB
Tints of Lavender Blue #C5C3FB
RGB
CMYK
RGB Variations
Color information
#C5C3FB (or 0xC5C3FB) is known color: Lavender Blue. HEX triplet: C5, C3 and FB. RGB value is (197,195,251). Sum of RGB (Red+Green+Blue) = 197+195+251=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 195 (76.56% from 255 or 30.33% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5C3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C3FB is #3A3C04. Grayscale: #C9C9C9. Windows color (decimal): -3816453 or 16499653. OLE color: 16499653.
HSL color Cylindrical-coordinate representation of color #C5C3FB: hue angle of 242.14º degrees, saturation: 0.88, 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 #C5C3FB is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 195 | 251 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.02 |
| HSL | 242.14º | 0.88% | 0.87% | - |
| HSV(B) | 242.14º | 0.22% | 0.98% | - |
| XYZ | 59.95 | 57.87 | 99.28 | - |
| YUV | 201.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 251 | 0.22 | 0.22 | 0 | 0.02 | 242.14 | 0.88 | 0.87 |
| Hex | C5 | C3 | FB | 16 | 16 | 0 | 2 | F2 | 58 | 57 |
| Octal | 305 | 303 | 373 | 26 | 26 | 0 | 2 | 362 | 130 | 127 |
| Binary | 11000101 | 11000011 | 11111011 | 10110 | 10110 | 0 | 10 | 11110010 | 1011000 | 1010111 |
Color Harmonies of #C5C3FB
Complementary color
Monochromatic Colors of #C5C3FB
Black with #C5C3FB
Text Example
Text Example
White with #C5C3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C3FB; }
p { color: rgb(197,195,251); }
H1.HeaderClassName
{
color: #C5C3FB;
}
.AnyTagClassName
{
color: #C5C3FB;
}
</style>
background-color css
<style>
a { background-color: #C5C3FB; }
a { background-color: rgb(197,195,251); }
div.DivClassName
{
background-color: #C5C3FB;
}
.BgClassName
{
background-color: #C5C3FB;
}
</style>
border-color css
<style>
span { border-color: #C5C3FB; }
span { border-color: rgb(197,195,251); }
td.TdClassName
{
border-color: #C5C3FB;
}
.TagClassName
{
border-color: #C5C3FB;
}
</style>