Shades of Lavender Blue #C5C7F6
Tints of Lavender Blue #C5C7F6
RGB
CMYK
RGB Variations
Color information
#C5C7F6 (or 0xC5C7F6) is known color: Lavender Blue. HEX triplet: C5, C7 and F6. RGB value is (197,199,246). Sum of RGB (Red+Green+Blue) = 197+199+246=642 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.69% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #C5C7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C7F6 is #3A3809. Grayscale: #CBCBCB. Windows color (decimal): -3815434 or 16172997. OLE color: 16172997.
HSL color Cylindrical-coordinate representation of color #C5C7F6: hue angle of 237.55º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5C7F6 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 199 | 246 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.04 |
| HSL | 237.55º | 0.73% | 0.87% | - |
| HSV(B) | 237.55º | 0.2% | 0.96% | - |
| XYZ | 60.08 | 59.37 | 95.48 | - |
| YUV | 203.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 246 | 0.20 | 0.19 | 0 | 0.04 | 237.55 | 0.73 | 0.87 |
| Hex | C5 | C7 | F6 | 14 | 13 | 0 | 4 | EE | 49 | 57 |
| Octal | 305 | 307 | 366 | 24 | 23 | 0 | 4 | 356 | 111 | 127 |
| Binary | 11000101 | 11000111 | 11110110 | 10100 | 10011 | 0 | 100 | 11101110 | 1001001 | 1010111 |
Color Harmonies of #C5C7F6
Complementary color
Monochromatic Colors of #C5C7F6
Black with #C5C7F6
Text Example
Text Example
White with #C5C7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C7F6; }
p { color: rgb(197,199,246); }
H1.HeaderClassName
{
color: #C5C7F6;
}
.AnyTagClassName
{
color: #C5C7F6;
}
</style>
background-color css
<style>
a { background-color: #C5C7F6; }
a { background-color: rgb(197,199,246); }
div.DivClassName
{
background-color: #C5C7F6;
}
.BgClassName
{
background-color: #C5C7F6;
}
</style>
border-color css
<style>
span { border-color: #C5C7F6; }
span { border-color: rgb(197,199,246); }
td.TdClassName
{
border-color: #C5C7F6;
}
.TagClassName
{
border-color: #C5C7F6;
}
</style>