Shades of Lavender Blue #C6C3ED
Tints of Lavender Blue #C6C3ED
RGB
CMYK
RGB Variations
Color information
#C6C3ED (or 0xC6C3ED) is known color: Lavender Blue. HEX triplet: C6, C3 and ED. RGB value is (198,195,237). Sum of RGB (Red+Green+Blue) = 198+195+237=630 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.43% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6C3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C3ED is #393C12. Grayscale: #C8C8C8. Windows color (decimal): -3750931 or 15582150. OLE color: 15582150.
HSL color Cylindrical-coordinate representation of color #C6C3ED: hue angle of 244.29º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6C3ED is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 195 | 237 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.07 |
| HSL | 244.29º | 0.54% | 0.85% | - |
| HSV(B) | 244.29º | 0.18% | 0.93% | - |
| XYZ | 58.09 | 57.15 | 88.09 | - |
| YUV | 200.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 237 | 0.16 | 0.18 | 0 | 0.07 | 244.29 | 0.54 | 0.85 |
| Hex | C6 | C3 | ED | 10 | 12 | 0 | 7 | F4 | 36 | 55 |
| Octal | 306 | 303 | 355 | 20 | 22 | 0 | 7 | 364 | 66 | 125 |
| Binary | 11000110 | 11000011 | 11101101 | 10000 | 10010 | 0 | 111 | 11110100 | 110110 | 1010101 |
Color Harmonies of #C6C3ED
Complementary color
Monochromatic Colors of #C6C3ED
Black with #C6C3ED
Text Example
Text Example
White with #C6C3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C3ED; }
p { color: rgb(198,195,237); }
H1.HeaderClassName
{
color: #C6C3ED;
}
.AnyTagClassName
{
color: #C6C3ED;
}
</style>
background-color css
<style>
a { background-color: #C6C3ED; }
a { background-color: rgb(198,195,237); }
div.DivClassName
{
background-color: #C6C3ED;
}
.BgClassName
{
background-color: #C6C3ED;
}
</style>
border-color css
<style>
span { border-color: #C6C3ED; }
span { border-color: rgb(198,195,237); }
td.TdClassName
{
border-color: #C6C3ED;
}
.TagClassName
{
border-color: #C6C3ED;
}
</style>