Shades of Lavender Blue #C2C5FF
Tints of Lavender Blue #C2C5FF
RGB
CMYK
RGB Variations
Color information
#C2C5FF (or 0xC2C5FF) is known color: Lavender Blue. HEX triplet: C2, C5 and FF. RGB value is (194,197,255). Sum of RGB (Red+Green+Blue) = 194+197+255=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 197 (77.34% from 255 or 30.50% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C5FF is #3D3A00. Grayscale: #CACACA. Windows color (decimal): -4012545 or 16762306. OLE color: 16762306.
HSL color Cylindrical-coordinate representation of color #C2C5FF: hue angle of 237.05º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2C5FF is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 197 | 255 | - |
| CMYK | 0.24 | 0.23 | 0 | 0 |
| HSL | 237.05º | 1% | 0.88% | - |
| HSV(B) | 237.05º | 0.24% | 1% | - |
| XYZ | 60.26 | 58.62 | 102.75 | - |
| YUV | 202.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 255 | 0.24 | 0.23 | 0 | 0 | 237.05 | 1 | 0.88 |
| Hex | C2 | C5 | FF | 18 | 17 | 0 | 0 | ED | 64 | 58 |
| Octal | 302 | 305 | 377 | 30 | 27 | 0 | 0 | 355 | 144 | 130 |
| Binary | 11000010 | 11000101 | 11111111 | 11000 | 10111 | 0 | 0 | 11101101 | 1100100 | 1011000 |
Color Harmonies of #C2C5FF
Complementary color
Monochromatic Colors of #C2C5FF
Black with #C2C5FF
Text Example
Text Example
White with #C2C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C5FF; }
p { color: rgb(194,197,255); }
H1.HeaderClassName
{
color: #C2C5FF;
}
.AnyTagClassName
{
color: #C2C5FF;
}
</style>
background-color css
<style>
a { background-color: #C2C5FF; }
a { background-color: rgb(194,197,255); }
div.DivClassName
{
background-color: #C2C5FF;
}
.BgClassName
{
background-color: #C2C5FF;
}
</style>
border-color css
<style>
span { border-color: #C2C5FF; }
span { border-color: rgb(194,197,255); }
td.TdClassName
{
border-color: #C2C5FF;
}
.TagClassName
{
border-color: #C2C5FF;
}
</style>