Shades of Lavender Blue #C7C5F4
Tints of Lavender Blue #C7C5F4
RGB
CMYK
RGB Variations
Color information
#C7C5F4 (or 0xC7C5F4) is known color: Lavender Blue. HEX triplet: C7, C5 and F4. RGB value is (199,197,244). Sum of RGB (Red+Green+Blue) = 199+197+244=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 244 (95.70% from 255 or 38.12% from 640); Max value from RGB is 244 - color contains mainly: blue. Hex color #C7C5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C5F4 is #383A0B. Grayscale: #CACACA. Windows color (decimal): -3684876 or 16041415. OLE color: 16041415.
HSL color Cylindrical-coordinate representation of color #C7C5F4: hue angle of 242.55º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7C5F4 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 197 | 244 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.04 |
| HSL | 242.55º | 0.68% | 0.86% | - |
| HSV(B) | 242.55º | 0.19% | 0.96% | - |
| XYZ | 59.85 | 58.61 | 93.75 | - |
| YUV | 202.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 244 | 0.18 | 0.19 | 0 | 0.04 | 242.55 | 0.68 | 0.86 |
| Hex | C7 | C5 | F4 | 12 | 13 | 0 | 4 | F3 | 44 | 56 |
| Octal | 307 | 305 | 364 | 22 | 23 | 0 | 4 | 363 | 104 | 126 |
| Binary | 11000111 | 11000101 | 11110100 | 10010 | 10011 | 0 | 100 | 11110011 | 1000100 | 1010110 |
Color Harmonies of #C7C5F4
Complementary color
Monochromatic Colors of #C7C5F4
Black with #C7C5F4
Text Example
Text Example
White with #C7C5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C5F4; }
p { color: rgb(199,197,244); }
H1.HeaderClassName
{
color: #C7C5F4;
}
.AnyTagClassName
{
color: #C7C5F4;
}
</style>
background-color css
<style>
a { background-color: #C7C5F4; }
a { background-color: rgb(199,197,244); }
div.DivClassName
{
background-color: #C7C5F4;
}
.BgClassName
{
background-color: #C7C5F4;
}
</style>
border-color css
<style>
span { border-color: #C7C5F4; }
span { border-color: rgb(199,197,244); }
td.TdClassName
{
border-color: #C7C5F4;
}
.TagClassName
{
border-color: #C7C5F4;
}
</style>