Shades of Lavender Blue #C7C0F1
Tints of Lavender Blue #C7C0F1
RGB
CMYK
RGB Variations
Color information
#C7C0F1 (or 0xC7C0F1) is known color: Lavender Blue. HEX triplet: C7, C0 and F1. RGB value is (199,192,241). Sum of RGB (Red+Green+Blue) = 199+192+241=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7C0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C0F1 is #383F0E. Grayscale: #C7C7C7. Windows color (decimal): -3686159 or 15843527. OLE color: 15843527.
HSL color Cylindrical-coordinate representation of color #C7C0F1: hue angle of 248.57º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7C0F1 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 192 | 241 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.05 |
| HSL | 248.57º | 0.64% | 0.85% | - |
| HSV(B) | 248.57º | 0.2% | 0.95% | - |
| XYZ | 58.28 | 56.19 | 90.99 | - |
| YUV | 199.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 241 | 0.17 | 0.20 | 0 | 0.05 | 248.57 | 0.64 | 0.85 |
| Hex | C7 | C0 | F1 | 11 | 14 | 0 | 5 | F9 | 40 | 55 |
| Octal | 307 | 300 | 361 | 21 | 24 | 0 | 5 | 371 | 100 | 125 |
| Binary | 11000111 | 11000000 | 11110001 | 10001 | 10100 | 0 | 101 | 11111001 | 1000000 | 1010101 |
Color Harmonies of #C7C0F1
Complementary color
Monochromatic Colors of #C7C0F1
Black with #C7C0F1
Text Example
Text Example
White with #C7C0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C0F1; }
p { color: rgb(199,192,241); }
H1.HeaderClassName
{
color: #C7C0F1;
}
.AnyTagClassName
{
color: #C7C0F1;
}
</style>
background-color css
<style>
a { background-color: #C7C0F1; }
a { background-color: rgb(199,192,241); }
div.DivClassName
{
background-color: #C7C0F1;
}
.BgClassName
{
background-color: #C7C0F1;
}
</style>
border-color css
<style>
span { border-color: #C7C0F1; }
span { border-color: rgb(199,192,241); }
td.TdClassName
{
border-color: #C7C0F1;
}
.TagClassName
{
border-color: #C7C0F1;
}
</style>