Shades of Lavender Blue #C6C3EC
Tints of Lavender Blue #C6C3EC
RGB
CMYK
RGB Variations
Color information
#C6C3EC (or 0xC6C3EC) is known color: Lavender Blue. HEX triplet: C6, C3 and EC. RGB value is (198,195,236). Sum of RGB (Red+Green+Blue) = 198+195+236=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6C3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C3EC is #393C13. Grayscale: #C8C8C8. Windows color (decimal): -3750932 or 15516614. OLE color: 15516614.
HSL color Cylindrical-coordinate representation of color #C6C3EC: hue angle of 244.39º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6C3EC is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 195 | 236 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.07 |
| HSL | 244.39º | 0.52% | 0.85% | - |
| HSV(B) | 244.39º | 0.17% | 0.93% | - |
| XYZ | 57.94 | 57.09 | 87.32 | - |
| YUV | 200.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 236 | 0.16 | 0.17 | 0 | 0.07 | 244.39 | 0.52 | 0.85 |
| Hex | C6 | C3 | EC | 10 | 11 | 0 | 7 | F4 | 34 | 55 |
| Octal | 306 | 303 | 354 | 20 | 21 | 0 | 7 | 364 | 64 | 125 |
| Binary | 11000110 | 11000011 | 11101100 | 10000 | 10001 | 0 | 111 | 11110100 | 110100 | 1010101 |
Color Harmonies of #C6C3EC
Complementary color
Monochromatic Colors of #C6C3EC
Black with #C6C3EC
Text Example
Text Example
White with #C6C3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C3EC; }
p { color: rgb(198,195,236); }
H1.HeaderClassName
{
color: #C6C3EC;
}
.AnyTagClassName
{
color: #C6C3EC;
}
</style>
background-color css
<style>
a { background-color: #C6C3EC; }
a { background-color: rgb(198,195,236); }
div.DivClassName
{
background-color: #C6C3EC;
}
.BgClassName
{
background-color: #C6C3EC;
}
</style>
border-color css
<style>
span { border-color: #C6C3EC; }
span { border-color: rgb(198,195,236); }
td.TdClassName
{
border-color: #C6C3EC;
}
.TagClassName
{
border-color: #C6C3EC;
}
</style>