Shades of Lavender Blue #C5C7F3
Tints of Lavender Blue #C5C7F3
RGB
CMYK
RGB Variations
Color information
#C5C7F3 (or 0xC5C7F3) is known color: Lavender Blue. HEX triplet: C5, C7 and F3. RGB value is (197,199,243). Sum of RGB (Red+Green+Blue) = 197+199+243=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5C7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C7F3 is #3A380C. Grayscale: #CBCBCB. Windows color (decimal): -3815437 or 15976389. OLE color: 15976389.
HSL color Cylindrical-coordinate representation of color #C5C7F3: hue angle of 237.39º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5C7F3 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 199 | 243 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.05 |
| HSL | 237.39º | 0.66% | 0.86% | - |
| HSV(B) | 237.39º | 0.19% | 0.95% | - |
| XYZ | 59.63 | 59.19 | 93.08 | - |
| YUV | 203.42 | 150.34 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 243 | 0.19 | 0.18 | 0 | 0.05 | 237.39 | 0.66 | 0.86 |
| Hex | C5 | C7 | F3 | 13 | 12 | 0 | 5 | ED | 42 | 56 |
| Octal | 305 | 307 | 363 | 23 | 22 | 0 | 5 | 355 | 102 | 126 |
| Binary | 11000101 | 11000111 | 11110011 | 10011 | 10010 | 0 | 101 | 11101101 | 1000010 | 1010110 |
Color Harmonies of #C5C7F3
Complementary color
Monochromatic Colors of #C5C7F3
Black with #C5C7F3
Text Example
Text Example
White with #C5C7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C7F3; }
p { color: rgb(197,199,243); }
H1.HeaderClassName
{
color: #C5C7F3;
}
.AnyTagClassName
{
color: #C5C7F3;
}
</style>
background-color css
<style>
a { background-color: #C5C7F3; }
a { background-color: rgb(197,199,243); }
div.DivClassName
{
background-color: #C5C7F3;
}
.BgClassName
{
background-color: #C5C7F3;
}
</style>
border-color css
<style>
span { border-color: #C5C7F3; }
span { border-color: rgb(197,199,243); }
td.TdClassName
{
border-color: #C5C7F3;
}
.TagClassName
{
border-color: #C5C7F3;
}
</style>