Shades of Lavender Blue #C6C2FB
Tints of Lavender Blue #C6C2FB
RGB
CMYK
RGB Variations
Color information
#C6C2FB (or 0xC6C2FB) is known color: Lavender Blue. HEX triplet: C6, C2 and FB. RGB value is (198,194,251). Sum of RGB (Red+Green+Blue) = 198+194+251=643 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.79% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6C2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C2FB is #393D04. Grayscale: #C9C9C9. Windows color (decimal): -3751173 or 16499398. OLE color: 16499398.
HSL color Cylindrical-coordinate representation of color #C6C2FB: hue angle of 244.21º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6C2FB is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 194 | 251 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.02 |
| HSL | 244.21º | 0.88% | 0.87% | - |
| HSV(B) | 244.21º | 0.23% | 0.98% | - |
| XYZ | 59.99 | 57.55 | 99.21 | - |
| YUV | 201.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 251 | 0.21 | 0.23 | 0 | 0.02 | 244.21 | 0.88 | 0.87 |
| Hex | C6 | C2 | FB | 15 | 17 | 0 | 2 | F4 | 58 | 57 |
| Octal | 306 | 302 | 373 | 25 | 27 | 0 | 2 | 364 | 130 | 127 |
| Binary | 11000110 | 11000010 | 11111011 | 10101 | 10111 | 0 | 10 | 11110100 | 1011000 | 1010111 |
Color Harmonies of #C6C2FB
Complementary color
Monochromatic Colors of #C6C2FB
Black with #C6C2FB
Text Example
Text Example
White with #C6C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C2FB; }
p { color: rgb(198,194,251); }
H1.HeaderClassName
{
color: #C6C2FB;
}
.AnyTagClassName
{
color: #C6C2FB;
}
</style>
background-color css
<style>
a { background-color: #C6C2FB; }
a { background-color: rgb(198,194,251); }
div.DivClassName
{
background-color: #C6C2FB;
}
.BgClassName
{
background-color: #C6C2FB;
}
</style>
border-color css
<style>
span { border-color: #C6C2FB; }
span { border-color: rgb(198,194,251); }
td.TdClassName
{
border-color: #C6C2FB;
}
.TagClassName
{
border-color: #C6C2FB;
}
</style>