Shades of Lavender Blue #C6C1EE
Tints of Lavender Blue #C6C1EE
RGB
CMYK
RGB Variations
Color information
#C6C1EE (or 0xC6C1EE) is known color: Lavender Blue. HEX triplet: C6, C1 and EE. RGB value is (198,193,238). Sum of RGB (Red+Green+Blue) = 198+193+238=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6C1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C1EE is #393E11. Grayscale: #C7C7C7. Windows color (decimal): -3751442 or 15647174. OLE color: 15647174.
HSL color Cylindrical-coordinate representation of color #C6C1EE: hue angle of 246.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6C1EE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 193 | 238 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.07 |
| HSL | 246.67º | 0.57% | 0.85% | - |
| HSV(B) | 246.67º | 0.19% | 0.93% | - |
| XYZ | 57.79 | 56.32 | 88.71 | - |
| YUV | 199.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 238 | 0.17 | 0.19 | 0 | 0.07 | 246.67 | 0.57 | 0.85 |
| Hex | C6 | C1 | EE | 11 | 13 | 0 | 7 | F7 | 39 | 55 |
| Octal | 306 | 301 | 356 | 21 | 23 | 0 | 7 | 367 | 71 | 125 |
| Binary | 11000110 | 11000001 | 11101110 | 10001 | 10011 | 0 | 111 | 11110111 | 111001 | 1010101 |
Color Harmonies of #C6C1EE
Complementary color
Monochromatic Colors of #C6C1EE
Black with #C6C1EE
Text Example
Text Example
White with #C6C1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C1EE; }
p { color: rgb(198,193,238); }
H1.HeaderClassName
{
color: #C6C1EE;
}
.AnyTagClassName
{
color: #C6C1EE;
}
</style>
background-color css
<style>
a { background-color: #C6C1EE; }
a { background-color: rgb(198,193,238); }
div.DivClassName
{
background-color: #C6C1EE;
}
.BgClassName
{
background-color: #C6C1EE;
}
</style>
border-color css
<style>
span { border-color: #C6C1EE; }
span { border-color: rgb(198,193,238); }
td.TdClassName
{
border-color: #C6C1EE;
}
.TagClassName
{
border-color: #C6C1EE;
}
</style>