Shades of Lavender Blue #C5C0FE
Tints of Lavender Blue #C5C0FE
RGB
CMYK
RGB Variations
Color information
#C5C0FE (or 0xC5C0FE) is known color: Lavender Blue. HEX triplet: C5, C0 and FE. RGB value is (197,192,254). Sum of RGB (Red+Green+Blue) = 197+192+254=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5C0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C0FE is #3A3F01. Grayscale: #C8C8C8. Windows color (decimal): -3817218 or 16695493. OLE color: 16695493.
HSL color Cylindrical-coordinate representation of color #C5C0FE: hue angle of 244.84º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5C0FE is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 192 | 254 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.00 |
| HSL | 244.84º | 0.97% | 0.87% | - |
| HSV(B) | 244.84º | 0.24% | 1% | - |
| XYZ | 59.76 | 56.73 | 101.57 | - |
| YUV | 200.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 254 | 0.22 | 0.24 | 0 | 0.00 | 244.84 | 0.97 | 0.87 |
| Hex | C5 | C0 | FE | 16 | 18 | 0 | 0 | F5 | 61 | 57 |
| Octal | 305 | 300 | 376 | 26 | 30 | 0 | 0 | 365 | 141 | 127 |
| Binary | 11000101 | 11000000 | 11111110 | 10110 | 11000 | 0 | 0 | 11110101 | 1100001 | 1010111 |
Color Harmonies of #C5C0FE
Complementary color
Monochromatic Colors of #C5C0FE
Black with #C5C0FE
Text Example
Text Example
White with #C5C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0FE; }
p { color: rgb(197,192,254); }
H1.HeaderClassName
{
color: #C5C0FE;
}
.AnyTagClassName
{
color: #C5C0FE;
}
</style>
background-color css
<style>
a { background-color: #C5C0FE; }
a { background-color: rgb(197,192,254); }
div.DivClassName
{
background-color: #C5C0FE;
}
.BgClassName
{
background-color: #C5C0FE;
}
</style>
border-color css
<style>
span { border-color: #C5C0FE; }
span { border-color: rgb(197,192,254); }
td.TdClassName
{
border-color: #C5C0FE;
}
.TagClassName
{
border-color: #C5C0FE;
}
</style>