Shades of Lavender Blue #C5C7F2
Tints of Lavender Blue #C5C7F2
RGB
CMYK
RGB Variations
Color information
#C5C7F2 (or 0xC5C7F2) is known color: Lavender Blue. HEX triplet: C5, C7 and F2. RGB value is (197,199,242). Sum of RGB (Red+Green+Blue) = 197+199+242=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5C7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C7F2 is #3A380D. Grayscale: #CBCBCB. Windows color (decimal): -3815438 or 15910853. OLE color: 15910853.
HSL color Cylindrical-coordinate representation of color #C5C7F2: hue angle of 237.33º degrees, saturation: 0.63, 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 #C5C7F2 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 199 | 242 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.05 |
| HSL | 237.33º | 0.63% | 0.86% | - |
| HSV(B) | 237.33º | 0.19% | 0.95% | - |
| XYZ | 59.48 | 59.13 | 92.28 | - |
| YUV | 203.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 242 | 0.19 | 0.18 | 0 | 0.05 | 237.33 | 0.63 | 0.86 |
| Hex | C5 | C7 | F2 | 13 | 12 | 0 | 5 | ED | 3F | 56 |
| Octal | 305 | 307 | 362 | 23 | 22 | 0 | 5 | 355 | 77 | 126 |
| Binary | 11000101 | 11000111 | 11110010 | 10011 | 10010 | 0 | 101 | 11101101 | 111111 | 1010110 |
Color Harmonies of #C5C7F2
Complementary color
Monochromatic Colors of #C5C7F2
Black with #C5C7F2
Text Example
Text Example
White with #C5C7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C7F2; }
p { color: rgb(197,199,242); }
H1.HeaderClassName
{
color: #C5C7F2;
}
.AnyTagClassName
{
color: #C5C7F2;
}
</style>
background-color css
<style>
a { background-color: #C5C7F2; }
a { background-color: rgb(197,199,242); }
div.DivClassName
{
background-color: #C5C7F2;
}
.BgClassName
{
background-color: #C5C7F2;
}
</style>
border-color css
<style>
span { border-color: #C5C7F2; }
span { border-color: rgb(197,199,242); }
td.TdClassName
{
border-color: #C5C7F2;
}
.TagClassName
{
border-color: #C5C7F2;
}
</style>