Shades of Lavender Blue #C4C6EF
Tints of Lavender Blue #C4C6EF
RGB
CMYK
RGB Variations
Color information
#C4C6EF (or 0xC4C6EF) is known color: Lavender Blue. HEX triplet: C4, C6 and EF. RGB value is (196,198,239). Sum of RGB (Red+Green+Blue) = 196+198+239=633 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.96% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4C6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C6EF is #3B3910. Grayscale: #C9C9C9. Windows color (decimal): -3881233 or 15713988. OLE color: 15713988.
HSL color Cylindrical-coordinate representation of color #C4C6EF: hue angle of 237.21º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4C6EF is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 198 | 239 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.06 |
| HSL | 237.21º | 0.57% | 0.85% | - |
| HSV(B) | 237.21º | 0.18% | 0.94% | - |
| XYZ | 58.54 | 58.36 | 89.84 | - |
| YUV | 202.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 198 | 239 | 0.18 | 0.17 | 0 | 0.06 | 237.21 | 0.57 | 0.85 |
| Hex | C4 | C6 | EF | 12 | 11 | 0 | 6 | ED | 39 | 55 |
| Octal | 304 | 306 | 357 | 22 | 21 | 0 | 6 | 355 | 71 | 125 |
| Binary | 11000100 | 11000110 | 11101111 | 10010 | 10001 | 0 | 110 | 11101101 | 111001 | 1010101 |
Color Harmonies of #C4C6EF
Complementary color
Monochromatic Colors of #C4C6EF
Black with #C4C6EF
Text Example
Text Example
White with #C4C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C6EF; }
p { color: rgb(196,198,239); }
H1.HeaderClassName
{
color: #C4C6EF;
}
.AnyTagClassName
{
color: #C4C6EF;
}
</style>
background-color css
<style>
a { background-color: #C4C6EF; }
a { background-color: rgb(196,198,239); }
div.DivClassName
{
background-color: #C4C6EF;
}
.BgClassName
{
background-color: #C4C6EF;
}
</style>
border-color css
<style>
span { border-color: #C4C6EF; }
span { border-color: rgb(196,198,239); }
td.TdClassName
{
border-color: #C4C6EF;
}
.TagClassName
{
border-color: #C4C6EF;
}
</style>