Shades of Lavender Blue #C2C6F7
Tints of Lavender Blue #C2C6F7
RGB
CMYK
RGB Variations
Color information
#C2C6F7 (or 0xC2C6F7) is known color: Lavender Blue. HEX triplet: C2, C6 and F7. RGB value is (194,198,247). Sum of RGB (Red+Green+Blue) = 194+198+247=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #C2C6F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C6F7 is #3D3908. Grayscale: #CACACA. Windows color (decimal): -4012297 or 16238274. OLE color: 16238274.
HSL color Cylindrical-coordinate representation of color #C2C6F7: hue angle of 235.47º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2C6F7 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 198 | 247 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.03 |
| HSL | 235.47º | 0.77% | 0.86% | - |
| HSV(B) | 235.47º | 0.21% | 0.97% | - |
| XYZ | 59.23 | 58.57 | 96.18 | - |
| YUV | 202.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 247 | 0.21 | 0.20 | 0 | 0.03 | 235.47 | 0.77 | 0.86 |
| Hex | C2 | C6 | F7 | 15 | 14 | 0 | 3 | EB | 4D | 56 |
| Octal | 302 | 306 | 367 | 25 | 24 | 0 | 3 | 353 | 115 | 126 |
| Binary | 11000010 | 11000110 | 11110111 | 10101 | 10100 | 0 | 11 | 11101011 | 1001101 | 1010110 |
Color Harmonies of #C2C6F7
Complementary color
Monochromatic Colors of #C2C6F7
Black with #C2C6F7
Text Example
Text Example
White with #C2C6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C6F7; }
p { color: rgb(194,198,247); }
H1.HeaderClassName
{
color: #C2C6F7;
}
.AnyTagClassName
{
color: #C2C6F7;
}
</style>
background-color css
<style>
a { background-color: #C2C6F7; }
a { background-color: rgb(194,198,247); }
div.DivClassName
{
background-color: #C2C6F7;
}
.BgClassName
{
background-color: #C2C6F7;
}
</style>
border-color css
<style>
span { border-color: #C2C6F7; }
span { border-color: rgb(194,198,247); }
td.TdClassName
{
border-color: #C2C6F7;
}
.TagClassName
{
border-color: #C2C6F7;
}
</style>