Shades of Lavender Blue #C4C2EC
Tints of Lavender Blue #C4C2EC
RGB
CMYK
RGB Variations
Color information
#C4C2EC (or 0xC4C2EC) is known color: Lavender Blue. HEX triplet: C4, C2 and EC. RGB value is (196,194,236). Sum of RGB (Red+Green+Blue) = 196+194+236=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C2EC is #3B3D13. Grayscale: #C7C7C7. Windows color (decimal): -3882260 or 15516356. OLE color: 15516356.
HSL color Cylindrical-coordinate representation of color #C4C2EC: hue angle of 242.86º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4C2EC is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 194 | 236 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.07 |
| HSL | 242.86º | 0.53% | 0.84% | - |
| HSV(B) | 242.86º | 0.18% | 0.93% | - |
| XYZ | 57.2 | 56.38 | 87.22 | - |
| YUV | 199.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 236 | 0.17 | 0.18 | 0 | 0.07 | 242.86 | 0.53 | 0.84 |
| Hex | C4 | C2 | EC | 11 | 12 | 0 | 7 | F3 | 34 | 54 |
| Octal | 304 | 302 | 354 | 21 | 22 | 0 | 7 | 363 | 64 | 124 |
| Binary | 11000100 | 11000010 | 11101100 | 10001 | 10010 | 0 | 111 | 11110011 | 110100 | 1010100 |
Color Harmonies of #C4C2EC
Complementary color
Monochromatic Colors of #C4C2EC
Black with #C4C2EC
Text Example
Text Example
White with #C4C2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C2EC; }
p { color: rgb(196,194,236); }
H1.HeaderClassName
{
color: #C4C2EC;
}
.AnyTagClassName
{
color: #C4C2EC;
}
</style>
background-color css
<style>
a { background-color: #C4C2EC; }
a { background-color: rgb(196,194,236); }
div.DivClassName
{
background-color: #C4C2EC;
}
.BgClassName
{
background-color: #C4C2EC;
}
</style>
border-color css
<style>
span { border-color: #C4C2EC; }
span { border-color: rgb(196,194,236); }
td.TdClassName
{
border-color: #C4C2EC;
}
.TagClassName
{
border-color: #C4C2EC;
}
</style>