#C4C2EC

Color #C4C2EC Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C4C2EC

Tints of Lavender Blue #C4C2EC

Color information

#C4C2EC (or 0xC4C2EC) is unknown color: approx 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

RGB196194236-
CMYK0.170.1800.07
HSL242.86º52.5%84.31%-
HSV(B)242.86º17.8%92.55%-
XYZ57.256.3887.22-
YUV199.39148.66125.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 31.31%
GREEN value IS 194 (76.17% from 255) = 30.99%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=31.31%
G=30.99%
B=37.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961942360.170.1800.07242.8652.584.31
HexC4C2EC111207f33454
Octal30430235421220736364124
Binary11000100110000101110110010001100100111111100111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>