Shades of Lavender Blue #C5C2FE
Tints of Lavender Blue #C5C2FE
RGB
CMYK
RGB Variations
Color information
#C5C2FE (or 0xC5C2FE) is known color: Lavender Blue. HEX triplet: C5, C2 and FE. RGB value is (197,194,254). Sum of RGB (Red+Green+Blue) = 197+194+254=645 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.54% from 645); Green value is 194 (76.17% from 255 or 30.08% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5C2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C2FE is #3A3D01. Grayscale: #C9C9C9. Windows color (decimal): -3816706 or 16696005. OLE color: 16696005.
HSL color Cylindrical-coordinate representation of color #C5C2FE: hue angle of 243º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5C2FE is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 194 | 254 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.00 |
| HSL | 243º | 0.97% | 0.88% | - |
| HSV(B) | 243º | 0.24% | 1% | - |
| XYZ | 60.21 | 57.61 | 101.71 | - |
| YUV | 201.74 | 157.49 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 254 | 0.22 | 0.24 | 0 | 0.00 | 243 | 0.97 | 0.88 |
| Hex | C5 | C2 | FE | 16 | 18 | 0 | 0 | F3 | 61 | 58 |
| Octal | 305 | 302 | 376 | 26 | 30 | 0 | 0 | 363 | 141 | 130 |
| Binary | 11000101 | 11000010 | 11111110 | 10110 | 11000 | 0 | 0 | 11110011 | 1100001 | 1011000 |
Color Harmonies of #C5C2FE
Complementary color
Monochromatic Colors of #C5C2FE
Black with #C5C2FE
Text Example
Text Example
White with #C5C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C2FE; }
p { color: rgb(197,194,254); }
H1.HeaderClassName
{
color: #C5C2FE;
}
.AnyTagClassName
{
color: #C5C2FE;
}
</style>
background-color css
<style>
a { background-color: #C5C2FE; }
a { background-color: rgb(197,194,254); }
div.DivClassName
{
background-color: #C5C2FE;
}
.BgClassName
{
background-color: #C5C2FE;
}
</style>
border-color css
<style>
span { border-color: #C5C2FE; }
span { border-color: rgb(197,194,254); }
td.TdClassName
{
border-color: #C5C2FE;
}
.TagClassName
{
border-color: #C5C2FE;
}
</style>