#C4C1EC

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

Shades of Lavender Grey #C4C1EC

Tints of Lavender Grey #C4C1EC

Color information

#C4C1EC (or 0xC4C1EC) is unknown color: approx Lavender Grey. HEX triplet: C4, C1 and EC. RGB value is (196,193,236). Sum of RGB (Red+Green+Blue) = 196+193+236=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C1EC is #3B3E13. Grayscale: #C6C6C6. Windows color (decimal): -3882516 or 15516100. OLE color: 15516100.

HSL color Cylindrical-coordinate representation of color #C4C1EC: hue angle of 244.19º degrees, saturation: 0.53, 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 #C4C1EC is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196193236-
CMYK0.170.1800.07
HSL244.19º53.09%84.12%-
HSV(B)244.19º18.22%92.55%-
XYZ56.9855.9387.15-
YUV198.8148.99126-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.36%
GREEN value IS 193 (75.78% from 255) = 30.88%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=31.36%
G=30.88%
B=37.76%

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
Decimal1961932360.170.1800.07244.1953.0984.12
HexC4C1EC111207f43554
Octal30430135421220736465124
Binary11000100110000011110110010001100100111111101001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C1EC; }

 p { color: rgb(196,193,236); }

 H1.HeaderClassName
 {
   color: #C4C1EC;
 }
 .AnyTagClassName
 {
   color: #C4C1EC;
 }
</style>
background-color css

<style>
 a { background-color: #C4C1EC; }

 a { background-color: rgb(196,193,236); }

 div.DivClassName
 {
   background-color: #C4C1EC;
 }
 .BgClassName
 {
   background-color: #C4C1EC;
 }
</style>
border-color css

<style>
 span { border-color: #C4C1EC; }

 span { border-color: rgb(196,193,236); }

 td.TdClassName
 {
   border-color: #C4C1EC;
 }
 .TagClassName
 {
   border-color: #C4C1EC;
 }
</style>