Shades of Lavender Blue #C2C5FB
Tints of Lavender Blue #C2C5FB
RGB
CMYK
RGB Variations
Color information
#C2C5FB (or 0xC2C5FB) is known color: Lavender Blue. HEX triplet: C2, C5 and FB. RGB value is (194,197,251). Sum of RGB (Red+Green+Blue) = 194+197+251=642 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.22% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2C5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C5FB is #3D3A04. Grayscale: #CACACA. Windows color (decimal): -4012549 or 16500162. OLE color: 16500162.
HSL color Cylindrical-coordinate representation of color #C2C5FB: hue angle of 236.84º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2C5FB is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 197 | 251 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.02 |
| HSL | 236.84º | 0.88% | 0.87% | - |
| HSV(B) | 236.84º | 0.23% | 0.98% | - |
| XYZ | 59.63 | 58.37 | 99.39 | - |
| YUV | 202.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 251 | 0.23 | 0.22 | 0 | 0.02 | 236.84 | 0.88 | 0.87 |
| Hex | C2 | C5 | FB | 17 | 16 | 0 | 2 | ED | 58 | 57 |
| Octal | 302 | 305 | 373 | 27 | 26 | 0 | 2 | 355 | 130 | 127 |
| Binary | 11000010 | 11000101 | 11111011 | 10111 | 10110 | 0 | 10 | 11101101 | 1011000 | 1010111 |
Color Harmonies of #C2C5FB
Complementary color
Monochromatic Colors of #C2C5FB
Black with #C2C5FB
Text Example
Text Example
White with #C2C5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C5FB; }
p { color: rgb(194,197,251); }
H1.HeaderClassName
{
color: #C2C5FB;
}
.AnyTagClassName
{
color: #C2C5FB;
}
</style>
background-color css
<style>
a { background-color: #C2C5FB; }
a { background-color: rgb(194,197,251); }
div.DivClassName
{
background-color: #C2C5FB;
}
.BgClassName
{
background-color: #C2C5FB;
}
</style>
border-color css
<style>
span { border-color: #C2C5FB; }
span { border-color: rgb(194,197,251); }
td.TdClassName
{
border-color: #C2C5FB;
}
.TagClassName
{
border-color: #C2C5FB;
}
</style>