#C1C2EC

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

Shades of Lavender Grey #C1C2EC

Tints of Lavender Grey #C1C2EC

Color information

#C1C2EC (or 0xC1C2EC) is unknown color: approx Lavender Grey. HEX triplet: C1, C2 and EC. RGB value is (193,194,236). Sum of RGB (Red+Green+Blue) = 193+194+236=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C2EC is #3E3D13. Grayscale: #C6C6C6. Windows color (decimal): -4078868 or 15516353. OLE color: 15516353.

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

Color convert

RGB193194236-
CMYK0.180.1800.07
HSL238.6º53.09%84.12%-
HSV(B)238.6º18.22%92.55%-
XYZ56.4255.9887.19-
YUV198.49149.17124.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.98%
GREEN value IS 194 (76.17% from 255) = 31.14%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=30.98%
G=31.14%
B=37.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931942360.180.1800.07238.653.0984.12
HexC1C2EC121207ef3554
Octal30130235422220735765124
Binary11000001110000101110110010010100100111111011111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C2EC; }

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

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

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

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

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

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

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

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