Shades of Lavender Blue #C4C6FF
Tints of Lavender Blue #C4C6FF
RGB
CMYK
RGB Variations
Color information
#C4C6FF (or 0xC4C6FF) is known color: Lavender Blue. HEX triplet: C4, C6 and FF. RGB value is (196,198,255). Sum of RGB (Red+Green+Blue) = 196+198+255=649 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.20% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C6FF is #3B3900. Grayscale: #CBCBCB. Windows color (decimal): -3881217 or 16762564. OLE color: 16762564.
HSL color Cylindrical-coordinate representation of color #C4C6FF: hue angle of 237.97º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4C6FF is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 198 | 255 | - |
| CMYK | 0.23 | 0.22 | 0 | 0 |
| HSL | 237.97º | 1% | 0.88% | - |
| HSV(B) | 237.97º | 0.23% | 1% | - |
| XYZ | 61.01 | 59.34 | 102.85 | - |
| YUV | 203.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 198 | 255 | 0.23 | 0.22 | 0 | 0 | 237.97 | 1 | 0.88 |
| Hex | C4 | C6 | FF | 17 | 16 | 0 | 0 | EE | 64 | 58 |
| Octal | 304 | 306 | 377 | 27 | 26 | 0 | 0 | 356 | 144 | 130 |
| Binary | 11000100 | 11000110 | 11111111 | 10111 | 10110 | 0 | 0 | 11101110 | 1100100 | 1011000 |
Color Harmonies of #C4C6FF
Complementary color
Monochromatic Colors of #C4C6FF
Black with #C4C6FF
Text Example
Text Example
White with #C4C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C6FF; }
p { color: rgb(196,198,255); }
H1.HeaderClassName
{
color: #C4C6FF;
}
.AnyTagClassName
{
color: #C4C6FF;
}
</style>
background-color css
<style>
a { background-color: #C4C6FF; }
a { background-color: rgb(196,198,255); }
div.DivClassName
{
background-color: #C4C6FF;
}
.BgClassName
{
background-color: #C4C6FF;
}
</style>
border-color css
<style>
span { border-color: #C4C6FF; }
span { border-color: rgb(196,198,255); }
td.TdClassName
{
border-color: #C4C6FF;
}
.TagClassName
{
border-color: #C4C6FF;
}
</style>