Shades of Lavender Blue #C6C5ED
Tints of Lavender Blue #C6C5ED
RGB
CMYK
RGB Variations
Color information
#C6C5ED (or 0xC6C5ED) is known color: Lavender Blue. HEX triplet: C6, C5 and ED. RGB value is (198,197,237). Sum of RGB (Red+Green+Blue) = 198+197+237=632 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.33% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6C5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C5ED is #393A12. Grayscale: #C9C9C9. Windows color (decimal): -3750419 or 15582662. OLE color: 15582662.
HSL color Cylindrical-coordinate representation of color #C6C5ED: hue angle of 241.5º degrees, saturation: 0.53, 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 #C6C5ED is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 197 | 237 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.07 |
| HSL | 241.5º | 0.53% | 0.85% | - |
| HSV(B) | 241.5º | 0.17% | 0.93% | - |
| XYZ | 58.54 | 58.05 | 88.24 | - |
| YUV | 201.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 237 | 0.16 | 0.17 | 0 | 0.07 | 241.5 | 0.53 | 0.85 |
| Hex | C6 | C5 | ED | 10 | 11 | 0 | 7 | F2 | 35 | 55 |
| Octal | 306 | 305 | 355 | 20 | 21 | 0 | 7 | 362 | 65 | 125 |
| Binary | 11000110 | 11000101 | 11101101 | 10000 | 10001 | 0 | 111 | 11110010 | 110101 | 1010101 |
Color Harmonies of #C6C5ED
Complementary color
Monochromatic Colors of #C6C5ED
Black with #C6C5ED
Text Example
Text Example
White with #C6C5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C5ED; }
p { color: rgb(198,197,237); }
H1.HeaderClassName
{
color: #C6C5ED;
}
.AnyTagClassName
{
color: #C6C5ED;
}
</style>
background-color css
<style>
a { background-color: #C6C5ED; }
a { background-color: rgb(198,197,237); }
div.DivClassName
{
background-color: #C6C5ED;
}
.BgClassName
{
background-color: #C6C5ED;
}
</style>
border-color css
<style>
span { border-color: #C6C5ED; }
span { border-color: rgb(198,197,237); }
td.TdClassName
{
border-color: #C6C5ED;
}
.TagClassName
{
border-color: #C6C5ED;
}
</style>